Textile2_EmptyLine | = | /^\s*$/ | ||
Textile2_Signature | = | /^(\S+\.?)\.\s(.*)/ | ||
LATEX_ADD_SLASH | = | [ ?{, ?}, ?$, ?&, ?#, ?_, ?%] | These are TeX‘s special characters | |
LATEX_TO_CHARCODE | = | [ ?^, ?~, ?>,?<] | These, we transform to {\tt \char<ascii code>} | |
OtherGoodies | = | { /(\s)LaTeX/ => '\1\\LaTeX\\xspace ', # XXX not if already \LaTeX # 'HTML' => '\\textsc{html}\\xspace ', # 'PDF' => '\\textsc{pdf}\\xspace ' } | other things that are good on the eyes |