Created
May 1, 2014 15:50
-
-
Save kinow/4a2a8d60c804ea858a2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kinow@chuva:~/python/workspace/bc$ make print | |
# pdflatex \ | |
# -interaction nonstopmode \ | |
# _site/book.tex | |
cd _site && pdflatex \ | |
book.tex | |
This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian) | |
restricted \write18 enabled. | |
entering extended mode | |
(./book.tex | |
LaTeX2e <2011/06/27> | |
Babel <3.9h> and hyphenation patterns for 2 languages loaded. | |
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls | |
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class | |
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) | |
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty | |
(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def) | |
kpathsea: Running mktextfm ecrm1000 | |
/usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map source abbreviation for ecrm1000. | |
/usr/share/texlive/texmf-dist/web2c/mktexnam: Need to update ? | |
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000 | |
This is METAFONT, Version 2.718281 (TeX Live 2013/Debian) | |
kpathsea: Running mktexmf ecrm1000 | |
! I can't find file `ecrm1000'. | |
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000 | |
Please type another input file name | |
! Emergency stop. | |
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000 | |
Transcript written on mfput.log. | |
grep: ecrm1000.log: No such file or directory | |
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000' failed to make ecrm1000.tfm. | |
kpathsea: Appending font creation commands to missfont.log. | |
! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou | |
nd. | |
<to be read again> | |
relax | |
l.100 \fontencoding\encodingdefault\selectfont | |
? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment