C.4 Insert - rv.I#

<i>

[1] TAG KEY#


line tags format a line of text and are denoted with _[TAG] at the end of the line. Block tags format a block of text that begin with _[[TAG]] on the first line and end with _[[Q]] after the last line.

_[TAG] : line tag description


outputs: types of output

_[[TAG]] : block tag description

outputs: types of output


<i>

[2] _[#] : endnote number#


This tag assigns an endnote number to the text. Endnotes are defined with the block tag _[[NOTE]] and are listed at the end of the doc. Numbers are assigned in the order they are processed.

outputs: text, pdf, html

<i>

[3] _[H] or ______ : horizontal line#


Draws a horizontal line the width of the page.

outputs: text, pdf, html

<i>

[4] _[A] : ASCII math#


The math expression will be formated in ASCII text.

outputs: text, pdf, html

<i>

[5] _[L] : LaTeX math#


The LaTeX math expression will be formatted in PDF and HTML.

outputs: pdf, html

<i>

[6] _[C] : center#


Center text within the page margins.

outputs: text, pdf, html

<i>

[7] _[E] : equation label#


Labels and numbers equation.

outputs: text, pdf, html

<i>

[8] _[I] : image label#


Labels and numbers images.

outputs: text, pdf, html

<i>

[9] _[T] : table label#


Labels and numbers tables.

outputs: text, pdf, html

<i>

[12] _[U] : external url#


External url link. Text will be continued and wrapped when formatted.

outputs: text, pdf, html

<i>

[13] _[P] : new page#


Starts a new page. Pages indicated with double dashed line in text output.

outputs: text, pdf, html

<i>

[14] _[[TEXT]] : literal text or code#


This block formats text as literal or code. The parameters specify formatting and syntax coloring. Languages include: - python - bash - sh - cmd

outputs: text, pdf, html

<i>

[15] _[[LATEX]] : LaTeX#


Formats LaTeX, which needs to be installed.

outputs: pdf, html

<i>

[16] _[[NOTE]] : endnote text#


Formats and numbers an endnote in order of processing.

outputs: text, pdf, html

<i>

[17] _[[ITALIC]] : indent italic#


Indents the specified number spaces and italicizes block.

outputs: pdf, html

<i>

<i>

[18] _[[INDENT]] : indent text#


Indents text four spaces.

<i>

[19] _[[TOPIC]] : topic#


Formats a highlighted block.

outputs: pdf, html

<i>

[20] COMMAND KEY#


Commands read and write files. The relative path is relative to the rivt file.

outputs: types of outputs

[21] | IMAGE | : insert image#


Reads PNG and JPEG files (.png, jpg) and inserts them in the doc. The Image tag may be added to the captions.

outputs: PDF, HTML

<i>

[22] | IMAGE2 | : insert adjacent images#


Reads PNG and JPEG files (.png, jpg) and inserts them side by side in the document. The Image tag may be added to the captions.

outputs: PDF, HTML

<i>

[23] | TABLE | : format table#


Reads text, csv and EXCEL files (.txt, .csv, .xls) and outputs formatted tables. The width parameter specifies the maximum column width. The l,c,r parameter specifies cell justification (left, center, right). The Table tag may be added to the caption.

outputs: text, PDF, HTML

<i>

[26] | TEXT | : format text#


Reads and formats text and code files. The parameters specify formatting and syntax coloring. Languages include:

  • python

  • bash

  • sh

  • cmd

outputs: text, PDF, HTML