Project

General

Profile

Bug #2937 » texlive-run1.log

Output of compiling a simple document with itemize - MrXY, 2020-11-24 11:37 AM

 
1
$ cat new.tex
2
\documentclass[a4paper, 12pt]{article}
3
\usepackage{enumitem}
4
\begin{document}
5
\begin{itemize}
6
	\item apple
7
	\item orange
8
	\item pear
9
\end{itemize}
10
\end{document}
11

    
12
$ pdflatex new
13
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Parabola GNU/Linux-libre) (preloaded format=pdflatex)
14
 restricted \write18 enabled.
15
entering extended mode
16
(./new.tex
17
LaTeX2e <2020-02-02> patch level 5
18
L3 programming layer <2020-06-03>
19
(/usr/share/texmf-dist/tex/latex/base/article.cls
20
Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
21
(/usr/share/texmf-dist/tex/latex/base/size12.clo))
22
(/usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty)
23
(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def)
24
No file new.aux.
25

    
26
kpathsea: Running mktextfm tcrm1200
27
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input tcrm1200
28
This is METAFONT, Version 2.7182818 (TeX Live 2020/Parabola GNU/Linux-libre) (preloaded base=mf)
29

    
30

    
31
kpathsea: Running mktexmf tcrm1200
32
! I can't find file `tcrm1200'.
33
<*> ...four; mag:=1; ; nonstopmode; input tcrm1200
34
                                                  
35
Please type another input file name
36
! Emergency stop.
37
<*> ...four; mag:=1; ; nonstopmode; input tcrm1200
38
                                                  
39
Transcript written on mfput.log.
40
grep: tcrm1200.log: No such file or directory
41
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; ; nonstopmode; input tcrm1200' failed to make tcrm1200.tfm.
42
kpathsea: Appending font creation commands to missfont.log.
43
! Font TS1/cmr/m/n/12=tcrm1200 at 12.0pt not loadable: Metric (TFM) file not fo
44
und.
45
<to be read again> 
46
                   relax 
47
l.5 	\item a
48
            pple
49
? ^C! Interruption.
50
extract@font ...ont font@name external@font relax 
51
                                                  font@name relax csname f@e...
52
l.5 	\item a
53
            pple
54
? [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./new.aux) )</usr/share
55
/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb>
56
Output written on new.pdf (1 page, 9855 bytes).
57
Transcript written on new.log.
(2-2/4)