Projekt

Allgemein

Profil

Title Pages » Historie » Version 4

Martin Kraetke, 27.01.2022 14:01

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 3 Martin Kraetke
| @\tpAcknowledgements{}@ | note of thanks |
138 1 Martin Kraetke
| @\tpEditorial{}@ | Editorial |
139 2 Martin Kraetke
| @\tpEdition{}@ | Edition (e.g. "3rd revised edition") |
140
| @\tpEditionNote{}@ | Edition note (e.g. "Anniversary edition") |
141 1 Martin Kraetke
| @\tpYear{}@ | Year of publication |
142 3 Martin Kraetke
| @\tpStatement{}@ |  Publication statement |
143 1 Martin Kraetke
| @\tpBiblio{}@ | Bibliographical information |
144
| @\tpPrintNote{}@ | Print note |
145
| @\tpEnvDisclaimer{}@ | Environmental note |
146
|_\2. Contributor Meta|
147
| @\tpLectorate{}@ | Lector |
148
| @\tpTranslator{}@ | Translater |
149
| @\tpQA{}@ | Correctorate, Copy-Editing |
150
| @\tpCoverDesign{}@ | Cover Art Name or Creator |
151
| @\tpCoverImage{}@ | Path to cover image |
152 2 Martin Kraetke
| @\tpUsedFont{}@ | Main book font(s) |
153 1 Martin Kraetke
| @\tpTypesetter{}@ | Typesetter |
154
| @\tpPrint{}@ | Printer |
155
| @\tpConversion{}@ | Converter |
156
|_\2. Licencing|
157
| @\tpCopyrightDisclaimer{}@ | Copyright-Disclaimer |
158
| @\tpCopyright{}@ | Copyright Text |
159
| @\tpLicenceLogo{}@ | License logo |
160
| @\tpLicenceText{}@ | License description |
161 4 Martin Kraetke
| @\tpLicenceLink{}@ | License URL |
162
| @\tpLicenceName{}@ | License name, e.g. "CC BY 3.0 DE" |
163 1 Martin Kraetke
|_\2. Overrides |
164
| @\tpAuthorNameList{}@ | Override for generated author name list |
165
| @\tpEditorNameList{}@ | Override for generated editor name list |
166
| @\tpEditorString{}@ | Override for editor suffix  |
167
| @\tpSeriesEditorNameList{}@ | Override for generated series editor list |
168
| @\tpSeriesEditorString{}@ | Override for series editor suffix   |
169
170
h2. Example
171
172
WBG
173
<pre>\usepackage[<options>]{wbg}
174
175
...
176
177
\begin{tpMeta}
178
  \tpTitle{Die anderen Gurlitts}
179
  \tpSubtitle{Unterwegs zu einer Familiengeschichte}
180
  \begin{tpEditor}
181
    \tpFullName{Ursula Renner}
182
  \end{tpEditor}
183
  \tpISBN{ISBN 9783534404650}
184
  \tpEISBN{eBook (PDF): 9783534404674}
185
  \tpEpubPreText{Elektronisch sind folgende Ausgaben erhältlich:}
186
  \tpPublisher{wbg (Wissenschaftliche Buchgesellschaft)}
187
  \tpPubDivision{wbg Academic}
188
  \tpPubDivInfo{wbg Academic ist ein imprint der wbg}
189
  \tpPubNote{Die Herausgabe des Werkes wurde durch die\\
190
    Vereinsmitglieder der wbg ermöglicht.}
191
  \tpPubWeb{Besuchen Sie uns im Internet: www.wbg-wissenverbindet.de}
192
  \tpPubPlace{Darmstadt}
193
  \tpPrintNote{Printed in Germany}
194
  \tpYear{2021}
195
  \tpEnvDisclaimer{Gedruckt auf säurefreiem und\\alterungsbeständigem Papier.}
196
  \tpBiblio{Die Deutsche Nationalbibliothek verzeichnet diese Publikation\\
197
    in der Deutschen Nationalbibliografie; detaillierte bibliografische\\
198
    Daten sind im Internet über \url{http://dnb.d-nb.de} abrufbar.}
199
\end{tpMeta}
200
201
...
202
203
\begin{document}
204
\tpMaketitle
205
\tableofcontents
206
207
...
208
</pre>