%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% pdflatex logfile: /tmp/Slides/Geometry.log Return code: 256 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 001: This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) (preloaded format=pdflatex 2023.3.11) 6 MAY 2025 07:28 002: entering extended mode 003: restricted \write18 enabled. 004: %&-line parsing enabled. 005: **/tmp/Slides/Geometry.tex 006: (/tmp/Slides/Geometry.tex 007: LaTeX2e <2017/01/01> patch level 3 008: Babel <3.9r> and hyphenation patterns for 83 language(s) loaded. 009: (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls 010: Document Class: report 2014/09/29 v1.4h Standard LaTeX document class 011: (/us 012: ! Undefined control sequence. 013: l.4 \geometry 014: { 015: ! ==> Fatal error occurred, no output PDF file produced! 016: Transcript written on /tmp/Slides/Geometry.log. 017: tion=\count81 018: \c@subsection=\count82 019: \c@subsubsection=\count83 020: \c@paragraph=\count84 021: \c@subparagraph=\count85 022: \c@figure=\count86 023: \c@table=\count87 024: \abovecaptionskip=\skip41 025: \belowcaptionskip=\skip42 026: \bibindent=\dimen102 027: ) 028: (/tmp/Slides/Geometry.aux) 029: \openout1 = `Geometry.aux'. 030: 031: LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3. 032: LaTeX Font Info: ... okay on input line 3. 033: LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3. 034: LaTeX Font Info: ... okay on input line 3. 035: LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3. 036: LaTeX Font Info: ... okay on input line 3. 037: LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3. 038: LaTeX Font Info: ... okay on input line 3. 039: LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3. 040: LaTeX Font Info: ... okay on input line 3. 041: LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3. 042: LaTeX Font Info: ... okay on input line 3. 043: 044: ! Undefined control sequence. 045: l.4 \geometry 046: { 047: Here is how much of TeX's memory you used: 048: 216 strings out of 493013 049: 2373 string characters out of 6135682 050: 53286 words of memory out of 5000000 051: 3849 multiletter control sequences out of 15000+600000 052: 3640 words of font info for 14 fonts, out of 8000000 for 9000 053: 1141 hyphenation exceptions out of 8191 054: 23i,0n,17p,144b,36s stack positions out of 5000i,500n,10000p,200000b,80000s 055: 056: ! ==> Fatal error occurred, no output PDF file produced! 057: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Latex source file: /tmp/Slides/Geometry.tex Return code: 256 I think it starts here: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 01: ! Undefined control sequence. 02: l.4 \geometry 03: { 04: ! ==> Fatal error occurred, no output PDF file produced! 05: Transcript written on /tmp/Slides/Geometry.log. 06: tion=\count81 07: \c@subsection=\count82 08: \c@subsubsection=\count83 09: \c@paragraph=\count84 10: \c@subparagraph=\count85 11: \c@figure=\count86 12: \c@table=\count87 13: \abovecaptionskip=\skip41 14: \belowcaptionskip=\skip42 15: \bibindent=\dimen102 16: ) 17: (/tmp/Slides/Geometry.aux) 18: \openout1 = `Geometry.aux'. 19: 20: LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3. 21: LaTeX Font Info: ... okay on input line 3. 22: LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3. 23: LaTeX Font Info: ... okay on input line 3. 24: LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3. 25: LaTeX Font Info: ... okay on input line 3. 26: LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3. 27: LaTeX Font Info: ... okay on input line 3. 28: LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3. 29: LaTeX Font Info: ... okay on input line 3. 30: LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3. 31: LaTeX Font Info: ... okay on input line 3. 32: 33: ! Undefined control sequence. 34: l.4 \geometry 35: { 36: Here is how much of TeX's memory you used: 37: 216 strings out of 493013 38: 2373 string characters out of 6135682 39: 53286 words of memory out of 5000000 40: 3849 multiletter control sequences out of 15000+600000 41: 3640 words of font info for 14 fonts, out of 8000000 for 9000 42: 1141 hyphenation exceptions out of 8191 43: 23i,0n,17p,144b,36s stack positions out of 5000i,500n,10000p,200000b,80000s 44: 45: ! ==> Fatal error occurred, no output PDF file produced! 46: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ################################## Latex source file: /tmp/Slides/Geometry.tex No of lines/chars: 22, 312 chars ################################## 001: \documentclass{report} 002: %%% Original latex doc: /usr/local/Slides/PreAmbles/Geometry.tex 003: \begin{document} 004: \geometry{ 005: a4paper, 006: paperwidth=21cm, 007: paperheight=35cm, 008: headheight=2.5cm, 009: total=17cm, 010: left=3cm, 011: right=3cm, 012: top=3cm, 013: headsep=0.5cm, 014: hoffset=-1.5cm, 015: bottom=3cm, 016: } 017: 018: \setlength{\parindent}{0cm} 019: 020: 021: \end{document} 022: ##################################