Short publisher with proper link on back page, adjust ISMN layout on back cover
[orchestrallily.git] / Templates / EK_Full / TeX_Score.tex
blob7d3b77a1128a159bb8816a00179e670245e633a7
1 \documentclass[a4paper,10pt,naustrian,twoside]{report}
2 \usepackage[<< ",".join (tex_options) >>]{editionkainhofer}
3 \input{TeX_<< basename >>_Settings.itex}
5 \hypersetup{
6 pdftitle={\scoreTitle, \<< scoretype >>ScoreType},
9 \scoretype{\<< scoretype >>ScoreType}
10 \scorenumber{\scoreNumber\<< scoretype >>ScoreNumber}
11 % \ismn{......}
13 \begin{document}
14 \input{TeX_<< basename >>_Include_Coverpage.itex}
15 \input{TeX_<< basename >>_Include_Preface_Long.itex}
17 <$ for w in works $>
18 <$ if (1 < works|length) or (w.basename is not sameas basename) -$>
19 \basename{<< w.basename >>}
20 <$ endif -$>
21 <$ if not w.noTOC -$>
22 \phantomsection
23 \addcontentsline{toc}{section}{\<< scoretype >>ScoreType}
24 <$ endif -$>
25 \includescore{Score_<< scoretype >>}
26 <$ endfor $>
28 <$ if createCriticalComments is sameas true -$>
29 \cleardoublepage
30 \backmatter
31 \appendix
32 \input{TeX_<< basename >>_Include_KritBericht.itex}
34 <$ endif -$>
36 \input{TeX_<< basename >>_Include_Backpage.itex}
37 \end{document}