|
There are a number of properties that are settable in Texis programs.
These settings are configured in a file called texis.cnf, which is
located in the Texis install directory (typically ``/usr/local/morph3''
under Unix, or ``c:\morph3'' under Windows). The settings are grouped
into sections. The format of the configuration file is:
[section]
setting = value
setting = value
[section]
setting = value
setting = value
Section and setting names are space- and case-insensitive. Eg. the
setting Log File is the same as the setting logfile.
Pound-sign or semicolon indicate the line is a comment, when they
are the first non-whitespace character on a line. The string
%INSTALLDIR% in a value will be replaced with the Texis install
dir value; this saves having to update the config file if the install
dir changes.
All time settings are specified in seconds.
The settings are grouped as follows:
Copyright © Thunderstone Software Last updated: Wed Sep 10 11:42:21 EDT 2008
|