...
Tip | ||
---|---|---|
|
Box Title
The Box Title style is used for the caption or overall title of a section of boxed text. If the box is numbered, the box number should form part of the Box Title paragraph, separated from the caption itself by a strong separator. Not all boxes will have a title. Untitled, unnumbered, or uncited boxes should be placed in the Word file where they will appear in the XML.
Box Head 1, Box Head 2
By default, eXtyles NLM provides two levels of headings within boxed content, Box Head 1 and Box Head 2. As with other headings, the Box Head styles must be correctly nested; i.e., Box Head 2 can only be used inside a section that starts with Box Head 1.
Box Text
Regular text paragraphs inside the box are styled as Box Text.
Box List Level 1, Box List Level 2
eXtyles NLM provides two levels of list styles by default, Box List Level 1 and Box List Level 2. As with heading styles, these styles must be correctly nested.
Box Note
The Box Note style is used for footnote-like material that relates to the contents of the box.
Example
Info |
---|
The following example demonstrates the use of the box paragraph styles. This illustration is an excerpt from the sample document: Sample 2_Book Review.docx |
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<boxed-text id="b1"> <label>Box 1</label> <caption><title>FIFA World Cup qualification process</title></caption> <sec> <title>FIFA World Cup 2018</title> <sec> <title>CAF</title> <p>The African qualifiers will take place over three rounds of matches. A total of 54 teams started the qualification process, with four or five teams qualifying for the tournament in Russia. The third round of matches involves 20 teams divided into five groups of four teams as follows:</p> <list id="L6" list-type="alpha-upper"> <list-item><p>Group A</p> <list id="L7" list-type="order"> <list-item><p>DR Congo</p></list-item> <list-item><p>Guinea</p></list-item> <list-item><p>Libya</p></list-item> <list-item><p>Tunisia</p></list-item> </list> </list-item> <list-item><p>Group B</p> <list id="L8" list-type="order"> <list-item><p>Algeria</p></list-item> <list-item><p>Cameroon</p></list-item> <list-item><p>Nigeria</p></list-item> <list-item><p>Zambia</p></list-item> </list> </list-item> </list> <fn-group> <fn> <p>Note: Zimbabwe entered the qualifying competition, but was expelled on 12 March 2015.</p> </fn> </fn-group> </sec> </sec> </boxed-text> |
...