home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_1_1994.iso / 00147 / s / uui.ds_ / uui.ds
Text File  |  1993-08-11  |  4KB  |  109 lines

  1. ##########################################################################
  2. # uui.dsa -- option sheet file for DSA
  3. #
  4. # The parameters included in this file are those which aren't set
  5. #   by the UUI
  6. ##########################################################################
  7. # Default values for each parameter is used, with a description of the
  8. #   parameter.
  9. ##########################################################################
  10. remove noise = 0        # noise removal only with 4.x Recognition
  11. #remove noise = 1        # Use with CDP 3000's and RS 3000's
  12.  
  13. table underline = 0        # default: remove underline attrs from tables
  14. # table underline = 1        # keep underlines in tables
  15.  
  16. sentence spaces = 2        # default: number of spaces at end of sentence
  17. # sentence spaces = 1        # only one space at end of sentence
  18.  
  19. header capture = 0        # default: don't capture page headers; output
  20.                 # as normal text
  21. # header capture = 1        # find headers
  22. # header capture = 2        # find headers and delete them
  23.  
  24. footer capture = 0        # default: don't capture page footers; output
  25.                 # as normal text
  26. # footer capture = 1        # find footers
  27. # footer capture = 2        # find footers and delete them
  28.  
  29. # header position = 3        # number of lines from end of header to first
  30.                 # line of text
  31.                 # default: is "not specified not output"
  32.                 # valid range is 0 to 255
  33.  
  34. # footer position = 3        # number of lines from end of noraml text on 
  35.                 # page and footer text
  36.                 # default: is "not specified not output"
  37.                 # valid range is 0 to 255
  38. # page break string = newpage\x0a\x0a
  39.                 # specify string to be used between pages
  40.                 # this one puts "newpage" with two blank lines
  41.                 # inbetween pages in a document
  42.                 # default is same a hard page break
  43.  
  44. # zone break string = ::    # specify string to be used between zones
  45.                 # put two colons in between zones on a page
  46.                 # default is two blank lines between zones
  47.  
  48. ##############################################################################
  49. # fixed pitch = 0        # use proportional font for output
  50.                 # default is "not specified not output"
  51. # fixed pitch = 1        # use fixed pitch font for output
  52.                 # (if target application supports this)
  53.  
  54. # fixed font = 0        # fixed pitch font number used by application
  55.                 # valid range is 0 ->32767
  56.  
  57. # proportional font = 2        # proportional pitch font # used by application
  58.                 # valid range is 0 ->32767
  59.  
  60. ##############################################################################
  61. # It is possible to map any ANSI character to any other value
  62. # The following are just a couple of examples
  63. ##############################################################################
  64. #\xab = \x61\x65        # map ae ligature to characters "ae"
  65. #\xa5 = \x59\x65\x6e        # map Yen sign to string "Yen"
  66. #\xa2 = \x63            # map cent sign to "c"
  67. #\xc1 = \xc0            # map all A acute accent to A grave accent
  68.  
  69. ##############################################################################
  70. # International money/number/date/time formats
  71. ##############################################################################
  72.                 # used to set standard settings for formats 
  73. # country = 0            # default: USA
  74. # country = 1            # USA
  75. # country = 2            # Canada
  76. # country = 3            # Latin America
  77. # country = 31            # Netherlands
  78. # country = 32            # Belgium
  79. # country = 33            # France
  80. # country = 34            # Spain
  81. # country = 39            # Italy
  82. # country = 41            # Switzerland
  83. # country = 44            # United Kingdom
  84. # country = 45            # Denmark
  85. # country = 46            # Sweden
  86. # country = 47            # Norway
  87. # country = 49            # West Germany
  88. # country = 55            # Brazil
  89. # country = 61            # Australia
  90. # country = 81            # Japan
  91. # country = 351            # Portugal
  92. # country = 358            # Finland
  93.  
  94. # currency position = 0        # currency symbol is before number
  95. # currency position = 1        # currency symbol is after number
  96.  
  97. # decimal separator = .        # period is the decimal separator in USA
  98. # decimal separator = ,        # comma is the decimal separator in Europe
  99.  
  100. # thousands separator = ,    # comma is the thousands separator in USA
  101. # thousands separator = .    # period is the thousands separator in Europe
  102.  
  103. # currency symbol = $        # dollar sign is the currency symbol in USA
  104. # currency symbol = \a5        # Yen symbol is the currency symbol in Japan
  105.  
  106. ##############################################################################
  107.  
  108.  
  109.