Add orchestrallily to the latex search path, so we can directly load editionkainhofer.sty
[orchestrallily.git] / Templates / EK_Full / TeX_Instruments.tex
blob740108254fd2cddc52c90261a105de5e2176e62c
1 \documentclass[a4paper,10pt,naustrian,twoside]{report}
2 \usepackage{editionkainhofer}
3 \input{TeX_<< basename >>_Settings.itex}
5 \hypersetup{
6 pdftitle={\scoreTitle, \<< scoretype >>Type},
9 \scoretype{\<< scoretype >>Type}
10 \scorenumber{\scoreNumber\<< scoretype >>Number}
11 \<< scoretype >>Settings
13 \begin{document}
14 \input{TeX_<< basename >>_Include_Coverpage.itex}
15 \input{TeX_<< basename >>_Include_Preface_Long.itex}
17 <$ set j = joiner ("
19 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21 \cleardoublepage
24 ") $>
25 <$ for w in works $>
26 << j() ->>
27 <$ if 1 < works|length -$>
28 <$ if w.noTOC is not sameas true -$>
29 \phantomsection
30 \addcontentsline{toc}{chapter}{<< w.title >>}
31 <$- endif $>
32 \basename{<< w.basename >>}
33 <$- endif $>
35 <$ for i in w.instruments $>
36 \phantomsection
37 \addcontentsline{toc}{section}{\<< i >>Name}
38 \includescore{Instrument_<< i >>}
39 <$ endfor $>
40 <$ endfor $>
42 <$ if createCriticalComments $>
43 \cleardoublepage
44 \backmatter
45 \appendix
46 \input{TeX_<< basename >>_Include_KritBericht.itex}
47 <$ endif $>
48 \input{TeX_<< basename >>_Include_Backpage.itex}
49 \end{document}