home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / DVI_MGR / dvimgr.lzh / dvixxx.hlp < prev    next >
Text File  |  1993-08-08  |  6KB  |  126 lines

  1. **  Help-File fuer BEEBE-Treiber  DVIALW, DVIUIS und andere! **
  2. ***************************************************************
  3. **  To use the program, type:
  4. **
  5. **  dviuis {-a} {-b} {-c#} {-d#} {-ffontsubfile} {-l} {-m#} {-o#:#} {-o#} {-p}
  6. **       {q} {-x#units} {-y#units} dvifile(s)
  7. **
  8. **  The order of command options and DVI file names is not  significant;
  9. **  all switch values apply to all  DVI files.  DVI files are  processed
  10. **  in order from left to right.   The command options are (letter  case
  11. **  is IGNORED):
  12. **
  13. **      a       Implement virtual font caching, if possible. When a
  14. **              font file is opened, a buffer is allocated to
  15. **              contain the entire file, and the file is then read
  16. **              with one system call.  This is important primarily
  17. **              on networked file systems, where the many
  18. **              random-access calls in the font file for small
  19. **              amounts of data entail substantial network overhead.
  20. **              With the entire file cached in local memory, this
  21. **              overhead is removed. 
  22. **  
  23. **    b    Backwards order printing from the default.  For example,
  24. **        laser printers using the Canon engine print normally
  25. **        receive pages in reverse order because they stack printed
  26. **        side up.  Some have page handling mechanisms that stack
  27. **        them face down, and in such a case -b will ensure that
  28. **        they come out in order 1,2,... instead of n,n-1,n-2,...
  29. **
  30. **    c#    Print # copies of each output page.
  31. **
  32. **    d#    Debug output to stderr if non-zero value given.
  33. **
  34. **    ffontsubfile    Define an alternate font substitution file which
  35. **        is to be used instead of the default ones (see below).
  36. **
  37. **    l    Inhibit logging.
  38. **
  39. **    m#    Reset magnification  to  #.   The  default  is  "-m603",
  40. **        corresponding   to  (1/1.2**5)  magnification of  300dpi
  41. **        fonts.   Legal  values  are int(1000*(1.2)**(k/2)) (k  =
  42. **        -16,16); other values will be set to the nearest in this
  43. **        family.   Not all fonts  will be available in  this wide
  44. **        range, and most installations will probably have  only a
  45. **        half dozen or so magnifications.
  46. **
  47. **    o# and
  48. **    o#:#    Specify a page number,  or range of page numbers,  to be
  49. **        selected for output.  This  option may be specified  any
  50. **        number of times.  If it is not specified, then all pages
  51. **        will be printed.  Pages are numbered in order  1,2,3,...
  52. **        in the file, but any page number recorded by TeX on  the
  53. **        printed page will in general be different.  As pages are
  54. **        selected  for  printing,  "[#{#}"  will  be  printed  on
  55. **        stderr, where the first is the page number in the  file,
  56. **        and the second is the value of the TeX counter, \count0,
  57. **        which usually records the printed page number.  When the
  58. **        page is completely output, a closing "]" will be printed
  59. **        on stderr.  Any error  messages from processing of  that
  60. **        page will therefore occur  between the square  brackets.
  61. **        For example, "-o1:3 -o12 -o17:23" would select pages  1,
  62. **        2, 3, 12, 17, 18, 19,  20, 21, 22, and 23 for  printing.
  63. **        Pages will always be printed in an order appropriate for
  64. **        the device so that the first document page occurs  first
  65. **        face up in the document stack.
  66. **
  67. **    p    Inhibit font preloading.  This may produce output a  few
  68. **        seconds earlier when  all pages are  output, but  should
  69. **        have  negligible  effect  on  the  execution  time,  and
  70. **        consequently, should  normally not  be specified.   When
  71. **        individual pages are being printed with the -o#  option,
  72. **        preloading is necessary (and  will be forced) to  ensure
  73. **        that all fonts are defined before they are referenced.
  74. **
  75. **    q    Quiet mode.   Status displays to stderr are  suppressed,
  76. **        unless warning or error messages are issued.
  77. **
  78. **    x#bp    big point (1in = 72bp)
  79. **    x#cc    cicero (1cc = 12dd)
  80. **    x#cm    centimeter
  81. **    x#dd    didot point (1157dd = 1238pt)
  82. **    x#in    inch
  83. **    x#mm    millimeter (10mm = 1cm)
  84. **    x#pc    pica (1pc = 12pt)
  85. **    x#pt    point (72.27pt = 1in)
  86. **    x#sp    scaled point (65536sp = 1pt)
  87. **        Specify the left margin  of the TeX  page on the  output
  88. **        page in any of the indicated units.  Letter case is  not
  89. **        significant  in  the  unit  field,  which  must  not  be
  90. **        separated from  the  number  by any  space.   #  may  be
  91. **        fractional.    For   example,   "-x1.0in",   "-x2.54cm",
  92. **        "-x72.27pt", and  "-x6.0225pc" all  specify a  one  inch
  93. **        left margin.  Negative values  are permissible, and  may
  94. **        be  used  to  shift  the  output  page  left   (possibly
  95. **        truncating it on the  left) in order  to display a  wide
  96. **        TeX page.
  97. **
  98. **    y#    inch
  99. **    y#bp    big point (1in = 72bp)
  100. **    y#cc    cicero (1cc = 12dd)
  101. **    y#cm    centimeter
  102. **    y#dd    didot point (1157dd = 1238pt)
  103. **    y#in    inch
  104. **    y#mm    millimeter (10mm = 1cm)
  105. **    y#pc    pica (1pc = 12pt)
  106. **    y#pt    point (72.27pt = 1in)
  107. **    y#sp    scaled point (65536sp = 1pt)
  108. **        Specify the top  margin of  the TeX page  on the  output
  109. **        page in any of the indicated units.  Letter case is  not
  110. **        significant  in  the  unit  field,  which  must  not  be
  111. **        separated from  the  number  by any  space.   #  may  be
  112. **        fractional.    For   example,   "-y1.0in",   "-y2.54cm",
  113. **        "-y72.27pt", and "-y6.0225pc" all specify a one inch top
  114. **        margin.  Negative  values are  permissible, and  may  be
  115. **        used to shift the output page up (possibly truncating it
  116. **        on the top) in order to display a long TeX page.
  117. **
  118. **
  119. **  If no  -ffontsubfile  option  is given,  and  font  substitution  is
  120. **  required,   the   files   "dvifile.sub"   (minus   any   extension),
  121. **  "texfonts.sub", and "texinputs:texfonts.sub" will be tried in order.
  122. **  The first two will be found  on the current directory, and the  last
  123. **  is the system default.  This gives the option of  document-specific,
  124. **  user-specific, and system-specific substitutions, and the -f  option
  125. **  allows all of these to be overridden.
  126.