Implement two-composer collections
[orchestrallily.git] / Templates / EK_Full / TeX_Settings.itex
blob976fac70210f139542545850b5952bdb20ec43d9
1 \title{<< title >>}
2 \subtitle{<< subtitle >>}
3 \composer{<< composer >>}
4 <$ if composerdate -$>
5 \composerdate{(<< composerdate >>)}
6 <$ endif -$>
7 <$ if composerII -$>
8 \composerII{<< composerII >>}
9 <$ if composerdateII -$>
10 \composerdateII{(<<composerdateII >>)}
11 <$ endif -$>
12 <$ endif -$>
13 <$ if poet -$>
14 \poet{<< poet >>}
15 <$ if poetdate -$>
16 \poetdate{(<< poetdate >>)}
17 <$ endif -$>
18 <$ endif -$>
19 <$ if description -$>
20 \description{<< description >>}
21 <$ else -$>
22 % \description{Per Coro (SATB) ed Organo o Orchestra}
23 <$ endif -$>
24 <$ if instrumentation -$>
25 \instrumentation{<< instrumentation >>}
26 <$ else -$>
27 % \instrumentation{2 Oboi, 2 Corni\\2 Violini, Viola, Violoncello\\e Basso Continuo (Organo e Bassi)}
28 <$ endif -$>
29 \editor{<$ if editorurl $>\href{<< editorurl >>}{<< editor >>}<$ else $><< editor >><$ endif $>}
30 \publisher{<$ if publisherurl $>\href{<< publisherurl >>}{<< publisher >>}<$ else $><< publisher >><$ endif $>}
31 \year{<< year >>}
32 <$ if scoreinfo -$>
33 \scoreinfo{<<scoreinfo>>}
34 <$ endif $>
35 \basename{<< basename >>}
37 \newcommand{\scoreNumber}[1]{<< scorenumber >>-#1}
38 \newcommand{\scoreTitle}{<< composer >><$ if composerII $> / << composerII >><$ else $><$ if composerdate $> (<< composerdate >>)<$ endif $><$ endif $>: << title >>}
40 \geometry{left=1.5cm,right=1.5cm,top=1.5cm,bottom=1.5cm}
41 \hypersetup{
42     pdfauthor={<< editor>><$ if editormail $> << '<' >><<editormail>><< '>' >><$ endif $>}
45 \input{TeX_<<basename>>_Include_Todo.itex}