%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	pdflatex logfile: /tmp/Slides/MathOperators.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)  25 JUL 2025 08:39
002: entering extended mode
003:  restricted \write18 enabled.
004:  %&-line parsing enabled.
005: **/tmp/Slides/MathOperators.tex
006: (/tmp/Slides/MathOperators.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: (/u
012: ! Undefined control sequence.
013: l.4 \DeclareMathOperator
014:                         {\Arctan}{Arctan}
015: !  ==> Fatal error occurred, no output PDF file produced!
016: Transcript written on /tmp/Slides/MathOperators.log.
017: bsubsection=\count83
018: \c@paragraph=\count84
019: \c@subparagraph=\count85
020: \c@figure=\count86
021: \c@table=\count87
022: \abovecaptionskip=\skip41
023: \belowcaptionskip=\skip42
024: \bibindent=\dimen102
025: )
026: (/tmp/Slides/MathOperators.aux)
027: \openout1 = `MathOperators.aux'.
028: 
029: LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 3.
030: LaTeX Font Info:    ... okay on input line 3.
031: LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 3.
032: LaTeX Font Info:    ... okay on input line 3.
033: LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 3.
034: LaTeX Font Info:    ... okay on input line 3.
035: LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 3.
036: LaTeX Font Info:    ... okay on input line 3.
037: LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 3.
038: LaTeX Font Info:    ... okay on input line 3.
039: LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 3.
040: LaTeX Font Info:    ... okay on input line 3.
041: 
042: ! Undefined control sequence.
043: l.4 \DeclareMathOperator
044:                         {\Arctan}{Arctan} 
045: Here is how much of TeX's memory you used:
046:  216 strings out of 493013
047:  2403 string characters out of 6135682
048:  53286 words of memory out of 5000000
049:  3849 multiletter control sequences out of 15000+600000
050:  3640 words of font info for 14 fonts, out of 8000000 for 9000
051:  1141 hyphenation exceptions out of 8191
052:  23i,0n,17p,149b,36s stack positions out of 5000i,500n,10000p,200000b,80000s
053: 
054: !  ==> Fatal error occurred, no output PDF file produced!
055: 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	Latex source file: /tmp/Slides/MathOperators.tex
	Return code:     256
	I think it starts here:     
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
01: ! Undefined control sequence.
02: l.4 \DeclareMathOperator
03:                         {\Arctan}{Arctan}
04: !  ==> Fatal error occurred, no output PDF file produced!
05: Transcript written on /tmp/Slides/MathOperators.log.
06: bsubsection=\count83
07: \c@paragraph=\count84
08: \c@subparagraph=\count85
09: \c@figure=\count86
10: \c@table=\count87
11: \abovecaptionskip=\skip41
12: \belowcaptionskip=\skip42
13: \bibindent=\dimen102
14: )
15: (/tmp/Slides/MathOperators.aux)
16: \openout1 = `MathOperators.aux'.
17: 
18: LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 3.
19: LaTeX Font Info:    ... okay on input line 3.
20: LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 3.
21: LaTeX Font Info:    ... okay on input line 3.
22: LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 3.
23: LaTeX Font Info:    ... okay on input line 3.
24: LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 3.
25: LaTeX Font Info:    ... okay on input line 3.
26: LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 3.
27: LaTeX Font Info:    ... okay on input line 3.
28: LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 3.
29: LaTeX Font Info:    ... okay on input line 3.
30: 
31: ! Undefined control sequence.
32: l.4 \DeclareMathOperator
33:                         {\Arctan}{Arctan} 
34: Here is how much of TeX's memory you used:
35:  216 strings out of 493013
36:  2403 string characters out of 6135682
37:  53286 words of memory out of 5000000
38:  3849 multiletter control sequences out of 15000+600000
39:  3640 words of font info for 14 fonts, out of 8000000 for 9000
40:  1141 hyphenation exceptions out of 8191
41:  23i,0n,17p,149b,36s stack positions out of 5000i,500n,10000p,200000b,80000s
42: 
43: !  ==> Fatal error occurred, no output PDF file produced!
44: 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
#######################################
	Latex source file: /tmp/Slides/MathOperators.tex
	No of lines/chars: 18, 479 chars
#######################################
001: \documentclass{report}
002: %%% Original latex doc: /usr/local/Slides/1_Disciplines/4_Latex/06_PreAmbles/MathOperators.tex
003: \begin{document}
004: \DeclareMathOperator{\Arctan}{Arctan}
005: \DeclareMathOperator{\Arcsin}{Arcsin}
006: \DeclareMathOperator{\Artanh}{Artanh}
007: \DeclareMathOperator{\Real}{Re}
008: \DeclareMathOperator{\Image}{Im}
009: \DeclareMathOperator{\Det}{Det}
010: \DeclareMathOperator{\Trace}{Tr}
011: \DeclareMathOperator{\Ger}{span}
012: \DeclareMathOperator{\Span}{span}
013: \DeclareMathOperator{\Dim}{dim}
014: 
015: 
016: 
017: \end{document}
018: 
#######################################