List of all tags#

Note

This list comes from the module tags.py. This module is provided for documentation purposes only and is not actually involved in processing a manuscript. (In fact, it is not even imported into the main package.)

Block Tags

rsm.tags.abstract[source]#

Manuscript abstract.

rsm.tags.algorithm[source]#

Algorithm listing.

rsm.tags.appendix[source]#

Mark where the appendix sections begin.

rsm.tags.author[source]#

Author information.

rsm.tags.bibliography[source]#

Automatically generate the list of references.

rsm.tags.bibtex[source]#

List of bibliography items.

rsm.tags.codeblock[source]#

Code listing.

rsm.tags.definition[source]#

Definition.

rsm.tags.enumerate[source]#

Numbered list.

rsm.tags.figure[source]#

Figure float.

rsm.tags.itemize[source]#

Unnumbered list.

rsm.tags.lemma[source]#

Lemma.

rsm.tags.manuscript[source]#

Top-level RSM Manuscript.

rsm.tags.mathblock[source]#

Math block (a.k.a. display math).

rsm.tags.proof[source]#

Proof of Theorem.

rsm.tags.proposition[source]#

Proposition.

rsm.tags.remark[source]#

Remark.

rsm.tags.section[source]#

Section.

rsm.tags.sketch[source]#

Proof sketch.

rsm.tags.subsection[source]#

Subsection.

rsm.tags.subsubsection[source]#

Sub-subsection.

rsm.tags.subsubsubsection[source]#

Sub-sub-subsection.

rsm.tags.theorem[source]#

Theorem.

rsm.tags.toc[source]#

Table of Contents

Paragraph Tags

rsm.tags.item[source]#

Item in enumerate or itemize.

rsm.tags.caption[source]#

Figure or table caption.

rsm.tags.paragraph[source]#

Generic paragraph. Use when adding meta tags to a paragraph.

Inline Tags

rsm.tags.code[source]#

Inline code.

rsm.tags.cite[source]#

Citation.

rsm.tags.claim[source]#

Mathematical claim.

rsm.tags.draft[source]#

A visible comment.

rsm.tags.math[source]#

Inline math.

rsm.tags.note[source]#

Footnote.

rsm.tags.ref[source]#

Link to internal label.

rsm.tags.span[source]#

Text span.

rsm.tags.url[source]#

Link to external URL.

Meta Tags

rsm.tags.affiliation[source]#

Author institutional affiliation.

rsm.tags.date[source]#

Manuscript date.

rsm.tags.email[source]#

Author email.

rsm.tags.emphas[source]#

Whether span is emphasized.

rsm.tags.goal[source]#

Theorem goal.

rsm.tags.isclaim[source]#

Whether a math block is a claim.

rsm.tags.keywords[source]#

Abstract keywords.

rsm.tags.label[source]#

Tag label.

rsm.tags.lang[source]#

Specify language in code and code blocks.

rsm.tags.msc[source]#

Mathematics Subject Classification.

rsm.tags.name[source]#

Author name.

rsm.tags.nonum[source]#

Whether to number the tag.

rsm.tags.path[source]#

Figure path.

rsm.tags.reftext[source]#

Label reftext.

rsm.tags.scale[source]#

Figure scale.

rsm.tags.strong[source]#

Whether span is strong.

rsm.tags.title[source]#

Manuscript or section title.

rsm.tags.types[source]#

Tag types.

Math Tags

rsm.tags.assume[source]#

Introduce an assumption.

rsm.tags.case[source]#

Prove special case of the goal.

rsm.tags.define[source]#

Introduce a variable and assumption.

rsm.tags.let[source]#

Introduce a variable and assumption.

rsm.tags.new[source]#

Introduce a variable and assumption.

rsm.tags.p[source]#

Sub-proof.

rsm.tags.pick[source]#

Introduce a variable with a specific property.

rsm.tags.prev[source]#

Reference the previous step.

rsm.tags.prev2[source]#

Reference the step before last.

rsm.tags.prev3[source]#

Reference the step two steps before.

rsm.tags.previous[source]#

Reference the previous step.

rsm.tags.prove[source]#

Set goal.

rsm.tags.qed[source]#

State the goal is proven.

rsm.tags.step[source]#

Proof step.

rsm.tags.suffices[source]#

Change goal.

rsm.tags.suppose[source]#

Introduce an assumption.

rsm.tags.then[source]#

State a claim under an assumption.

rsm.tags.wlog[source]#

Without loss of generality (introduce an assupmtion).

rsm.tags.write[source]#

Introduce a symbol.

Table Tags

rsm.tags.table[source]#

Table.

rsm.tags.tbody[source]#

Table body.

rsm.tags.td[source]#

Table datum.

rsm.tags.thead[source]#

Table head.

rsm.tags.tr[source]#

Table row.