Templates: Cleanup the fields
[orchestrallily.git] / Templates / EK_Full / TeX_Settings.itex
blobc0d6878f63c688900db2085e285198e8bf05eac7
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 <$ if publisherurl -$>
31 \publisherurl{<< publisherurl >>}
32 <$ endif -$>
33 \publisher{<< publisher >>}
34 <$ if shortpublisher -$>
35 \shortpublisher{<$ if publisherurl $>\href{<< publisherurl >>}{<< shortpublisher >>}<$ else $><< shortpublisher >><$ endif $>}
36 <$ else -$>
37 \shortpublisher{<$ if publisherurl $>\href{<< publisherurl >>}{<< publisher >>}<$ else $><< publisher >><$ endif $>}
38 <$ endif -$>
39 \yearpublished{<< year >>}
40 <$ if scoreinfo -$>
41 \scoreinfo{<<scoreinfo>>}
42 <$ endif $>
43 \basename{<< basename >>}
45 \newcommand{\scoreNumber}[1]{<< scorenumber >>-#1}
46 \newcommand{\scoreTitle}{<< composer >><$ if composerII $> / << composerII >><$ else $><$ if composerdate $> (<< composerdate >>)<$ endif $><$ endif $>: << title >>}
48 \geometry{left=1.5cm,right=1.5cm,top=1.5cm,bottom=1.5cm}
49 \hypersetup{
50     pdfauthor={<< editor>><$ if editormail $> << '<' >><<editormail>><< '>' >><$ endif $>}
53 \input{TeX_<<basename>>_Include_Todo.itex}