summaryrefslogtreecommitdiff
path: root/support/SQLTeX/SQLTeX_r.dat
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-02-05 03:00:59 +0000
committerNorbert Preining <norbert@preining.info>2022-02-05 03:00:59 +0000
commit08ccf305ee79ab8e5ba9d1a8f3d22e74dccedd80 (patch)
tree814254dfa55b15022a4361ba4e12cccdcdac1f2a /support/SQLTeX/SQLTeX_r.dat
parentb7a48c5e229d2c195b6a32bfd73a1036a31f2df3 (diff)
CTAN sync 202202050300
Diffstat (limited to 'support/SQLTeX/SQLTeX_r.dat')
-rw-r--r--support/SQLTeX/SQLTeX_r.dat29
1 files changed, 0 insertions, 29 deletions
diff --git a/support/SQLTeX/SQLTeX_r.dat b/support/SQLTeX/SQLTeX_r.dat
deleted file mode 100644
index c4f56bda08..0000000000
--- a/support/SQLTeX/SQLTeX_r.dat
+++ /dev/null
@@ -1,29 +0,0 @@
-; 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}