; This is the HTML definition file for the L_H HTML viewer
; The syntax for each line is (3 cases):
; Comment lines start with a ;
; [<paragraph name>]
; <attribute-id>=<value>

[L_H-SETUP]
ADOBE_CONVERSION = AUTO
; String to match ADOBE converted HTML documents if ADOBE_CONVERSION = AUTO
ADOBE_AUTO_MATCH = #documentBody
INDENT = 3
LINE_BREAK = 70
LINE_WIDTH = 75
LOG = l_h.log
; All matchstrings can be changed to this
MATCH_STRING = %S
NEW_PAGE_STRING = {:PAGE:%S:}

SCREEN_LINES = 20

; YOu can activate or suppress color usage
USE_COLORS = ON

; YOu can activate automatic generation of a Table Of Contents (TOC)
GENERATE_TOC = ON
; TOC-entry on new screen; will even work if GENERATE_TOC=OFF
TOC_ENTRY_ON_NEW_SCREEN = ON

CACHE_FILES = ON

SAVE_BOOKMARK = ON
; Maximum number of entries to save to avoid polution
BOOKMARK_ENTRIES = 20

; The screen_width_in_pixels is used when hardcoded sizes
; are used in tables, images etc.
 SCREEN_WIDTH_IN_PIXELS = 640
;SCREEN_WIDTH_IN_PIXELS = 800
;SCREEN_WIDTH_IN_PIXELS = 1024

; (No longer) available sound effects:
; 600->1000 Hz when following a link
; 1000->600 when coming back from a link
; 1600->2000 when an XMS block is allocated
; 2000->1600 when an XMS block is released
; sound_effects = OFF

TAB_SIZE = 8

; Table_mode can be:
; STANDARD: Try to build the table layout; Can only be used for 1-level = unnested tables
TABLE_MODE = STANDARD
; ALTERNATE: Will display table entries cell by cell
;TABLE_MODE = ALTERNATE

; Can be: NEVER/set by HTML/ALWAYS
;TABLE_FRAME = ALWAYS
 TABLE_FRAME = HTML
;TABLE_FRAME = NEVER

; Can be: NEVER/set by HTML/ALWAYS
TABLE_RULE_COLUMN = HTML

; Can be: NEVER/set by HTML/ALWAYS/empy_LINE
TABLE_RULE_ROW = HTML

CURSOR_ROAMING = OFF
