mirror of https://github.com/texmacs/doc.git
Migration of metadatas: translation of author-address -> author-affiliation
This commit is contained in:
parent
d4f5b600b0
commit
7994fe69b2
|
@ -22,7 +22,7 @@
|
|||
to specify data for each of the authors of the document. Each child of the
|
||||
<markup|doc-author-data> tag is a tag with information about the
|
||||
corresponding author. Currently implemented tags with author information
|
||||
are <markup|author-name>, <markup|author-address>, <markup|author-email>,
|
||||
are <markup|author-name>, <markup|author-affiliation>, <markup|author-email>,
|
||||
<markup|author-homepage> and <markup|author-misc>.
|
||||
|
||||
Most of the tags listed above also correspond to macros for rendering the
|
||||
|
@ -77,7 +77,7 @@
|
|||
<\quasi>
|
||||
<unquote*|<select|<quote-arg|data>|author-name>>
|
||||
|
||||
<unquote*|<select|<quote-arg|data>|author-address>>
|
||||
<unquote*|<select|<quote-arg|data>|author-affiliation>>
|
||||
</quasi>
|
||||
</macro>>
|
||||
|
||||
|
|
|
@ -67,8 +67,8 @@
|
|||
an author.
|
||||
</explain>
|
||||
|
||||
<\explain|<explain-macro|author-address|address>>
|
||||
Renders the <src-arg|address> of the author.
|
||||
<\explain|<explain-macro|author-affiliation|affiliation>>
|
||||
Renders the <src-arg|affiliation> of the author.
|
||||
</explain>
|
||||
|
||||
<\explain|<explain-macro|author-email|email>>
|
||||
|
@ -111,4 +111,4 @@
|
|||
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
||||
Texts. A copy of the license is included in the section entitled "GNU Free
|
||||
Documentation License".>
|
||||
</body>
|
||||
</body>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</explain>
|
||||
|
||||
<\explain|<explain-macro|doc-author-data|data-1|<with|mode|math|\<cdots\>>|data-n>>
|
||||
Specify the data for one of the authors of the document (name, address,
|
||||
Specify the data for one of the authors of the document (name, affiliation,
|
||||
<abbr|etc.>; see below).
|
||||
</explain>
|
||||
|
||||
|
@ -77,8 +77,8 @@
|
|||
Specify the <src-arg|name> of the author.
|
||||
</explain>
|
||||
|
||||
<\explain|<explain-macro|author-address|address>>
|
||||
An <src-arg|address> where the author can be reached.
|
||||
<\explain|<explain-macro|author-affiliation|affiliation>>
|
||||
The <src-arg|affiliation> of the author.
|
||||
</explain>
|
||||
|
||||
<\explain|<explain-macro|author-email|email>>
|
||||
|
@ -90,7 +90,7 @@
|
|||
</explain>
|
||||
|
||||
<\explain|<explain-macro|author-misc|note>>
|
||||
A <src-arg|note> attached to the author, like a thank-word.
|
||||
A miscellanous <src-arg|note> attached to the author, like a thank-word.
|
||||
</explain>
|
||||
|
||||
As a general rule, the use of any of the subtags of <markup|doc-data> or
|
||||
|
@ -110,4 +110,4 @@
|
|||
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
|
||||
Texts. A copy of the license is included in the section entitled "GNU Free
|
||||
Documentation License".>
|
||||
</body>
|
||||
</body>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
zurück mit den gesammelten Daten als Kinder. Z.B.\
|
||||
|
||||
<\tm-fragment>
|
||||
<inactive*|<style-with|src-compact|none|<doc-author-main|<author-address|Somewhere
|
||||
<inactive*|<style-with|src-compact|none|<doc-author-main|<author-affiliation|Somewhere
|
||||
in Africa>|<author-name|The big GNU>|<author-misc|Very hairy indeed!>>>>
|
||||
</tm-fragment>
|
||||
|
||||
|
@ -97,7 +97,7 @@
|
|||
|
||||
<\tm-fragment>
|
||||
<with|src-special|raw|<inactive*|<\style-with|src-compact|none>
|
||||
<author-address|Somewhere in Africa>
|
||||
<author-affiliation|Somewhere in Africa>
|
||||
|
||||
<author-name|The big GNU>
|
||||
</style-with>>>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<markup|document> tag with the selected data as its children. For instance,
|
||||
|
||||
<\tm-fragment>
|
||||
<inactive*|<style-with|src-compact|none|<doc-author-main|<author-address|Somewhere
|
||||
<inactive*|<style-with|src-compact|none|<doc-author-main|<author-affiliation|Somewhere
|
||||
in Africa>|<author-name|The big GNU>|<author-misc|Very hairy indeed!>>>>
|
||||
</tm-fragment>
|
||||
|
||||
|
@ -92,7 +92,7 @@
|
|||
|
||||
<\tm-fragment>
|
||||
<with|src-special|raw|<inactive*|<\style-with|src-compact|none>
|
||||
<author-address|Somewhere in Africa>
|
||||
<author-affiliation|Somewhere in Africa>
|
||||
|
||||
<author-name|The big GNU>
|
||||
</style-with>>>
|
||||
|
|
Loading…
Reference in New Issue