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