; 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) ; ; Order matters! ; We must start with the HTML code, since if the LaTeX special characters ; would be first, the characters '<' and '>' would be replaced already so ; HTML code is not recognised anymore. ; ; ; 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() } 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} \\ ; ; ; LaTeX special characters ; ------------------------ ; $ \$ _ \_ % \% & \& < \texttt{<} > \texttt{>} { \{ } \} # \# ~ \~{} \ \ensuremath{\backslash} ;