Crst::BaseRenderer
Inherits Reference < Object
Base class for all renderers
Constants
LATEX_ESCAPES = {"\\" => "\\textbackslash{}", "&" => "\\&", "%" => "\\%", "$" => "\\$", "#" => "\\#", "_" => "\\_", "{" => "\\{", "}" => "\\}", "~" => "\\textasciitilde{}", "^" => "\\textasciicircum{}"}
Constructors
new(config : Config = Config.new)
Source