/etc/therion.ini is in therion 5.4.1ds1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 30 31 32 33 34 35 36 37 38 39 40 | ### Output character encodings ###
# encoding-default ASCII
# encoding-sql ASCII
### Default regional settings ###
# language en_GB
# units metric
### Prefered loop closure method
# loop-closure survex
### Paths to called executable files ###
# mpost-path "mpost"
# mpost-options "-tex=etex"
# pdftex-path "pdfetex"
# cavern-path "cavern"
# convert-path "convert"
# identify-path "identify"
### Search paths for source and configuration files ###
# source-path ""
### Tex initialization ###
# tex-env off
# tex-fonts <encoding> <roman> <italic> <bold> <sansserif> <sansserifoblique>
# tex-fonts raw cmr10 cmti10 cmbx10 cmss10 cmssi10
# tex-fonts xl2 csr10 csti10 csbx10 csss10 csssi10
### PDF fonts initialization
# otf2pfb off
# pdf-fonts <roman> <italic> <bold> <sansserif> <sansserifoblique>
### Path to temporary directory ###
# tmp-path ""
### User defined coordinate system ###
# cs-def <id> <proj4id> [other options]
### Command to remove temporary directory ###
# tmp-remove ""
|