summaryrefslogtreecommitdiff
path: root/support/SQLTeX/SQLTeX.cfg
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.cfg
parentb7a48c5e229d2c195b6a32bfd73a1036a31f2df3 (diff)
CTAN sync 202202050300
Diffstat (limited to 'support/SQLTeX/SQLTeX.cfg')
-rw-r--r--support/SQLTeX/SQLTeX.cfg51
1 files changed, 0 insertions, 51 deletions
diff --git a/support/SQLTeX/SQLTeX.cfg b/support/SQLTeX/SQLTeX.cfg
deleted file mode 100644
index 51e230c88e..0000000000
--- a/support/SQLTeX/SQLTeX.cfg
+++ /dev/null
@@ -1,51 +0,0 @@
-# Pg, Sybase, Oracle, Ingres, mSQL, ...
-#
-dbdriver = mysql
-
-# SID for Oracle users, ignored for other databases
-#
-oracle_sid = ORASID
-
-# default tex- file extension
-#
-texex = tex
-
-# file name extension to insert before the last '.'
-#
-stx = _stx
-
-# Comment-sign used in the replace file(s). Leave empty to disable comments
-#
-rfile_comment = ;
-
-# Indicator of a regular expression in the replace file. The rfile_regexploc setting indicates the
-# position of the regular expression and must be part of 'rfile_regexp'
-# Refer to the documentation for more info. (see section~\ref{loops}).
-#
-rfile_regexploc = ...
-rfile_regexp = re(...)
-
-# Commend section. All SQLTeX commands start with <cmd_prefix> and are followed
-# by the actual command. Change this only if latex commands are used that conflict
-# with the defaults.
-#
-cmd_prefix = sql
-sql_open = db
-sql_field = field
-sql_row = row
-sql_params = setparams
-sql_update = update
-sql_start = start
-sql_end = end
-sql_use = use
-
-# Are the commands 'less' and/or 'ore' available on this system ?
-#
-less_av = 1
-more_av = 1
-
-# The values below are used internally only. There's no need to change these,
-# unless there are conflicts. Refer to the documentation for more info.
-#
-repl_step = OSTX
-alt_cmd_prefix = processedsqlcommand