Update template
[orchestrallily.git] / Templates / EK_Full / TeX_Instruments.tex
blob9fe27de58ad47b6f61c2b250e54570f7c8eb2867
1 \documentclass[a4paper,10pt,naustrian,twoside]{report}
2 \usepackage[<< tex_options >>]{editionkainhofer}
3 \input{TeX_<< basename >>_Settings.itex}
5 \hypersetup{
6 pdftitle={\scoreTitle, \<< scoretype >>Type},
9 \makeatletter
10 \frontpageinstrumentation{\@instrumentation}
11 \frontpageeditor{\@editor}
12 \makeatother
14 \scoretype{\<< scoretype >>Type}
15 \scorenumber{\scoreNumber\<< scoretype >>Number}
16 % \ismn{XXXXXXXX}
18 \todos{
19 \begin{center}
20 \null
21 \vfill
22 \section*{\Huge Inhalt / Contents}
23 \begin{Large}
24 <$ for w in works -$>
25 <$ if 1 < works|length -$>
26 \subsection*{<< w.title >>}
27 <$- endif $>
28 <$ for i in w.instruments -$>
29 \<< i >>Name\\
30 <$ endfor -$>
31 <$ endfor $>
32 \end{Large}
33 \end{center}
34 \vfill
35 \vfill
36 \input{TeX_<< basename >>_Include_Material.itex}
37 \input{TeX_<< basename >>_Include_Sources.itex}
38 \input{TeX_<< basename >>_Include_Copyrightbox.itex}
41 \pagestyle{empty}
43 \begin{document}
44 \makefrontpage
46 \pagebreak
47 \pagestyle{empty}
48 \thispagestyle{empty}
51 \begin{preface}
52 \input{TeX_<< basename >>_Include_About.itex}
53 \input{TeX_<< basename >>_Include_Bio.itex}
54 \input{TeX_<< basename >>_Include_Text.itex}
55 \end{preface}
56 \thispagestyle{empty}
57 \pagebreak
58 \thispagestyle{empty}
59 \backpage
60 \end{document}
63 <$ if false $>
69 \begin{document}
70 \input{TeX_<< basename >>_Include_Coverpage.itex}
71 \input{TeX_<< basename >>_Include_Preface_Long.itex}
73 <$ set j = joiner ("
75 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
77 \cleardoublepage
80 ") -$>
81 <$ for w in works -$>
82 << j() ->>
83 <$ if 1 < works|length -$>
84 \basename{<< w.basename >>}
85 <$ if w.noTOC is not sameas true -$>
86 \phantomsection
87 \addcontentsline{toc}{chapter}{<< w.title >>}
88 <$- endif $>
89 <$- endif $>
91 <$ for i in w.instruments -$>
92 \phantomsection
93 \addcontentsline{toc}{section}{\<< i >>Name}
94 \includescore{Instrument_<< i >>}
95 <$ endfor -$>
96 <$ endfor $>
98 <$ if createCriticalComments $>
99 \cleardoublepage
100 \backmatter
101 \appendix
102 \input{TeX_<< basename >>_Include_KritBericht.itex}
103 <$ endif $>
104 \input{TeX_<< basename >>_Include_Backpage.itex}
105 \end{document}
106 <$ endif $>