Projekt

Allgemein

Profil

Title Pages » Historie » Version 5

Patrick Schulz, 18.03.2022 10:31
New environment: tpGenericMeta

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 5 Patrick Schulz
h2. Generic Meta Blocks
76
77
For generic titlepage meta data there is a generic environment @tpGenericMeta@ that may occur multiple times within the tpMeta block: 
78
79
<pre>\begin{tpMeta}
80
81
  \begin{tpGenericMeta}
82
    \tpHeading{<title>}
83
    \tpContent{<Content>}
84
  \end{tpGenericMeta}
85
86
\end{tpMeta}</pre>
87
88
|_. Command |_. Description |
89
| @\tpHeading{}@ | title of the generic meta block (optional) |
90
| @\tpContent{}@ | contents of the generic meta block (mandatory) |
91
92
Generic meta blocks are all rendered in the same way and printed in the same order as the environment occurs within the @tpMeta@ block. 
93
94 1 Martin Kraetke
h2. Funding Statement
95
96
Individual sponsors are combined into separate @tpFunding@ environments within the @tpMeta@ environment. The funding information is tagged individually: 
97
98
|_. Command |_. Description |
99
| @\tpFundName{}@ | complete name of the institution |
100
| @\tpFundLogo{}@ | path to the logo of the funding institution |
101
102
103
Additionally there are two funder-related instructions which need to be placed below @tpMeta@:
104
105
|_. Command |_. Description |
106
| @\tpFundingPreText{}@ | text before the funding statement |
107
| @\tpFundingPostText{}@ | text below the funding statement|
108
109
Example:
110
111
<pre>\begin{tpMeta}
112
  ...
113
  \tpFundingPreText{This book was sponsored by:}
114
  \tpFundingPostText{Further information about the project can be found at http://www.example.org}
115
  \begin{tpFunding}
116
    \tpFundName{Anytown Author Fund}
117
    \tpFundLogo{anytown-logo.png}
118
  \end{tpFunding}
119
  \begin{tpFunding}
120
    \tpFundName{Jane Doe Research Fund}
121
    \tpFundLogo{janedoe-logo.png}
122
  \end{tpFunding}
123
  ...
124
\end{tpMeta}</pre>
125
126
h2. General Metadata
127
128
|_. Command |_. Description |
129
|_\2. Titles|
130
| @\tpSubtitle{}@ | Subtitle |
131
| @\tpTitle{}@ | Regular book title |
132
| @\tpShortTitle{}@ | Short book title, used for running headers |
133
|_\2. Cover|
134
| @\tpCover{}@ | Path to cover image |
135
|_\2. Series|
136
| @\tpNumber{}@ | Series number |
137
| @\tpSeries{}@ | Series title |
138
| @\tpSubSeries{}@ | Series subtitle |
139
| @\tpVolume{}@ | Volume |
140
|_\2. Publisher|
141
| @\tpPublisher{}@ | Publisher name |
142
| @\tpPubDivision{}@ | Publisher imprint name |
143
| @\tpPubDivInfo{}@ | Publisher imprint information |
144
| @\tpPubLogo{}@ | Path to publisher logo |
145
| @\tpPubNote{}@ | Additional information about publisher |
146
| @\tpPubPlace{}@ | Publisher location |
147
| @\tpPubWeb{}@ | Publisher homepage |
148
|_\2. Publication Meta|
149
| @\tpDOI{}@ | DOI |
150
| @\tpISBN{}@ | Print-ISBN |
151
| @\tpEISBN{}@ | Ebook-ISBN|
152
| @\tpEpubISBN{}@ | EPUB-ISBN |
153
| @\tpEpubPreText{}@ | Text between ISBN and eISBN|
154
| @\tpISSN{}@ | ISSN|
155
| @\tpDedication{}@ | Dedication |
156 3 Martin Kraetke
| @\tpAcknowledgements{}@ | note of thanks |
157 1 Martin Kraetke
| @\tpEditorial{}@ | Editorial |
158 2 Martin Kraetke
| @\tpEdition{}@ | Edition (e.g. "3rd revised edition") |
159
| @\tpEditionNote{}@ | Edition note (e.g. "Anniversary edition") |
160 1 Martin Kraetke
| @\tpYear{}@ | Year of publication |
161 3 Martin Kraetke
| @\tpStatement{}@ |  Publication statement |
162 1 Martin Kraetke
| @\tpBiblio{}@ | Bibliographical information |
163
| @\tpPrintNote{}@ | Print note |
164
| @\tpEnvDisclaimer{}@ | Environmental note |
165
|_\2. Contributor Meta|
166
| @\tpLectorate{}@ | Lector |
167
| @\tpTranslator{}@ | Translater |
168
| @\tpQA{}@ | Correctorate, Copy-Editing |
169
| @\tpCoverDesign{}@ | Cover Art Name or Creator |
170
| @\tpCoverImage{}@ | Path to cover image |
171 2 Martin Kraetke
| @\tpUsedFont{}@ | Main book font(s) |
172 1 Martin Kraetke
| @\tpTypesetter{}@ | Typesetter |
173
| @\tpPrint{}@ | Printer |
174
| @\tpConversion{}@ | Converter |
175
|_\2. Licencing|
176
| @\tpCopyrightDisclaimer{}@ | Copyright-Disclaimer |
177
| @\tpCopyright{}@ | Copyright Text |
178
| @\tpLicenceLogo{}@ | License logo |
179
| @\tpLicenceText{}@ | License description |
180 4 Martin Kraetke
| @\tpLicenceLink{}@ | License URL |
181
| @\tpLicenceName{}@ | License name, e.g. "CC BY 3.0 DE" |
182 1 Martin Kraetke
|_\2. Overrides |
183
| @\tpAuthorNameList{}@ | Override for generated author name list |
184
| @\tpEditorNameList{}@ | Override for generated editor name list |
185
| @\tpEditorString{}@ | Override for editor suffix  |
186
| @\tpSeriesEditorNameList{}@ | Override for generated series editor list |
187
| @\tpSeriesEditorString{}@ | Override for series editor suffix   |
188
189
h2. Example
190
191
WBG
192
<pre>\usepackage[<options>]{wbg}
193
194
...
195
196
\begin{tpMeta}
197
  \tpTitle{Die anderen Gurlitts}
198
  \tpSubtitle{Unterwegs zu einer Familiengeschichte}
199
  \begin{tpEditor}
200
    \tpFullName{Ursula Renner}
201
  \end{tpEditor}
202
  \tpISBN{ISBN 9783534404650}
203
  \tpEISBN{eBook (PDF): 9783534404674}
204
  \tpEpubPreText{Elektronisch sind folgende Ausgaben erhältlich:}
205
  \tpPublisher{wbg (Wissenschaftliche Buchgesellschaft)}
206
  \tpPubDivision{wbg Academic}
207
  \tpPubDivInfo{wbg Academic ist ein imprint der wbg}
208
  \tpPubNote{Die Herausgabe des Werkes wurde durch die\\
209
    Vereinsmitglieder der wbg ermöglicht.}
210
  \tpPubWeb{Besuchen Sie uns im Internet: www.wbg-wissenverbindet.de}
211
  \tpPubPlace{Darmstadt}
212
  \tpPrintNote{Printed in Germany}
213
  \tpYear{2021}
214
  \tpEnvDisclaimer{Gedruckt auf säurefreiem und\\alterungsbeständigem Papier.}
215
  \tpBiblio{Die Deutsche Nationalbibliothek verzeichnet diese Publikation\\
216
    in der Deutschen Nationalbibliografie; detaillierte bibliografische\\
217
    Daten sind im Internet über \url{http://dnb.d-nb.de} abrufbar.}
218
\end{tpMeta}
219
220
...
221
222
\begin{document}
223
\tpMaketitle
224
\tableofcontents
225
226
...
227
</pre>