C.2 Line Tags#

[1t] Line Tag Summary#


Format a line of text

API Scope

Line Tag

Description

rv.I

text _[C]

[2t] Center text

rv.I

text _[R]

[3t] Right justify text

rv.I

text math _[M]

[4t] Text math

rv.I

LaTeX math _[L]

[5t] LaTeX math

rv.I

text _[#] text

[6t] Endnote number

rv.I

text _[G] glossary term | text

[7t] Glossary link

rv.I

text _[S] label, section | text

[8t] Section link

rv.I

text _[D] label, file name | text

[9t] Doc link

rv.I

text _[U] label, url | text

[10t] URL link

rv.V, I

text _[V] var_name | text

[11t] Variable value

rv.V, I

text _[E]

[12t] Equation number

rv.V, I

title _[T]

[13t] Table number

rv.V, I

caption _[F]

[14t] Figure number

rv.V, I

_[P]

[15t] New Page

[2t] Center text#


Center line of text within the page margins.

API Scope

Insert

Doc Types

text, PDF, HTML

[3t] Right justify text#


Right justify line of text within the page margins.

API Scope

Insert

Doc Types

text, PDF, HTML

[4t] Text math#


Format math expression into text.

API Scope

Insert

Doc Types

text, PDF, HTML

[5t] LaTeX math#


Format LaTeX math expression.

API Scope

Insert

Doc Types

PDF, HTML

[6t] Endnote number#


Assign endnote number to the text in order of processing. Endnotes are defined with the block tag _[[ENDNOTE]] and are listed at the end of the doc.

API Scope

Insert

Doc Types

text, PDF, HTML

[11t] Variable value#


Insert the value of var_name _[V] in the sentence.

API Scope

Insert, Values

Doc Types

text, PDF, HTML

[12t] Equation number#


Assign equation number to a line of text.

API Scope

Insert, Values

Doc Types

text, PDF, HTML

[13t] Table number#


Label and number tables.

API Scope

Insert, Values

Doc Types

text, PDF, HTML

[14t] Figure number#


Labels and numbers figures.

API Scope

Insert, Values

Doc Types

text, PDF, HTML

[15t] New Page#


Insert a page break in the document.

API Scope

Insert, Values

Doc Types

text, PDF, HTML