mirror of https://github.com/texmacs/doc.git
Migration of metadatas: translation of doc-author -> render-doc-author
This commit is contained in:
parent
74e035227e
commit
838a8a438e
|
@ -54,8 +54,8 @@
|
||||||
In addition to the rendering macros which are present in the document, the
|
In addition to the rendering macros which are present in the document, the
|
||||||
main title (including author information, the date, <abbr|etc.>) is
|
main title (including author information, the date, <abbr|etc.>) is
|
||||||
rendered using the <markup|doc-make-title> macro. The author information,
|
rendered using the <markup|doc-make-title> macro. The author information,
|
||||||
as part of the main title, is rendered using <markup|doc-author> or
|
as part of the main title, is rendered using <markup|render-doc-author> or
|
||||||
<markup|doc-authors>, depending on whether the document has one or more
|
<markup|render-doc-authors>, depending on whether the document has one or more
|
||||||
authors. Footnotes to the title or to one of the authors are rendered using
|
authors. Footnotes to the title or to one of the authors are rendered using
|
||||||
<markup|doc-title-note> <abbr|resp.> <markup|doc-author-note>. These
|
<markup|doc-title-note> <abbr|resp.> <markup|doc-author-note>. These
|
||||||
footnote macros always expect a <markup|document> tag on input, because
|
footnote macros always expect a <markup|document> tag on input, because
|
||||||
|
|
|
@ -37,12 +37,12 @@
|
||||||
This macro is used for rendering the <src-arg|subtitle> of the document.
|
This macro is used for rendering the <src-arg|subtitle> of the document.
|
||||||
</explain>
|
</explain>
|
||||||
|
|
||||||
<\explain|<explain-macro|doc-author|content>>
|
<\explain|<explain-macro|render-doc-author|content>>
|
||||||
In the case when the document has a single author, then this macro is
|
In the case when the document has a single author, then this macro is
|
||||||
used for rendering the <src-arg|content> information about him or her.
|
used for rendering the <src-arg|content> information about him or her.
|
||||||
</explain>
|
</explain>
|
||||||
|
|
||||||
<\explain|<explain-macro|doc-authors|content>>
|
<\explain|<explain-macro|render-doc-authors|content>>
|
||||||
In the case when the document has several authors, then this macros is
|
In the case when the document has several authors, then this macros is
|
||||||
used for rendering all author-related <src-arg|content> which is part of
|
used for rendering all author-related <src-arg|content> which is part of
|
||||||
the main title.
|
the main title.
|
||||||
|
|
Loading…
Reference in New Issue