Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on build #9

Closed
RobTranquillo opened this issue Sep 11, 2018 · 2 comments
Closed

Error on build #9

RobTranquillo opened this issue Sep 11, 2018 · 2 comments
Assignees

Comments

@RobTranquillo
Copy link
Collaborator

With activated -draftmode no *.pdf will be generated:

console:

Overfull \vbox (1.65909pt too high) detected at line 456
[50] [51] [52] [53] [54] (out/slides.aux) )
(see the transcript file for additional information)
pdfTeX warning: \pdfdraftmode enabled, not changing output pdf
Transcript written on out/slides.log.
make: *** [Makefile:28: out/slides.pdf] Error 1

logfile:

<use img//jugend_hackt_flickr_Open_Knowledge_Foundation_Deutschland_cc_by_20.jp
g>
Package pdftex.def Info: img//jugend_hackt_flickr_Open_Knowledge_Foundation_Deu
tschland_cc_by_20.jpg used on input line 456.
(pdftex.def) Requested size: 248.36478pt x 165.53563pt.

Overfull \vbox (1.65909pt too high) detected at line 456
[]

[50

] [51

] [52

] [53

] [54

]
\tf@nav=\write6
\openout6 = `slides.nav'.

\tf@toc=\write7
\openout7 = `slides.toc'.

\tf@snm=\write8
\openout8 = `slides.snm'.

Package atveryend Info: Empty hook BeforeClearDocument' on input line 484. Package atveryend Info: Empty hook AfterLastShipout' on input line 484.
(out/slides.aux)
Package atveryend Info: Executing hook AtVeryEndDocument' on input line 484. Package atveryend Info: Executing hook AtEndAfterFileList' on input line 484.
Package rerunfilecheck Info: File slides.out' has not changed. (rerunfilecheck) Checksum: <no file>. Package atveryend Info: Empty hook AtVeryVeryEnd' on input line 484.
)
Here is how much of TeX's memory you used:
21891 strings out of 494941
426981 string characters out of 6180918
513850 words of memory out of 5000000
24468 multiletter control sequences out of 15000+600000
47570 words of font info for 45 fonts, out of 8000000 for 9000
14 hyphenation exceptions out of 8191
61i,20n,106p,410b,803s stack positions out of 5000i,500n,10000p,200000b,80000s

pdfTeX warning: \pdfdraftmode enabled, not changing output pdf

Without -draftode:

console:

Output written on out/slides.pdf (54 pages, 28331740 bytes).
Transcript written on out/slides.log.
make: *** [Makefile:28: out/slides.pdf] Error 1

logfile:

Package pdftex.def Info: img//jugend_hackt_flickr_Open_Knowledge_Foundation_Deu
tschland_cc_by_20.jpg used on input line 456.
(pdftex.def) Requested size: 248.36478pt x 165.53563pt.

Overfull \vbox (1.65909pt too high) detected at line 456
[]

[50

<./img//jugend_hackt_flickr_Open_Knowledge_Foundation_Deutschland_cc_by_20.jpg

] [51

] [52

] [53

] [54

]
\tf@nav=\write6
\openout6 = `slides.nav'.

\tf@toc=\write7
\openout7 = `slides.toc'.

\tf@snm=\write8
\openout8 = `slides.snm'.

Package atveryend Info: Empty hook BeforeClearDocument' on input line 484. Package atveryend Info: Empty hook AfterLastShipout' on input line 484.
(out/slides.aux)
Package atveryend Info: Executing hook AtVeryEndDocument' on input line 484. Package atveryend Info: Executing hook AtEndAfterFileList' on input line 484.
Package rerunfilecheck Info: File slides.out' has not changed. (rerunfilecheck) Checksum: <no file>. Package atveryend Info: Empty hook AtVeryVeryEnd' on input line 484.
)
Here is how much of TeX's memory you used:
21905 strings out of 494941
427151 string characters out of 6180918
514058 words of memory out of 5000000
24478 multiletter control sequences out of 15000+600000
47570 words of font info for 45 fonts, out of 8000000 for 9000
14 hyphenation exceptions out of 8191
61i,20n,106p,410b,803s stack positions out of 5000i,500n,10000p,200000b,80000s
{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc}</usr/share/texli
ve/texmf-dist/fonts/type1/public/lm/lmss10.pfb></usr/share/texlive/texmf-dist/f
onts/type1/public/lm/lmss12.pfb></usr/share/texlive/texmf-dist/fonts/type1/publ
ic/lm/lmss17.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmss8.pfb

</usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmssbx10.pfb></usr/share/
texlive/texmf-dist/fonts/type1/public/lm/lmtt12.pfb>
Output written on out/slides.pdf (54 pages, 28331740 bytes).

@exot exot self-assigned this Sep 13, 2018
@exot
Copy link
Collaborator

exot commented Sep 13, 2018

Hey rob,

-draftmode is supposed to not produce a pdf, as mentioned in the man page of pdftex:

-draftmode
Sets \pdfdraftmode so pdfTeX doesn't write a PDF and doesn't read any included images, thus speeding up execution.

The error you are getting also seems to be independent from -draftmode, as it also occurs without it. Regrettably, I cannot reproduce this error, as on my machine make (including -draftmode) compiles the slides from 2018-06-26 just fine. Also, in both cases the last message from TeX is suggesting that pdflatex completed as intended … could there be another problem?

What version of TeX are you using?

  Daniel

@RobTranquillo
Copy link
Collaborator Author

Hey Daniel,
solved die issue with reading backwards more of the logfile. :)
And complete the requirements.

Greets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants