article-abstract | (article-abstract abstract) | Define the article abstract
|
article-author-and-affiliation | (article-author-and-affiliation . author-and-affiliation) | Define the article author and affiliation. |
article-background-color | article-background-color | The background color of the article
|
article-bibliography | (article-bibliography . bib-items) | Define the bibliograph items of the article. |
article-figure | (article-figure id relative-file-path caption . unsed-rest) | Define an article figure (gif or jpg) in terms of an id, a relative file path, and a caption. |
article-foreground-color | article-foreground-color | The foreground color of the article
|
article-header-color | article-header-color | The color of header lines in the article
|
article-index-color | article-index-color | The color of index entries in the table of contents
|
article-items | (article-items . items) | Define a number of items. |
article-link-color | article-link-color | The color of links from the article
|
article-named-issue-list | (article-named-issue-list . issue-list) | Define a number of name issues, which are rendered as titled items in a list. |
article-paragraphs | (article-paragraphs . paragraph-list) | Define a number of paragraphs. |
article-section | (article-section id title section-body) | Define a section in this article. |
article-subsection | (article-subsection id title section-body) | Define a subsection in this article. |
article-title | (article-title title) | Define the article title
|
article-title-color | article-title-color | The color of the article title
|
article-vlink-color | article-vlink-color | The color of visited links from the article
|
begin-article | (begin-article) | The clause which starts the article proper. |
bib-item | (bib-item key formatted-bib) | The individual bibliograph items of the article-bibliography. |
cite | (cite . key-list) | This form returns a list of links to citations of this article. |
end-article | (end-article) | The clause which ends the article. |
figure-ref | (figure-ref id) | This form returns a link to a figure of the article. |
index-columns | index-columns | In case of show-index, this variable gives the number of columns in the table of contents
|
issue | (issue issue-title issue-body) | Define an issue of an article-named-issue-list. |
item | (item i) | Define an item in an article-items form. |
section-ref | (section-ref id) | This form returns a link (anchor tag) to a section or subsection of the article. |
show-index? | show-index? | A boolean variable which controls generation of table of contents (index). |