-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmakefile.tex
More file actions
35 lines (31 loc) · 875 Bytes
/
makefile.tex
File metadata and controls
35 lines (31 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\typeout{}
\typeout{}
\typeout{Please insert 1 to compile everything, 2 to compile only the helper files.}
\immediate\read18 to \eingabe
\ifnum \eingabe < 3
\immediate\write18{xelatex neo1}
\immediate\write18{xelatex neo2}
\immediate\write18{xelatex neo3}
\immediate\write18{xelatex neo4}
\immediate\write18{xelatex neo5}
\immediate\write18{xelatex neo6}
\immediate\write18{xelatex ebene12}
\immediate\write18{xelatex ebene3}
\immediate\write18{xelatex ebene4}
\immediate\write18{xelatex ebene5}
\immediate\write18{xelatex ebene6}
\ifnum \eingabe = 1
\immediate\write18{pdflatex neo+xelatex}
\immediate\write18{bibtex neo+xelatex}
\immediate\write18{pdflatex neo+xelatex}
\immediate\write18{pdflatex neo+xelatex}
\fi
\else
\typeout{(__)}
\typeout{(oo)}
\typeout{\//------\ }
\typeout{_||ooo|\ }
\typeout{_\\/¯¯//\ *}
\typeout{ ....Have you mooed today?}
\fi
\stop