Back
1 # Options/Project file for Lore's Source to HTML Converter v3.4b written by TOptions v1.2b
2
3 [ExpertSettings]
4 TagClosingOnEndl = true # close HTML tags if there are 'nEndl' or more successive linefeeds
5 nEndl = 1 # see above
6 HTMLandBodyTags = true # enclose output in <html> and <body> tags
7
8
9 [Misc]
10 Tab = 3 # tab stop positions
11 Indent = 0 # number of spaces to be added at the begin of each none empty line
12 AddBackLink = true # add back link to overview file
13 UserDefinedBackLink = false # user defined back link text
14 AddTopLinks = true # add top link at bottom
15 AddLineNumbers = false # add line numbers
16 AddLineAnchors = false # add line numbers
17 BackLinkText = "Overview.html"
18
19
20 [OverviewFile]
21 GenerateOverviewFile = true # generate overview file
22 OverviewFileName = "Overview.html"
Top |