Projekt

Allgemein

Profil

Title Pages » Historie » Version 1

Martin Kraetke, 22.12.2021 15:24

1 1 Martin Kraetke
h1. Title Pages
2
3
Should be included in @tpMeta@ environment before  @\begin{document}@.
4
5
<pre>\begin{tpMeta}
6
  ...
7
\end{tpMeta}</pre> 
8
9
The actual title pages are generated with @\tpMaketitle@ _after_ @\begin{document}@.
10
11
h2. Persons
12
13
h3. General Markup
14
15
All names are placed in their respective environment. 
16
17
|_. Environment |_. Description |
18
| @tpAuthor@ | Author (monographies) |
19
| @tpEditor@ | Editor (collections) |
20
| @tpSeriesEditor@ | Series editor |
21
22
The person metadata is encoded with the following instructions:
23
24
|_. Command |_. Description |
25
| @\tpFullName{}@ | used for the full names, overrides the other name commands below  |
26
| @\tpSurName{}@ | surname |
27
| @\tpFirstName{}@ | first name |
28
| @\tpMidName{}@ | middle name |
29
| @\tpAffilID{}@ | affiliation identifier |
30
| @\tpMail{}@ | email address |
31
| @\tpBio{}@ | person biography |
32
33
Z.B.<pre>\begin{tpAuthor}[corresp]
34
  \tpFirstName{Jane}
35
  \tpSurName{Doe}
36
  \tpMail{jane.doe@example.org}
37
  \tpAffil{1}
38
\end{tpAuthor}</pre>
39
40
h3. Overrides
41
42
h4. Individual Names
43
44
Separately tagged parts of the name are combined (depending on the client configuration) and encoded with the @\tpFullName@ instruction. This can also be assigned directly and thus also serves as an override for the output of _individual_ names. 
45
46
h4. Name lists
47
48
Based upon the individual names, name lists are generated in the title pages. They can be overwritten within the @tpMeta@-environment:
49
50
  <pre>\tpAuthorNameList{<Override>}
51
\tpEditorNameList{<Override>}
52
\tpSeriesEditorNameList{<Override>}
53
</pre>
54
z.B. würde<pre>  \begin{tpEditor}
55
    \tpFullName{Ursula Renner}
56
  \end{tpEditor}
57
  \begin{tpEditor}
58
    \tpFullName{Maxi Musterfrau}
59
  \end{tpEditor}</pre>
60
61
This generates the text _Ursula Renner and Maxi Musterfrau (Eds.)_ which can be changed to _Renner & Musterfrau (Eds.)_ with the instruction below:
62
63
<pre>\tpEditorNameList{Renner \& Musterfrau}</pre>
64
65
The editor suffix _(Eds.)_ is generated by the publisher's style and is appended to both the generated name list and editor and series editor. If this behavior has to be changed individually, the complete information can be overwritten with the following instruction:
66
67
<pre>\tpEditorString{}
68
\tpSeriesEditorString{}
69
</pre>
70
71
h2. Affiliations 
72
73
TBD
74
75
h2. Funding Statement
76
77
Individual sponsors are combined into separate @tpFunding@ environments within the @tpMeta@ environment. The funding information is tagged individually: 
78
79
|_. Command |_. Description |
80
| @\tpFundName{}@ | complete name of the institution |
81
| @\tpFundLogo{}@ | path to the logo of the funding institution |
82
83
84
Additionally there are two funder-related instructions which need to be placed below @tpMeta@:
85
86
|_. Command |_. Description |
87
| @\tpFundingPreText{}@ | text before the funding statement |
88
| @\tpFundingPostText{}@ | text below the funding statement|
89
90
Example:
91
92
<pre>\begin{tpMeta}
93
  ...
94
  \tpFundingPreText{This book was sponsored by:}
95
  \tpFundingPostText{Further information about the project can be found at http://www.example.org}
96
  \begin{tpFunding}
97
    \tpFundName{Anytown Author Fund}
98
    \tpFundLogo{anytown-logo.png}
99
  \end{tpFunding}
100
  \begin{tpFunding}
101
    \tpFundName{Jane Doe Research Fund}
102
    \tpFundLogo{janedoe-logo.png}
103
  \end{tpFunding}
104
  ...
105
\end{tpMeta}</pre>
106
107
h2. General Metadata
108
109
|_. Command |_. Description |
110
|_\2. Titles|
111
| @\tpSubtitle{}@ | Subtitle |
112
| @\tpTitle{}@ | Regular book title |
113
| @\tpShortTitle{}@ | Short book title, used for running headers |
114
|_\2. Cover|
115
| @\tpCover{}@ | Path to cover image |
116
|_\2. Series|
117
| @\tpNumber{}@ | Series number |
118
| @\tpSeries{}@ | Series title |
119
| @\tpSubSeries{}@ | Series subtitle |
120
| @\tpVolume{}@ | Volume |
121
|_\2. Publisher|
122
| @\tpPublisher{}@ | Publisher name |
123
| @\tpPubDivision{}@ | Publisher imprint name |
124
| @\tpPubDivInfo{}@ | Publisher imprint information |
125
| @\tpPubLogo{}@ | Path to publisher logo |
126
| @\tpPubNote{}@ | Additional information about publisher |
127
| @\tpPubPlace{}@ | Publisher location |
128
| @\tpPubWeb{}@ | Publisher homepage |
129
|_\2. Publication Meta|
130
| @\tpDOI{}@ | DOI |
131
| @\tpISBN{}@ | Print-ISBN |
132
| @\tpEISBN{}@ | Ebook-ISBN|
133
| @\tpEpubISBN{}@ | EPUB-ISBN |
134
| @\tpEpubPreText{}@ | Text between ISBN and eISBN|
135
| @\tpISSN{}@ | ISSN|
136
| @\tpDedication{}@ | Dedication |
137
|{background-color: #ff0;}. @\tpAcknowledgements{}@ |{background-color: #ff0;}. note of thanks |
138
| @\tpEditorial{}@ | Editorial |
139
| @\tpEditionNote{}@ | Edition (z.B. "Anniversary edition") |
140
| @\tpYear{}@ | Year of publication |
141
|{background-color: #ff0;}.  @\tpStatement{}@ |{background-color: #ff0;}.  Publication statement |
142
| @\tpBiblio{}@ | Bibliographical information |
143
| @\tpPrintNote{}@ | Print note |
144
| @\tpEnvDisclaimer{}@ | Environmental note |
145
|_\2. Contributor Meta|
146
| @\tpLectorate{}@ | Lector |
147
| @\tpTranslator{}@ | Translater |
148
| @\tpQA{}@ | Correctorate, Copy-Editing |
149
| @\tpCoverDesign{}@ | Cover Art Name or Creator |
150
| @\tpCoverImage{}@ | Path to cover image |
151
|{background-color: #ff0;}.  @\tpFont{}@ |{background-color: #ff0;}. Main book font(s) |
152
| @\tpTypesetter{}@ | Typesetter |
153
| @\tpPrint{}@ | Printer |
154
| @\tpConversion{}@ | Converter |
155
|_\2. Licencing|
156
| @\tpCopyrightDisclaimer{}@ | Copyright-Disclaimer |
157
| @\tpCopyright{}@ | Copyright Text |
158
| @\tpLicenceLogo{}@ | License logo |
159
| @\tpLicenceText{}@ | License description |
160
|{background-color: #ff0;}. @\tpLicenceLink{}@ |{background-color: #ff0;}. License URL |
161
|{background-color: #ff0;}. @\tpLicenceName{}@ |{background-color: #ff0;}. License name, e.g. "CC BY 3.0 DE" |
162
|_\2. Overrides |
163
| @\tpAuthorNameList{}@ | Override for generated author name list |
164
| @\tpEditorNameList{}@ | Override for generated editor name list |
165
| @\tpEditorString{}@ | Override for editor suffix  |
166
| @\tpSeriesEditorNameList{}@ | Override for generated series editor list |
167
| @\tpSeriesEditorString{}@ | Override for series editor suffix   |
168
169
h2. Example
170
171
WBG
172
<pre>\usepackage[<options>]{wbg}
173
174
...
175
176
\begin{tpMeta}
177
  \tpTitle{Die anderen Gurlitts}
178
  \tpSubtitle{Unterwegs zu einer Familiengeschichte}
179
  \begin{tpEditor}
180
    \tpFullName{Ursula Renner}
181
  \end{tpEditor}
182
  \tpISBN{ISBN 9783534404650}
183
  \tpEISBN{eBook (PDF): 9783534404674}
184
  \tpEpubPreText{Elektronisch sind folgende Ausgaben erhältlich:}
185
  \tpPublisher{wbg (Wissenschaftliche Buchgesellschaft)}
186
  \tpPubDivision{wbg Academic}
187
  \tpPubDivInfo{wbg Academic ist ein imprint der wbg}
188
  \tpPubNote{Die Herausgabe des Werkes wurde durch die\\
189
    Vereinsmitglieder der wbg ermöglicht.}
190
  \tpPubWeb{Besuchen Sie uns im Internet: www.wbg-wissenverbindet.de}
191
  \tpPubPlace{Darmstadt}
192
  \tpPrintNote{Printed in Germany}
193
  \tpYear{2021}
194
  \tpEnvDisclaimer{Gedruckt auf säurefreiem und\\alterungsbeständigem Papier.}
195
  \tpBiblio{Die Deutsche Nationalbibliothek verzeichnet diese Publikation\\
196
    in der Deutschen Nationalbibliografie; detaillierte bibliografische\\
197
    Daten sind im Internet über \url{http://dnb.d-nb.de} abrufbar.}
198
\end{tpMeta}
199
200
...
201
202
\begin{document}
203
\tpMaketitle
204
\tableofcontents
205
206
...
207
</pre>