blob: c4f56bda08b0eacaffc3c6a0efc5da7d045cfb23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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}
|