%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% pdflatex logfile: /tmp/Slides/Base.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 19:51 002: entering extended mode 003: restricted \write18 enabled. 004: %&-line parsing enabled. 005: **/tmp/Slides/Base.tex 006: (/tmp/Slides/Base.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: 013: ! LaTeX Error: Can be used only in preamble. 014: 015: See the LaTeX manual or LaTeX Companion for explanation. 016: Type H for immediate help. 017: ... 018: 019: l.4 \usepackage 020: [hypcap]{caption} 021: ! ==> Fatal error occurred, no output PDF file produced! 022: Transcript written on /tmp/Slides/Base.log. 023: ides/Base.aux) 024: \openout1 = `Base.aux'. 025: 026: LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3. 027: LaTeX Font Info: ... okay on input line 3. 028: LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3. 029: LaTeX Font Info: ... okay on input line 3. 030: LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3. 031: LaTeX Font Info: ... okay on input line 3. 032: LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3. 033: LaTeX Font Info: ... okay on input line 3. 034: LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3. 035: LaTeX Font Info: ... okay on input line 3. 036: LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3. 037: LaTeX Font Info: ... okay on input line 3. 038: 039: 040: ! LaTeX Error: Can be used only in preamble. 041: 042: See the LaTeX manual or LaTeX Companion for explanation. 043: Type H for immediate help. 044: ... 045: 046: l.4 \usepackage 047: [hypcap]{caption} 048: Here is how much of TeX's memory you used: 049: 217 strings out of 493013 050: 2486 string characters out of 6135682 051: 53286 words of memory out of 5000000 052: 3849 multiletter control sequences out of 15000+600000 053: 3640 words of font info for 14 fonts, out of 8000000 for 9000 054: 1141 hyphenation exceptions out of 8191 055: 23i,0n,17p,140b,36s stack positions out of 5000i,500n,10000p,200000b,80000s 056: 057: ! ==> Fatal error occurred, no output PDF file produced! 058: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Latex source file: /tmp/Slides/Base.tex Return code: 256 I think it starts here: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 01: ! LaTeX Error: Can be used only in preamble. 02: 03: See the LaTeX manual or LaTeX Companion for explanation. 04: Type H for immediate help. 05: ... 06: 07: l.4 \usepackage 08: [hypcap]{caption} 09: ! ==> Fatal error occurred, no output PDF file produced! 10: Transcript written on /tmp/Slides/Base.log. 11: ides/Base.aux) 12: \openout1 = `Base.aux'. 13: 14: LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3. 15: LaTeX Font Info: ... okay on input line 3. 16: LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3. 17: LaTeX Font Info: ... okay on input line 3. 18: LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3. 19: LaTeX Font Info: ... okay on input line 3. 20: LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3. 21: LaTeX Font Info: ... okay on input line 3. 22: LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3. 23: LaTeX Font Info: ... okay on input line 3. 24: LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3. 25: LaTeX Font Info: ... okay on input line 3. 26: 27: 28: ! LaTeX Error: Can be used only in preamble. 29: 30: See the LaTeX manual or LaTeX Companion for explanation. 31: Type H for immediate help. 32: ... 33: 34: l.4 \usepackage 35: [hypcap]{caption} 36: Here is how much of TeX's memory you used: 37: 217 strings out of 493013 38: 2486 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,140b,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/Base.tex No of lines/chars: 28, 497 chars ############################## 001: \documentclass{report} 002: %%% Original latex doc: /usr/local/Slides/2_Palestras/2020/01_Latex_Friends/06_PreAmbles/Base.tex 003: \begin{document} 004: \usepackage[hypcap]{caption} 005: \usepackage{amssymb} 006: \usepackage{mathtools} 007: \usepackage{times} 008: \usepackage{fancyhdr} 009: \usepackage[pdftex]{graphics} 010: \usepackage{graphicx} 011: \usepackage{latexsym} 012: \usepackage{amsmath,amsthm} 013: 014: \usepackage{ifthen} 015: \usepackage{xifthen} 016: 017: 018: \usepackage{cancel} 019: \usepackage{enumerate} 020: \usepackage{geometry} 021: 022: 023: \usepackage{float} 024: 025: \usepackage{scrextend} 026: 027: \end{document} 028: ##############################