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] |
|
rv.I |
text _[R] |
|
rv.I |
text math _[M] |
|
rv.I |
LaTeX math _[L] |
|
rv.I |
text _[#] text |
|
rv.I |
text _[G] glossary term |
|
rv.I |
text _[S] text, section label |
|
rv.I |
text _[D] text, rivt_file |
|
rv.I |
text _[U] text, url |
|
rv.V, I |
text _[V] var_name text |
|
rv.V, I |
assign cmd or label _[E] |
|
rv.V, I |
title _[T] |
|
rv.V, I |
caption _[F] |
[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 |
[7t] Glossary link#
Links a term to the glossary.
API Scope |
Insert |
Doc Types |
PDF, HTML |
[8t] Section link#
Creates a link to the section label defined in the API header with optional link text. If the text is ommitted the section label is used for the link.
API Scope |
Insert |
Doc Types |
PDF, HTML |
[9t] Doc link#
Links to a doc in a report with an optional link text. If the link text is ommitted the doc title will be inserted as the link term.
API Scope |
Insert |
Doc Types |
PDF, HTML |
[10t] URL link#
Links to a an external site with optional link text. If the link text is ommitted the url will be inserted as the link term.
API Scope |
Insert |
Doc Types |
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 |