1# $Id$
2#
3# >>Copyright::
4# Copyright (c) 1992-1996, Ian Clatworthy (ianc@mincom.com).
5# You may distribute under the terms specified in the LICENSE file.
6#
7# >>History::
8# -----------------------------------------------------------------------
9# Date      Who     Change
10# 29-Feb-96 ianc    SDF 2.000
11# -----------------------------------------------------------------------
12#
13
14H1: Conversion Variables
15
16H2: Purpose
17
18These variables control the conversion process.
19
20H2: Interface
21
22!block table; groups; format=325
23Name                Type        Purpose
24Init-only:
25OPT_CONFIG          string      the configuration library
26OPT_LOOK            string      the look library
27OPT_STYLE           string      the type of a document
28OPT_TARGET          string      target format
29OPT_NUMBER          integer     line numbering frequency (when pretty-printing programming languages)
30Processing:
31DEFAULT_TABLE_STYLE string      default style for tables (initially {{columns}})
32DEFAULT_TAB_SIZE    integer     default tab size (initially 8)
33!endblock
34
35H2: Description
36
37The {{init-only}} variables can only be set via {{CMD:sdf}}'s -D option or
38via the {{MAC:init}} macro on the top line of a file.
39
40The {{processing}} variables control the processing of [[SDF]] text
41before it is passed to a format driver for conversion.
42
43{{DEFAULT_TAB_SIZE}} is used when tabs are converted to spaces
44within [[SDF]] files.
45
46!end_topic
47