From b73f57c770e72825ed3a75e594c38aa5ccb15de3 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer <reinhold@kainhofer.com> Date: Fri, 23 Jul 2010 21:22:49 +0200 Subject: [PATCH] Fix LaTeX layout --- TeX_Randhartinger_AdTeLevavi_Score_Instruments.tex | 2 +- TeX_Randhartinger_AdTeLevavi_Score_Long.tex | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/TeX_Randhartinger_AdTeLevavi_Score_Instruments.tex b/TeX_Randhartinger_AdTeLevavi_Score_Instruments.tex index c4d7aa3..63f39c9 100644 --- a/TeX_Randhartinger_AdTeLevavi_Score_Instruments.tex +++ b/TeX_Randhartinger_AdTeLevavi_Score_Instruments.tex @@ -1,5 +1,5 @@ \documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage{editionkainhofer} +\usepackage[instrumentalparts]{editionkainhofer} \input{TeX_Randhartinger_AdTeLevavi_Settings.itex} \hypersetup{ diff --git a/TeX_Randhartinger_AdTeLevavi_Score_Long.tex b/TeX_Randhartinger_AdTeLevavi_Score_Long.tex index f9b06bd..db6c681 100644 --- a/TeX_Randhartinger_AdTeLevavi_Score_Long.tex +++ b/TeX_Randhartinger_AdTeLevavi_Score_Long.tex @@ -1,10 +1,16 @@ \documentclass[a4paper,10pt,naustrian,twoside]{report} -\usepackage{editionkainhofer} +\usepackage[fullscore]{editionkainhofer} \input{TeX_Randhartinger_AdTeLevavi_Settings.itex} \hypersetup{ pdftitle={\scoreTitle, \LongScoreType}, } +\makeatletter +\renewcommand\backmatter{% +\clearpage +% \@mainmatterfalse +} +\makeatother \scoretype{\LongScoreType} \scorenumber{\scoreNumber\LongScoreNumber} @@ -19,7 +25,7 @@ \includescore{Score_Long} -\cleardoublepage +% \cleardoublepage \backmatter \appendix \input{TeX_Randhartinger_AdTeLevavi_Include_KritBericht.itex} -- GitLab