Flowdock
class
Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Superclass: Formatter

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

Convert SimpleMarkup to basic LaTeX report format.

Constants

BS = "\020"

OB = "\021"

CB = "\022"

DL = "\023"

BACKSLASH = "#{BS}symbol#{OB}92#{CB}"

HAT = "#{BS}symbol#{OB}94#{CB}"

BACKQUOTE = "#{BS}symbol#{OB}0#{CB}"

TILDE = "#{DL}#{BS}sim#{DL}"

LESSTHAN = "#{DL}<#{DL}"

GREATERTHAN = "#{DL}>#{DL}"

LIST_TYPE_TO_LATEX = { :BULLET => [ l("\\begin{itemize}"), l("\\end{itemize}") ], :NUMBER => [ l("\\begin{enumerate}"), l("\\end{enumerate}"), "\\arabic" ], :UPPERALPHA => [ l("\\begin{enumerate}"), l("\\end{enumerate}"), "\\Alph" ], :LOWERALPHA => [ l("\\begin{enumerate}"), l("\\end{enumerate}"), "\\alph" ], :LABELED => [ l("\\begin{description}"), l("\\end{description}") ], :NOTE => [ l("\\begin{tabularx}{\\linewidth}{@{} l X @{}}"), l("\\end{tabularx}") ], }

InlineTag = Struct.new(:bit, :on, :off)

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.