; This file contains all characters or character sequences that ; will be be replaced by SQLTeX when the occur in the response ; of an SQL query. ; ; The first column is the character (sequence) that will be replaced. ; The second column is the value to replace col 1 with. ; Columns are separated with one or more tab characters. ; ; Note all values are case sensitive; if you add the line: ; LaTeX \LaTeX\ ; the word "latex" will be untouched, but "LaTeX" will be replaced. ; ; To replace using regular expressions, use 're()' ; as key (or any other regexp indicator if that has been changed in the ; config file), e.g. ; re() \paragraph*{} ; will replace all HTML

variants (

, ;

etc) ; ; ; LaTeX special characters ; ------------------------ ; $ \$ _ \_ % \% & \& < \texttt{<} > \texttt{>} { \{ } \} # \# ~ \~{} \ \ensuremath{\backslash} ; ; Diacretics ; ---------- ; ñ \~{n} â \^{a} ä \"{a} á \'{a} à \`{a} ç \c{c} ê \^{e} ë \"{e} è \`{e} é \'{e} î \^{i} ï \"{i} í \'{i} ì \`{i} ô \^{o} ö \"{o} ó \'{o} ò \`{o} û \^{u} ü \"{u} ú \'{u} ù \`{u} ÿ \"{y} ; ; Other special characters ; ------------------------ ; " '' ´ ' … . ‘ ' ’ ' “ ' ” ' – --- ± $\pm$ ; ; HTML special characters ; ----------------------- ;   \hspace{1em} & \& & \& ' ' ; ; HTML font types ; --------------- ; re() \textbf{ } re() \textit{ } \sout{ } $^{ }$ ; ; HTML links (ignored) ; -------------------- ; re() ; ; HTML sections and breaks ; ------------------------ ; re()

\\[0pt] re() \section{ re() \subsection{ re() \subsubsection{ re() }
\\ ; ; HTML lists ; ---------- ;
    \begin{itemize}
  • \item\
\end{itemize} ; ; HTML tables ; ----------- ; This is meant as an example only and outcommented. ; Replace the tabular with the desired number of columns ; before using this. ; ;re() \begin{tabular}{lll} ;re() ;re() ; \\ ;re() ; & ; \end{tabular} \\ ;