1
0
Fork 0

Migration of metadatas: translation of author-address -> author-affiliation

This commit is contained in:
François Poulain 2012-11-14 14:20:52 +00:00
parent d4f5b600b0
commit 7994fe69b2
5 changed files with 14 additions and 14 deletions

View File

@ -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>>

View File

@ -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>>

View File

@ -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

View File

@ -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>>>

View File

@ -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>>>