C.2 Line Tags#

[1t] Line Tag Summary#


Format a line or partial 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

[7t] Glossary link

rv.I

text _[S] text, section label

[8t] Section link

rv.I

text _[D] text, rivt_file

[9t] Doc link

rv.I

text _[U] text, url

[10t] URL link

rv.V, I

text _[V] var_name text

[11t] Variable value

rv.V, I

assign cmd or label _[E]

[12t] Equation number

rv.V, I

title _[T]

[13t] Table number

rv.V, I

caption _[F]

[14t] Figure number

[2t] Center text#


Centers line of text within the page margins.

API Scope

Insert

Doc Types

text, PDF, HTML

[3t] Right justify text#


Right justifies line of text within the page margins.

API Scope

Insert

Doc Types

text, PDF, HTML

[4t] Text math#


Formats a text math expression.

API Scope

Insert

Doc Types

text, PDF, HTML

[5t] LaTeX math#


Formats a LaTeX math expression in the font specified in the style files.

API Scope

Insert

Doc Types

PDF, HTML

[6t] Endnote number#


Assigns 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#


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

API Scope

Insert, Values

Doc Types

text, PDF, HTML

[12t] Equation number#


If the line of text is math text or a label, the text is assigned an equation number and right justified. If the line is an equation assignment the equation label is used for the label text.

API Scope

Insert, Values

Doc Types

text, PDF, HTML

[13t] Table number#


Labels and numbers 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