summaryrefslogtreecommitdiff
path: root/support/SQLTeX/src/SQLTeX_r.dat
diff options
context:
space:
mode:
Diffstat (limited to 'support/SQLTeX/src/SQLTeX_r.dat')
-rw-r--r--support/SQLTeX/src/SQLTeX_r.dat29
1 files changed, 29 insertions, 0 deletions
diff --git a/support/SQLTeX/src/SQLTeX_r.dat b/support/SQLTeX/src/SQLTeX_r.dat
new file mode 100644
index 0000000000..c4f56bda08
--- /dev/null
+++ b/support/SQLTeX/src/SQLTeX_r.dat
@@ -0,0 +1,29 @@
+; 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.
+; It is mainly used for escaping the (La)TeX special characters,
+; but any value can be added here.
+; The first column is the character (sequence) that will be replaced.
+; The second column is the value to replace col 1 with.
+; Columns are sepated 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(<regular expression>)' as key (or any other
+; regexp indicator if that has been changed in the config file), e.g.
+; re(<p\.*?>) \paragraph*{}
+; will replace all HTML <p> variants (<p style='font-size: normal'>, <p align='center'> etc)
+;
+$ \$
+_ \_
+% \%
+& \&
+< \texttt{<}
+> \texttt{>}
+{ \{
+} \}
+# \#
+~ \~{}
+\ \ensuremath{\backslash}