...
In a JATS XML workflow, this paragraph is tagged as <subtitle>
in the <title-group>
element of the <article-meta
> section.
...
Left and Right Running Heads
The Right Running Head and Left Running Head styles are applied to right and left running heads, respectively. These styles are often used for alternate versions of the title or other metadata that should be displayed differently from the main title, such as in the header of a print publication. According to JATS recommendations, these styles should not be applied to the translated titles or subtitles, which have their own designated styles.
In a JATS XML workflow, these paragraphs are tagged as <alt-title alt-title-type="right-running">
and <alt-title alt-title-type="left-running">
in the <title-group>
.
Example
Info |
---|
The following example demonstrates the use of the Article Title |
...
, Article Subtitle, Right Running Head, and Left Running Head paragraph styles. This illustration is an excerpt from the sample document: eXtyles Style Guide Sample 1.docx |
This is exported to the following JATS DTD XML:
Code Block | ||
---|---|---|
<front> ... <title-group> <article-title>Wrangling Math from Microsoft Word into JATS XML Workflows</article-title> <subtitle>A guide to working with math in Word</subtitle> <alt-title alt-title-type="right-running">Wrangling Math from Microsoft Word into JATS XML Workflows</alt-title> <alt-title alt-title-type="left-running">C. Gebhard, B. Rosenblum</alt-title> </title-group> | ||
Info | ||
| ||
This illustration is an excerpt from the sample document: eXtyles Style Guide Sample 1.docx.
...
<front> |