rvtag.Tag()#

class rivtlib.rvtag.Tag(folderD, labelD, rivtD, rivtL, strngS)[source]#

tag format object

Methods:

taglx(tagS): formats line tagbx(tagS): formats block tagex(tagS): formats equation

bB()[source]#

bold-indent block

bC()[source]#

code block

bI()[source]#

italic-indent block

bL()[source]#

literal block

bS()[source]#

indent block

bV()[source]#

values block

bX()[source]#

latex block

lC()[source]#

center text

lD()[source]#

footnote description

lE()[source]#

number equation

lF()[source]#

number figure

lH()[source]#

horizontal line

lN()[source]#

number footnote

lP()[source]#

new page

lS()[source]#

format sympy

lT()[source]#

number table

lU()[source]#

format url link

lY()[source]#

format and number sympy

tagbx(tagS)[source]#

format block title _[[B]] bold indent title _[[C]] code - literal indent title _[[I]] italic indent title _[[L]] literal title _[[S]] indent title _[[X]] latex title _[[V]] values table color _[[Q]] quit Args:

tagS (str): tag symbol

Returns:

uS, r2S, rS, folderD, labelD, rivtD, rivtL

tagex()[source]#

format equation

equation tag := a := 1 + 2 | unit1, unit2, dec1, dec2 | ref

ratio tags :< :> a :> b | Ok, Not Ok a :< b | Pass, Fail

Returns:

uS, r2S, rS, folderD, labelD, rivtD, rivtL

taglx(tagS)[source]#

format line text _[C] center text _[B] bold center text _[D] footnote description label _[E] equation label and number caption _[F] figure caption and number text _[N] number footnote text _[R] right justify equation _[S] sympy title _[T] table title and number url, label _[U] url equation _[Y] sympy with equation number —— => _[H] horizontal line (6 – min.) ====== => _[P] new page (6 == min.) Args:

tagS (str): tag symbol

Returns:

uS, r2S, rS, folderD, labelD, rivtD, rivtL