TEXT   73
SQLTeX cfg
Guest on 9th March 2023 01:35:10 PM


  1. # Pg, Sybase, Oracle, Ingres, mSQL, ...
  2. #
  3. dbdriver                = mysql
  4.  
  5. # SID for Oracle users, ignored for other databases
  6. #
  7. oracle_sid              = ORASID
  8.  
  9. # default tex- file extension
  10. #
  11. texex                   = tex
  12.  
  13. # file name extension to insert before the last '.'
  14. #
  15. stx                             = _stx
  16.  
  17. # When no output file is specified or output file without (relative) path is given, an output file
  18. # is generated in the current directory.
  19. # By setting 'def_out_is_in' to True (1), the output file is generated in the same directory
  20. # where the input file resides (this was the behaviour up until v2.0).
  21. # Refer to the documentation for more info.
  22. #
  23. def_out_is_in   = 0
  24.  
  25. # Comment-sign used in the replace file(s). Leave empty to disable comments
  26. #
  27. rfile_comment   = ;
  28.  
  29. # Indicator of a regular expression in the replace file. The rfile_regexploc setting indicates the
  30. # position of the regular expression and must be part of 'rfile_regexp'
  31. # Refer to the documentation for more info.
  32. #
  33. rfile_regexploc = ...
  34. rfile_regexp    = re(...)
  35.  
  36. # Commend section. All SQLTeX commands start with <cmd_prefix> and are followed
  37. # by the actual command. Change this only if latex commands are used that conflict
  38. # with the defaults.
  39. #
  40. cmd_prefix              = sql
  41. sql_open                = db
  42. sql_field               = field
  43. sql_row                 = row
  44. sql_params              = setparams
  45. sql_update              = update
  46. sql_start               = start
  47. sql_end                 = end
  48. sql_use                 = use
  49.  
  50. # Are the commands 'less' and/or 'ore' available on this system ?
  51. #
  52. less_av                 = 1
  53. more_av                 = 1
  54.  
  55. # The values below are used internally only. There's no need to change these,
  56. # unless there are conflicts. Refer to the documentation for more info.
  57. #
  58. repl_step               = OSTX
  59. alt_cmd_prefix  = processedsqlcommand

Raw Paste

Login or Register to edit or fork this paste. It's free.