Comrite Unix Man page/Perldoc/Info page, English-Chinese Dictionary, Chinese-English Dictionary

xdvi

Command: man perldoc info search(apropos)  


 
XDVI(1)                                                                XDVI(1)



NAME
       xdvi - DVI Previewer for the X Window System

SYNOPSIS
       xdvi [+[page]] [-s shrink] [-S density] [-nogrey] [-gamma g] [-install]
       [-noinstall]  [-p  pixels]   [-margins   dimen]   [-sidemargin   dimen]
       [-topmargin  dimen]  [-offsets dimen] [-xoffset dimen] [-yoffset dimen]
       [-paper papertype] [-altfont font] [-nomakepk]  -mfmode  mode-def[:dpi]
       [-editor  command]  [-sourceposition  line[:col][ ]filename] [-l] [-rv]
       [-statusline]  [-expert]   [-shrinkbuttonn   shrink]   [-mgs[n]   size]
       [-warnspecials]  [-hush]  [-hushchars] [-hushchecksums] [-hushspecials]
       [-hushstdout] [-safer] [-fg color] [-bg color] [-hl color] [-bd  color]
       [-cr  color]  [-bw  width]  [-rulecolor  color]  [-bw  width] [-display
       host:display] [-geometry geometry] [-icongeometry  geometry]  [-iconic]
       [-font   font]   [-keep]   [-copy]   [-thorough]   [-wheelunit  pixels]
       [-nopostscript] [-noscan] [-allowshell]  [-noghostscript]  [-nogssafer]
       [-gsalpha]   [-interpreter   path]   [-gspalette   palette]  [-not1lib]
       [-underlink] [-browser WWWbrowser] [-base base  URL]  [-debug  bitmask]
       [-version] [dvi_file]

DESCRIPTION
       xdvi  is  a program which runs under the X window system. It is used to
       preview dvi files, such as are produced by tex(1).

       This program has the capability of showing the file shrunken by various
       (integer) factors, and also has a ``magnifying glass'' which allows one
       to see a small part of the unshrunk image momentarily. It has also sup-
       port for hyperlinks in DVI files (see section HYPERLINKS below), direct
       rendering of Postscript<tm> Type1 fonts (see section T1LIB below),  and
       source specials in the .dvi file (see section SOURCE SPECIALS below).

       Before displaying any page or part thereof, it checks to see if the dvi
       file has changed since the last time it was displayed.  If this is  the
       case,  then  xdvi  will  reinitialize itself for the new dvi file.  For
       this reason, exposing parts of the xdvi window  while  TeX  is  running
       should be avoided.  This feature allows you to preview many versions of
       the same file while running xdvi only once.

       In addition to using keystrokes to move within the file, xdvi  provides
       buttons on the right side of the window, which are synonymous with var-
       ious sequences of keystrokes.

       xdvi can show PostScript<tm> specials by any of three methods.  It will
       try first to use Display PostScript<tm>, then NeWS, then it will try to
       use Ghostscript to render the images.  All of these options  depend  on
       additional software to work properly; moreover, some of them may not be
       compiled into this copy of xdvi.

       For performance reasons, xdvi does not render  PostScript  specials  in
       the magnifying glass.

       If  dvi_file is not specified, a file-selection widget is popped up for
       you to choose the dvi file.

OPTIONS
       In addition to specifying the dvi file (with or without the .dvi exten-
       sion), xdvi supports the following command line options.  If the option
       begins with a `+' instead of a `-', the option is restored to  its  de-
       fault  value.   By  default,  these options can be set via the resource
       names given in parentheses in the description of each option.

       +page  Specifies the first page to show.  If + is given without a  num-
              ber, the last page is assumed; the first page is the default.

       -allowshell
              (.allowShell) This option enables the shell escape in PostScript
              specials.  (For security reasons, shell escapes are disabled  by
              default.)   This  option should be rarely used; in particular it
              should not be used just to uncompress files:  that  function  is
              done  automatically  if  the file name ends in .Z, .gz, or .bz2.
              Shell escapes are always turned off  if  the  -safer  option  is
              used.

       -altfont font
              (.altFont)  Declares  a default font to use when the font in the
              dvi file cannot be found.  This is  useful,  for  example,  with
              PostScript <tm> fonts.

       -background color
              (.background)  Determines  the color of the background.  Same as
              -bg.

       -base base URL
              (.urlBase) Sets the base URL value that external links given  in
              the  dvi  file are assumed relative to - normally this should be
              the URL of the document itself (?).

       -bd color
              (.borderColor) Determines the color of the window border.

       -bg color
              (.background) Determines the color of the background.

       -bordercolor color
              Same as -bd.

       -borderwidth width
              (.borderWidth) Specifies the width of the border of the  window.
              Same as -bw.

       -browser WWWbrowser
              (.wwwBrowser)  Defines  the World Wide Web browser to be used to
              handle external URL's, for example mosaic.  If neither the  com-
              mand-line  option  nor the X resource are set, uses the environ-
              ment variable WWWBROWSER.

       -bw width
              (.borderWidth) Specifies the width of the border of the  window.

       -copy  (.copy) Always use the copy operation when writing characters to
              the display.  This option may be necessary for correct operation
              on a color display, but overstrike characters will be incorrect.
              If greyscale anti-aliasing is in use, the -copy  operation  will
              disable the use of colorplanes and make overstrikes come out in-
              correctly.  See also -thorough.

       -cr color
              (.cursorColor) Determines the color of the  mouse  cursor.   The
              default is the color of the page border.

       -debug bitmask
              (.debugLevel) If nonzero, prints additional information on stan-
              dard output.  The bitmask is specified as a decimal number. Mul-
              tiple  values can be specified by adding the respective numbers;
              e.g. to debug all all file searching and opening  commands,  use
              4000  (=  2048 + 1024 + 512 + 256 + 128 + 32). Use -1 to turn on
              debugging of everything (this will produce  huge  output).   The
              individual bits/numbers have the following meanings:

                        1         Bitmaps
                        2         DVI translation
                        4         PK fonts
                        8         Batch mode: Exit after reading the DVI file
                        16        Events
                        32        File opening
                        64        Interaction with the PostScript interpreter
                        128       Kpathsea stat(2) calls
                        256       Kpathsea hash table lookups
                        512       Kpathsea path definitions
                        1024      Kpathsea path expansion
                        2048      Kpathsea searches
                        4096      Hyperref specials
                        8192      Hyperref anchor info
                        16384     Source specials
                        32768     Client mode for forward search
                        65536     T1 lib
                        131072    More verbose T1 lib messages

              Some  of the Kpathsea debugging options are actually provided by
              Kpathsea; see the Debugging section in the Kpathsea  manual  for
              more information on these.

       -density density
              (.densityPercent)  Determines  the  density  used when shrinking
              bitmaps for fonts.  A higher value produces a lighter font.  The
              default  value  is  40.  If greyscaling is in use, this argument
              does not apply; use -gamma instead.  See also the `S' keystroke.
              Same as -S.

       -display host:display
              Specifies  the host and screen to be used for displaying the dvi
              file.  By default this is obtained from the environment variable
              DISPLAY.

       -editor editor
              (.editor)  Specifies  the  editor  that will be invoked when the
              source-special() action is triggered (by default via  CTRL-Mouse
              1).  The argument to this option is a format string in which oc-
              currences of ``%f'' are replaced by the file  name,  occurrences
              of  ``%l''  are replaced by the line number within the file, and
              optional occurrences of ``%c'' are replaced by the column number
              within the line.  If no ``%f'' or ``%l'' occurs in the string, a
              warning is given and the missing designators are appended.

              If neither the option nor the X resource .editor  is  specified,
              the following environment variables are checked to determine the
              editor command: XEDITOR, VISUAL, and EDITOR (in this  sequence).
              If  the string is found as the value of the VISUAL or EDITOR en-
              vironment variables, then ``xterm -e  ''  is  prepended  to  the
              string;  if the editor is specified by other means, then it must
              be in the form of a shell command to pop up an X window with  an
              editor  in  it.  If  none of these variables is set, the command
              ``xterm -e vi %s +%d'' is used and a warning message is given.

              A new instance of the editor is started each time  this  command
              is  used;  therefore it is preferrable to use an editor that can
              be invoked in `client' mode to load new files into the same  in-
              stance. Example settings are:

              emacsclient --no-wait +%l %f (older Emacsen),

              gnuclient -q +%l %f (XEmacs and newer Emacsen)

              nc +%l %f (nedit)

              Note that those strings need to be enclosed into quotes when us-
              ing them on the command-line to protect  them  from  the  shell;
              when using them as argument for the .editor resource in an X re-
              source file, no quotes should be used.

              NOTE ON SECURITY: The argument of this option isn't executed  as
              a  shell command, but via exec() to prevent evil tricks with the
              contents of source specials.  Execution of the  -editor  command
              is disabled when the -safer option is used.

       -expert
              (.expert)  Prevent the buttons from appearing.  See also the `x'
              keystroke.

       -fg color
              (.foreground) Determines the color of the text (foreground).

       -foreground color
              Same as -fg.

       -font font
              (*font) Sets the font for use in the buttons.

       -gamma gamma
              (.gamma) Controls the interpolation of colors in  the  greyscale
              anti-aliasing  color  palette.   Default  value is 1.0.  For 0 <
              gamma < 1, the fonts will be lighter (more like the background),
              and for gamma > 1, the fonts will be darker (more like the fore-
              ground).  Negative values behave the same way, but use a slight-
              ly  different  algorithm.  For color and grayscale displays; for
              monochrome, see -density.  See also the `S' keystroke.

       -rulecolor color
              (.ruleColor) Determines the color of the rules used for the  the
              magnifier and the `grid' (default: foreground color).

       -geometry geometry
              (*geometry) Specifies the initial geometry of the window.

       -gspalette palette
              (.palette)   Specifies   the  palette  to  be  used  when  using
              Ghostscript for rendering PostScript specials.  Possible  values
              are Color, Greyscale, and Monochrome.  The default is Color.

       -gsalpha
              (.gsAlpha)  Causes  Ghostscript  to  be called with the x11alpha
              driver instead of the x11 driver.  The x11alpha  driver  enables
              anti-aliasing  in  PostScript  specials, for a nicer appearance.
              It is available on newer versions of Ghostscript.   This  option
              can also be toggled with the `V' keystroke.

       -sourceposition line[:col][ ]filename
              This option makes xdvi start in `client mode' to perform a `for-
              ward search'. The main dvi file dvi_file  is  specified  on  the
              command line as usual. `Forward search' means that xdvi will try
              to open the page in dvi_file corresponding to the line  (option-
              ally also the column) and filename of the .tex source, and high-
              light the place found by drawing a rectangle in highlight colour
              (see  the -hl option) around the corresponding text.  (This only
              works when the dvi_file has been prepared  with  source  special
              information;  see  the section SOURCE SPECIALS for more informa-
              tion on this.)

              `Client mode' means that if there is already another instance of
              xdvi running on this X display and displaying the same dvi_file,
              a new instance started with the -sourceposition option will only
              notify  that running instance to perform the forward search, and
              exit after that. This way, other programs such such as text edi-
              tors  may  invoke  xdvi  in  `client mode' to jump to a specific
              place in the .dvi file corresponding to the current mouse cursor
              position in the .tex file.

              The  argument  for filename should be a string with the same ex-
              tension as the file name used for the source specials in the dvi
              file.  The  space before filename is only needed if the filename
              starts with a digit.  When the space is used, the argument needs
              to  be encosed in quotes to prevent the shell from misinterpret-
              ing the space as argument separator.

       -hl color
              (.highlight) Determines the color of the page border.   The  de-
              fault is the foreground color.

       -hush  (.Hush) Causes xdvi to suppress all suppressible warnings.

       -hushchars
              (.hushLostChars)  Causes  xdvi to suppress warnings about refer-
              ences to characters which are not defined in the font.

       -hushchecksums
              (.hushChecksums) Causes xdvi to suppress warnings about checksum
              mismatches between the dvi file and the font file.

       -hushspecials
              (.hushSpecials)  Causes xdvi to suppress warnings about \special
              strings that it cannot process.

       -hushstdout
              (.hushStdout) Causes xdvi to suppress all status informations it
              would normally print to stdout if the statusline is disabled.

       -icongeometry geometry
              (.iconGeometry) Specifies the initial position for the icon.

       -iconic
              (.iconic)  Causes  the xdvi window to start in the iconic state.
              The default is to start with the window open.

       -install
              (.install) If xdvi is running under a PseudoColor  visual,  then
              (by  default) it will check for TrueColor visuals with more bits
              per pixel, and switch to such a visual if  one  exists.   If  no
              such visual exists, it will use the current visual and colormap.
              If -install is selected, however, it will still use a  TrueColor
              visual  with a greater depth, if one is available; otherwise, it
              will install its own colormap on the  current  visual.   If  the
              current visual is not PseudoColor, then xdvi will not switch the
              visual or colormap, regardless of its options.  The default val-
              ue  of  the install resource is the special value, maybe.  There
              is no +install option.  See also -noinstall, and the GREYSCALING
              AND COLORMAPS section.

       -interpreter filename
              (.interpreter)  Use filename as the Ghostscript interpreter.  By
              default it uses gs.

       -keep  (.keepPosition) Sets a flag to indicate  that  xdvi  should  not
              move  to  the home position when moving to a new page.  See also
              the `k' keystroke.

       -l     (.listFonts) Causes the names of the fonts used to be listed.

       -margins dimen
              (.Margin) Specifies the size of both the  top  margin  and  side
              margin.  This determines the ``home'' position of the page with-
              in the window as follows.  If the entire page fits in  the  win-
              dow,  then  the margin settings are ignored.  If, even after re-
              moving the margins from the left, right, top,  and  bottom,  the
              page still cannot fit in the window, then the page is put in the
              window such that the top and left margins are hidden,  and  pre-
              sumably  the upper left-hand corner of the text on the page will
              be in the upper left-hand corner of the window.  Otherwise,  the
              text is centered in the window.  The dimension should be a deci-
              mal number optionally followed by any of the two-letter abbrevi-
              ations  for  units  accepted by TeX (pt, pc, in, bp, cm, mm, dd,
              cc, or sp).  By default, the unit will be cm (centimeters).  See
              also -sidemargin, -topmargin, and the keystroke `M.'

       -mfmode mode-def
              (.mfMode)  Specifies  a  mode-def  string,  which can be used in
              searching for fonts (see ENVIRONMENT, below).   Generally,  when
              changing  the  mode-def, it is also necessary to change the font
              size to the appropriate value for that mode.  This  is  done  by
              adding a colon and the value in dots per inch; for example, -mf-
              mode ljfour:600.  This method overrides any value given  by  the
              pixelsPerInch  resource  or  the  -p command-line argument.  The
              metafont mode is also passed to metafont during  automatic  cre-
              ation of fonts.  By default, it is unspecified.

       -mgs size
              Same as -mgs1.

       -mgs[n] size
              (.magnifierSize[n])  Specifies the size of the window to be used
              for the ``magnifying glass'' for Button n.  The size may be giv-
              en  as an integer (indicating that the magnifying glass is to be
              square), or it may be given in the form widthxheight.   See  the
              MOUSE  ACTIONS section.  Defaults are 200x150, 400x250, 700x500,
              1000x800, and 1200x1200.

       -noghostscript
              (.ghostscript) Inhibits the use of  Ghostscript  for  displaying
              PostScript<tm>  specials.   (For  this  option, the logic of the
              corresponding resource is reversed:  -noghostscript  corresponds
              to ghostscript:off; +noghostscript to ghostscript:on.)

       -nogrey
              (.grey) Turns off the use of greyscale anti-aliasing when print-
              ing shrunken bitmaps.  (For this option, the logic of the corre-
              sponding  resource is reversed: -nogrey corresponds to grey:off;
              +nogrey to grey:on.)  See also the `G' keystroke.

       -nogssafer
              (.gsSafer) Normally, if Ghostscript is used to render PostScript
              specials,  the  Ghostscript  interpreter  is run with the option
              -dSAFER.   The  -nogssafer  option  runs   Ghostscript   without
              -dSAFER.   The -dSAFER option in Ghostscript disables PostScript
              operators such as  deletefile,  to  prevent  possibly  malicious
              PostScript  programs  from having any effect.  If the -safer op-
              tion is specified, then this option has no effect; in that  case
              Ghostscript is always run with -dSAFER.  (For the -nogssafer op-
              tion, the logic  of  the  corresponding  resource  is  reversed:
              -nogssafer    corresponds    to   gsSafer:off;   +nogssafer   to
              gsSafer:on.)

       -noinstall
              (.install) Inhibit the default behavior of switching to a  True-
              Color  visual  if one is available with more bits per pixel than
              the current visual.  This option corresponds to  a  resource  of
              install:off.  There is no +noinstall option.  See also -install,
              and the GREYSCALING AND COLORMAPS section.

       -nomakepk
              (.makePk) Turns off automatic generation of font files that can-
              not be found by other means.  (For this option, the logic of the
              corresponding resource is  reversed:  -nomakepk  corresponds  to
              makePk:off; +nomakepk to makePK:on.)

       -nopostscript
              (.postscript)  Turns  off  rendering of PostScript<tm> specials.
              Bounding boxes, if known, will be displayed instead.   This  op-
              tion  can also be toggled with the `v' keystroke.  (For this op-
              tion, the logic of the corresponding resource is reversed:  -no-
              postscript   corresponds   to   postscript:off;  +postscript  to
              postscript:on.)

       -noscan
              (.prescan) Normally, when PostScript<tm> is turned on, xdvi will
              do a preliminary scan of the dvi file, in order to send any nec-
              essary header files before sending the PostScript code that  re-
              quires  them.  This option turns off such prescanning.  (It will
              be automatically be turned back on if xdvi detects any  specials
              that  require  headers.)   (For the -noscan option, the logic of
              the corresponding resource is reversed: -noscan  corresponds  to
              prescan:off; +noscan to prescan:on.)

       -offsets dimen
              (.Offset) Specifies the size of both the horizontal and vertical
              offsets of the output on the page.  By decree  of  the  Stanford
              TeX  Project,  the default TeX page origin is always 1 inch over
              and down from the top-left page corner, even  when  non-American
              paper  sizes  are  used.  Therefore, the default offsets are 1.0
              inch.  The argument dimen should be a decimal number  optionally
              followed  by  any  of the two-letter abbreviations for units ac-
              cepted by TeX (pt, pc, in, bp, cm, mm, dd, cc, or sp).   By  de-
              fault, the unit will be cm (centimeters).  See also -xoffset and
              -yoffset.

       -p pixels
              (.pixelsPerInch) Defines the size of the fonts to use, in pixels
              per  inch.   The  default value is 600.  This option is provided
              only for backwards compatibility; the preferred way  of  setting
              the  font size is by setting the Metafont mode at the same time;
              see the -mfmode option.

       -paper papertype
              (.paper) Specifies the size of the printed page.  This may be of
              the form widthxheight optionally followed by a unit, where width
              and height are decimal numbers giving the width  and  height  of
              the  paper,  respectively, and the unit is any of the two-letter
              abbreviations for units accepted by TeX (pt, pc, in, bp, cm, mm,
              dd,  cc, or sp).  By default, the unit will be cm (centimeters).
              There are also synonyms which may be used: us (8.5x11in),  legal
              (8.5x14in),  foolscap  (13.5x17in),  as  well  as  the ISO sizes
              a1-a7, b1-b7, c1-c7.  For each of  these  there  also  exists  a
              landscape  or  `rotated'  variant: usr (11x8.5in), a1r-a7r, etc.
              The default size is 21 x 29.7 cm (A4 size).

       -rv    (.reverseVideo) Causes the page to be displayed with white char-
              acters on a black background, instead of vice versa.

       -s shrink
              (.shrinkFactor)  Defines the initial shrink factor.  The default
              value is 8.  If shrink is given as 0, then  the  initial  shrink
              factor  is  computed so that the page fits within the window (as
              if the `s' keystroke were given without a number).

       -S density
              (.densityPercent) Same as -density, q.v.

       -safer (.safer) This option turns on all available security options; it
              is  designed  for  use when xdvi is called by a browser that ob-
              tains a dvi or TeX file from another site.   This  option  turns
              off  evalutation of source specials (see SOURCE SPECIALS for de-
              tails).  Furthermore, it selects +nogssafer and +allowshell.

       -shrinkbuttonn shrink
              (.shrinkButtonn) Specifies that the nth button  changing  shrink
              factors  shall  change to shrink factor factor.  This is useful,
              e.g., when using 600 dpi fonts, since in that case shrinking  by
              a  factor of 4 is still not enough.  Here n may be a number from
              1 to 3 (in the default button layout, the ``Full  Size''  button
              is unaffected by these options).  If the buttons are customized,
              higher values of n (up to 9) may be used.

       -sidemargin dimen
              (.sideMargin) Specifies the side margin (see -margins).

       -statusline
              (.statusline) Display the statusline at the bottom of  the  win-
              dow.  The statusline can be suppressed by +statusline.  This can
              also be toggled with the `1x' keystroke. If displaying the  sta-
              tusline is disabled, the messages that would normally be printed
              to the statusline will be printed to stdout.  To suppress print-
              ing all messages, use the -hushstdout option.

       -thorough
              (.thorough)  xdvi  will  usually  try  to ensure that overstrike
              characters (e.g., \notin) are printed correctly.  On  monochrome
              displays,  this  is  always possible with one logical operation,
              either and or or.  On color displays, however, this may take two
              operations,  one  to  set  the appropriate bits and one to clear
              other bits.  If this is the case, then by default xdvi will  in-
              stead use the copy operation, which does not handle overstriking
              correctly.  The -thorough option chooses  the  slower  but  more
              correct choice.  See also -copy.

       -topmargin dimen
              (.topMargin)  Specifies  the  top  and bottom margins (see -mar-
              gins).

       -not1lib
              (.not1lib) This  will  disable  the  use  of  T1Lib  to  display
              PostScript<tm>  fonts.  Use this option as a workaround when you
              encounter problems with the display of T1Lib (but  please  don't
              forget  to  send a bug report in this case, to the URL mentioned
              in the section AUTHORS below).

       -underlink
              (.underLink) Underline links.  Default is true.

       -version
              Print information on the version of xdvi.

       -warnspecials
              (.warnSpecials) Causes xdvi to  issue  warnings  about  \special
              strings that it cannot process.

       -wheelunit pixels
              (.wheelUnit)  Sets the number of pixels that a motion of a wheel
              mouse will move the image up or down.  If set to zero, the wheel
              mouse functionality is disabled.  The default value is 80.

       -xoffset dimen
              (.xOffset)  Specifies  the  size of the horizontal offset of the
              output on the page.  See -offsets.

       -yoffset dimen
              (.yOffset) Specifies the size of the vertical offset of the out-
              put on the page.  See -offsets.

KEYSTROKES
       xdvi  recognizes  the  following  keystrokes  when typed in its window.
       Each may optionally be preceded by a  (positive  or  negative)  number,
       whose interpretation will depend on the particular keystroke.  The num-
       ber can be  discarded  by  pressing  the  ``Escape''  key.   Also,  the
       ``Help'',  ``Home'',  ``Prior'' and ``Next'' keys are synonyms for `?',
       `^', `b', and `f' keys, respectively.

       The key assignments given here are those that xdvi assigns by  default.
       They  can be changed--see CUSTOMIZATION, below.  The names appearing in
       brackets at the beginning of each of the  following  keystroke  defini-
       tions  is the name assigned to the action associated with that key, for
       use when customizing.  Users who do not customize their keystrokes  may
       ignore these labels.

       q      [quit()]  Quits  the  program.   Control-C and control-D will do
              this, too.

       n      [forward-page()] Moves to the next page (or to the nth next page
              if a number is given).  Synonyms are `f', Return, and Line Feed.

       Space  [down-or-next()] Moves down two-thirds of a window-full,  or  to
              the next page if already at the bottom of the page.

       p      [back-page()]  Moves  to  the  previous  page (or back n pages).
              Synonyms are `b' and control-H.

       Delete [up-or-previous()] Moves up two-thirds of a window-full,  or  to
              the  bottom  of  the  previous page if already at the top of the
              page.  The BackSpace key will also do this.

       g      [goto-page()] Moves to the page with the given number.  Initial-
              ly,  the first page is assumed to be page number 1, but this can
              be changed with the `P' keystroke, below.  If no page number  is
              given, then it goes to the last page.

       P      [declare-page-number()]  ``This is page number n.''  This can be
              used to make the `g' keystroke refer to actual page numbers  in-
              stead of absolute page numbers.

       Control-L
              [forward-page(0)] Redisplays the current page.

       ^      [home()]  Move  to  the  ``home'' position of the page.  This is
              normally the upper left-hand corner of the  page,  depending  on
              the margins as described in the -margins option, above.

       Up arrow
              [up(0.015)] Scrolls page up.

       Down arrow
              [down(0.015)] Scrolls page down.

       u      [up()]  Moves  page up two thirds of a window-full. With a float
              argument to ``up'', moves up the  corresponding  fraction  of  a
              window-full.

       d      [down()]  Moves  page  down  two thirds of a window-full. With a
              float argument to ``down, moves down the corresponding  fraction
              of a window-full.

       Left arrow
              [left(0.015)] Scrolls page left.

       Right arrow
              [right(0.015)] Scrolls page right.

       l      [left()] Moves page left two thirds of a window-full.

       r      [right()] Moves page right two thirds of a window-full.

       c      [center()]  Moves  the  page so that the point currently beneath
              the mouse cursor is moved to the middle of the window, and warps
              the mouse cursor to the same place.

       M      [set-margins()] Sets the margins so that the point currently un-
              der the mouse cursor defines the upper left-hand corner  of  the
              text  in  the page.  Note that the command does not move the im-
              age, but only determines the margins for the page switching com-
              mands. For details on how the margins are used, see the -margins
              option.

       s      [set-shrink-factor()] Changes the shrink  factor  to  the  given
              number.   If  no number is given, the smallest factor that makes
              the entire page fit in the window will be  used.   (Margins  are
              ignored in this computation.)

       S      [set-density()]  Sets the density factor to be used when shrink-
              ing bitmaps.  This should be a number between 0 and 100;  higher
              numbers  produce  lighter characters.  If greyscaling mode is in
              effect, this changes the value of gamma instead.  The new  value
              of gamma is the given number divided by 100; negative values are
              allowed.

       R      [reread-dvi-file()] Forces the dvi file to be reread.  This  al-
              lows you to preview many versions of the same file while running
              xdvi only once.

       k      [set-keep-flag()] Normally when xdvi switches pages, it moves to
              the  home  position as well.  The `k' keystroke toggles a `keep-
              position' flag which, when set, will keep the same position when
              moving  between  pages.   Also  `0k' and `1k' clear and set this
              flag, respectively.  See also the -keep option.

       ESC    [discard-number()] The escape key discards the numerical  prefix
              for all actions (useful when you mistyped a number).

       x      [set-expert-mode()] Toggles expert mode (in which the buttons do
              not appear). Typing `1x' toggles the display  of the  statusline
              at  the  bottom  of the window. See also the options -expert and
              -statusline.

       Control-v
              [show-source-specials()] Show bounding boxes  for  every  source
              special  on the current page, and print the strings contained in
              these specials to stderr. With prefix 1, show every bounding box
              on the page. This is for debugging purposes mainly.

       Control-x
              [source-what-special()]  Display  information  about  the source
              special next to the mouse cursor in the statusline. This is  the
              same special that would be found by source-special() , but with-
              out invoking the editor. For debugging purposes.

       G      [set-greyscaling()] This key toggles the use of greyscale  anti-
              aliasing  for displaying shrunken bitmaps.  In addition, the key
              sequences `0G' and `1G' clear and set this  flag,  respectively.
              See also the -nogrey option.

              If  given a numeric argument that is not 0 or 1, greyscale anti-
              aliasing is turned on, and the gamma resource is set to the val-
              ue divided by 100. E.g., `150G' turns on greyscale and sets gam-
              ma to 1.5.

       B      [htex-back()] This key jumps back to the previous hyperlink  an-
              chor.  See  the section HYPERLINKS for more information on navi-
              gating the links.

       D      [toggle-grid-mode()] This key toggles the use of grid  over  the
              document.   If  no  number  is given, the grid mode toggles.  By
              prepending number, 3 grid levels  can  be  set.   See  also  the
              -rulecolor option.

       v      [set-ps()] This key toggles the rendering of PostScript<tm> spe-
              cials.  If rendering is turned off, then bounding boxes are dis-
              played  when  available.  In addition the key sequences `0v' and
              `1v' clear and set this flag, respectively.  See also  the  -no-
              postscript option.

       Control-F
              [select-dvi-file()] Read a new dvi file. A file-selection widget
              is popped up for you to choose the dvi file from.

       V      [set-gs-alpha()]  This  key   toggles   the   anti-aliasing   of
              PostScript<tm>  specials  when  Ghostscript is used as renderer.
              In addition the key sequences `0V' and `1V' clear and  set  this
              flag, respectively.  See also the -gsalpha option.

       ?      [help()]  Pops  up a help window with a short explanation of the
              most important key bindings and concepts.  The  help  texts  and
              menu  entries  are  fully  configurable  via the following X re-
              sources (the defaults strings are given in  parentheses,  or  as
              <Text> if they contain a longer text):

              helpTopicsButtonLabel (Topic)

              helpQuitButtonLabel (Close)

              helpIntro <text>

              helpGeneralMenulabel (General)

              helpGeneral <text>

              helpHypertexMenulabel (HyperTeX commands)

              helpHypertex <text>

              helpOthercommandsMenulabel (Other Commands)

              helpOthercommands <text>

              helpPagemotionMenulabel (Page Motion)

              helpPagemotion <text>

              helpSourcespecialsMenulabel (Source Specials)

              helpSourcespecials <text>.

MOUSE ACTIONS
       If the shrink factor is set to any number other than one, then clicking
       mouse button 3 will pop up a ``magnifying glass'' which shows  the  un-
       shrunk image in the vicinity of the mouse click.  This subwindow disap-
       pears when the mouse button is released.  Different mouse buttons  pro-
       duce  different sized windows, as indicated by the -mgs option.  Moving
       the mouse cursor while holding the button down will move the magnifying
       glass.  To access this feature via customization, use the magnifier ac-
       tion.  Its argument is either a string of the form widthxheight, as  in
       the -mgsn command-line option, or one of the strings *1 through *5, re-
       ferring to the value specified by the corresponding -mgsn option.

       Holding down the CTRL key and clicking on mouse button 1 starts a ``re-
       verse  search''  (action   source-special();  see the section on SOURCE
       SPECIALS for details).

       The scrollbars (if present) behave in the standard way:  pushing Button
       2  in  a  scrollbar moves the top or left edge of the scrollbar to that
       point and optionally drags it; pushing Button 1 moves the image  up  or
       right  by  an amount equal to the distance from the button press to the
       upper left-hand corner of the window; pushing Button 3 moves the  image
       down or left by the same amount.

       The image can also be dragged around, by holding down the shift key and
       a mouse button.  Shift-button 1  allows  dragging  in  all  directions,
       Shift-button  2 allows vertical dragging only, and Shift-button 3 hori-
       zontal dragging only. To access these actions  via  customization,  use
       the  drag action.  This action should have one parameter, the character
       ``|'', ``-'', or ``+'', indicating vertical dragging, horizontal  drag-
       ging, or dragging in both directions.

       Wheel  mice  are  supported:  motion of the wheel on such a mouse moves
       the image up or down by the number of pixels indicated by the  -wheelu-
       nit option.  To access this option via customization, use the wheel ac-
       tion.  This action takes one parameter, giving the distance  to  scroll
       the  image.  If the parameter contains a decimal point, the distance is
       given in wheel units; otherwise, pixels.

HYPERLINKS
       Usually, if a binding specifies more then one action, all  actions  are
       executed  in  a sequence. The hyperlink bindings do-href() and do-href-
       newwindow() are special in that they are used as an alternative to oth-
       er  actions that might follow them if the mouse is currently located on
       a hyperlink.  In this case, none of the other actions will be executed.
       Otherwise,  only  the other actions are executed.  The action do-href()
       jumps to the link target in the current xdvi window (possibly  changing
       the  page),  and  do-href-newwindow() opens a new instance of xdvi with
       the link target. In both cases, the location of the target is indicated
       by  a  small  arrow  drawn in highlight color in the left corner of the
       window.

       As an example, consider the following settings, which are  the  default
       settings for buttons 1 and 2:

            xdvi.mainTranslations: #override \
            <Btn1Down>: do-href()magnifier(*1)\n\
            <Btn2Down>: do-href-newwindow()magnifier(*2)\n\
            <Btn3Down>: magnifier(*3)\n


       The fact that the mouse is located over a hyperlink is indicated by (a)
       changing the pointer to a hand shape, and (b) displaying the link  tar-
       get in the statusline at the bottom of the window.

       If  a  link  points  to  a  file which is not a DVI file (e.g. HTML, or
       PostScript), the files mime.types and mailcap are parsed to determine a
       suitable  viewer;  if  no suitable mailcap entry was found, if the WWW-
       BROWSER environment variable is set, or -browser was specified  on  the
       command line, the browser is launched to load the file.

UNBOUND ACTIONS
       The  following  actions  have  not been assigned any keystroke, but are
       available if customization is used.

       shrink-to-dpi()
              This action takes one (required) argument.  It sets  the  shrink
              factor  to an integer so as to approximate the use of fonts with
              the corresponding number of dots per inch.   If  xdvi  is  using
              fonts scaled for p dots per inch, and the argument to shrink-to-
              dpi is n, then the corresponding shrink factor is the ratio p/n,
              rounded to the nearest integer.

CUSTOMIZATION
       Key  and  mouse  button assignments can be changed by setting the main-
       Translations resource to a string of translations  as  defined  in  the
       documentation  for  the X toolkit.  The actions should take the form of
       action names as given in the KEYSTROKES and MOUSE ACTIONS sections.

       Key actions will usually be without arguments, or they may give an  ar-
       gument to replace an optional number typed immediately prior to the ac-
       tion.  The keys 0-9 and hyphen cannot be  reassigned,  since  they  are
       used for inputting numbers.

       Some  key  actions may take special arguments, as follows. The argument
       of goto-page may be the letter `e', indicating the action of  going  to
       the  end of the document.  The argument of set-shrink-factor may be the
       letter `a', indicating that the shrink factor  should  be  set  to  the
       smallest value such that the page will fit in the window.  Finally, ac-
       tions that would perform a toggle, such as set-keep-flag,  may  be  the
       letter `t', indicating that the action should toggle regardless of what
       number may have been typed recently.

       Mouse  actions  should  refer  only  to   ButtonPress   events   (e.g.,
       <Btn1Down>:magnifier(*1)).  The corresponding motion and release events
       will then be handled internally.  A key action may be bound to a  mouse
       event, but not vice versa.

       Usually the string of translations should begin with ``#override'', in-
       dicating that the default key and mouse button assignments  should  not
       be discarded.

       When  keys or mouse buttons involving modifiers (such as Ctrl or Shift)
       are customized together with their non-modified equivalents, the  modi-
       fied keys should come first, for example:

            xdvi.mainTranslations: #override \
            Ctrl<Btn1Down>: magnifier(*3)\n\
            Shift<Btn1Down>: magnifier(*2)\n\
            <Btn1Down>: magnifier(*1)\n


       Because  xdvi needs to capture pointer motion events, and because the X
       Toolkit translations mechanism cannot accommodate  both  motion  events
       and double-click events at the same time, it is not possible to specify
       double-click actions in xdvi customizations.  For information  on  this
       and  other  aspects of translations, see the X Toolkit Intrinsics docu-
       mentation.

       There is no command-line option to set the  mainTranslations  resource,
       since  changing  this resource on the command line would be cumbersome.
       To set the resource for testing purposes, use the -xrm command-line op-
       tion  provided  by  the  X toolkit.  For example, xdvi -xrm 'XDvi.main-
       Translations: #override "z":quit()' ...  or xdvi -xrm  'XDvi.mainTrans-
       lations:  #override  <Key>z:quit()' ...  will cause the key `z' to quit
       xdvi.

       Support of wheel mice is controlled by the wheelTranslations  resource.
       Generally  the  only  action  routine called by this resource should be
       wheel.            The            default            value            is
       ``<Btn4Down>:wheel(-1.)\n<Btn5Down>:wheel(1.)''.  Because this resource
       is implemented differently from the others, it should  not  begin  with
       ``#override''; when specifying a value for this resource, all wheel ac-
       tions should be included.

       The button labels and actions may also be customized, in a similar man-
       ner.   In this case the resource buttonTranslations should consist of a
       string describing the button labels and the  associated  actions.   The
       string  consists  of  substrings,  separated  by  the newline character
       (`\n'), each describing one  button.   Each  substring  consists  of  a
       string  (to  be used as the button's label), a colon, and a sequence of
       actions to be performed when the button is pushed.  Unlike  the  situa-
       tion  with key actions, an action associated to a button should provide
       an argument (if applicable).

       The default setting is as follows:

            xdvi.buttonTranslations: \
            Quit:quit() \n\
            Open:select-dvi-file()\n\
            Reread:reread-dvi-file()\n\
            Help:help()\n\n\
            First:goto-page(1)\n\
            Page-10:back-page(10)\n\
            Page-5:back-page(5)\n\
            Prev:back-page(1)\n\n\
            Next:forward-page(1)\n\
            Page+5:forward-page(5)\n\
            Page+10:forward-page(10)\n\
            Last:goto-page()\n\n\
            Full size:set-shrink-factor(1)\n\
            $%%:shrink-to-dpi(150)\n\
            $%%:shrink-to-dpi(100)\n\
            $%%:shrink-to-dpi(50)\n\n\
            View PS:set-ps(toggle)\n\
            Back:htex-back()\n


       The label string may contain a colon if it is escaped  by  a  backslash
       (`\').   It  also  may  contain  some  special  sequences  tied  to the
       -shrinkbuttonn command-line options.  If  the  characters  `$#'  occur,
       then they are replaced by the argument of the corresponding -shrinkbut-
       ton command-line option (if present).  If no corresponding  -shrinkbut-
       ton option was given, then the value is taken from the list of actions,
       which is expected to contain at least one set-shrink-factor or  shrink-
       to-dpi  action.  Likewise, the character sequence `$%' will be replaced
       by the percentage corresponding to the  shrink  factor,  determined  as
       above.  In order for the -shrinkbutton option to affect a given button,
       the label string must contain one  of  the  character  sequences  `$#',
       `$%',  or  '$_'.   This  last string flags a button to be affected by a
       -shrinkbutton option, without making any numbers appear  in  the  label
       text (the `$_' will not appear in the label text).

       Some  resources  are provided to allow customization of the geometry of
       the command buttons.  Again, they are not changeable  via  command-line
       options,  other  than via the -xrm option.  All of these resources take
       integer values.

       buttonSideSpacing
              The number of pixels to be placed on either side of the buttons.
              The default value is 6.

       buttonTopSpacing
              The  number  of pixels between the top button and the top of the
              window.  The default value is 50.

       buttonBetweenSpacing
              The number of pixels between most buttons.  The default value is
              20.

       buttonBetweenExtra
              The  number  of pixels of additional space to be inserted if the
              buttonTranslations resource string  contains  an  extra  newline
              character.  The default value is 50.

       buttonBorderWidth
              The border width of the button windows.  The default value is 1.

SIGNALS
       When xdvi receives a SIGUSR1 signal, it rereads the dvi file.

GREYSCALING AND COLORMAPS
       The greyscale anti-aliasing feature in xdvi will not work at  its  best
       if  the display does not have enough colors available.  This can happen
       if other applications are using most of the colormap (even if they  are
       iconified).   If this occurs, then xdvi will print an error message and
       turn on the -copy option.  This will result  in  overstrike  characters
       appearing wrong; it may also result in poor display quality if the num-
       ber of available colors is very small.

       Typically this problem occurs on displays that allocate eight  bits  of
       video  memory  per  pixel.  To see how many bits per pixel your display
       uses, type xwininfo in an xterm window, and then click the mouse on the
       root  window  when  asked.  The ``Depth:'' entry will tell you how many
       bits are allocated per pixel.

       Displays using at least 15 bits per pixel are typically TrueColor visu-
       als, which do not have this problem, since their colormap is permanent-
       ly allocated and available to all applications.  (The visual  class  is
       also  displayed  by  xwininfo.)  For more information on visual classes
       see the documentation for the X Window System.

       To alleviate this problem, therefore, one may (a) run  with  more  bits
       per  pixel  (this may require adding more video memory or replacing the
       video card), (b) shut down other applications that may be using much of
       the  colormap  and then restart xdvi, or (c) run xdvi with the -install
       option.

       One application which is often the cause of this problem  is  Netscape.
       In  this  case  there are two more alternatives to remedying the situa-
       tion.  One can run ``netscape -install'' to cause Netscape to install a
       private colormap.  This can cause colors to change in bizarre ways when
       the mouse is moved to a different window.  Or, one can  run  ``netscape
       -ncols 220'' to limit Netscape to a smaller number of colors.  A small-
       er number will ensure that other applications have more  colors  avail-
       able, but will degrade the color quality in the Netscape window.

ENVIRONMENT
       Please see the kpathsea documentation.


HANDLING OF POSTSCRIPT FIGURES
       xdvi  can  display  Encapsulated PostScript (EPS) files included in the
       dvi file.  Such files are first searched for in the directory where the
       dvi  file is, and then using normal Kpathsea rules.  There is an excep-
       tion to this, however:  if the file name begins with  a  backtick  (`),
       then  the  remaining  characters  in the file name give a shell command
       (often zcat) which is executed; its standard output is then sent to  be
       interpreted as PostScript.  Note that there is some potential for secu-
       rity problems here; see the -allowshell  command-line  option.   It  is
       better to use compressed files directly (see below).

       If  a  file name is given (as opposed to a shell command), if that file
       name ends in ``.Z'' or ``.gz'', and if the first two bytes of the  file
       indicate  that  it  was compressed with compress(1) or gzip(1), respec-
       tively, then the file is first uncompressed with uncompress -c or  gun-
       zip  -c, respectively.  This is preferred over using a backtick to call
       the command directly, since you do not have to specify -allowshell  and
       since it allows for path searching.

T1LIB
       T1Lib   is   a  library  written  by  Rainer  Menzner  (see  ftp://sun-
       site.unc.edu/pub/Linux/libs/graphics/); using it, xdvi can  now  render
       Postscript<tm>  Type1  fonts  directly, without the route via TeX pixel
       (pk) fonts. The advantage of this is that only one size  of  each  font
       needs  to  be  kept  on disk.  Unless the -not1lib option is used, xdvi
       will try to render every font using T1Lib. Only as a fallback, it  will
       invoke  an  external  program (like mktexpk, which in turn might invoke
       utilities like ps2pk or gsftopk) to generate  a  pixel  font  from  the
       Type1  source. The direct rendering of the Computer Modern fonts should
       work out-of-the box, whereas other Type1 fonts such as  the  35  `stan-
       dard'  Postscript<tm>  fonts resident in printers might need to be made
       accessible for use with T1Lib/xdvi, unless  your  system  administrator
       has already done so. The xdvik distribution comes with a utility called
       t1mapper to make these fonts visible for T1Lib/xdvi.   See  the  manual
       page for t1mapper(1) for details on how to use this utility.

SOURCE SPECIALS
       Some  TeX implementations or macro packages provide the facility to au-
       tomatically include so-called  `source  specials'  into  a  .dvi  file.
       These  contain  the  line  number,  eventually a column number, and the
       filename of the .tex source. This makes it possible to jump from a .dvi
       file  to  the  corresponding  place  in  the .tex source and back (also
       called `reverse search' and `forward search').

       To be usable with xdvi, source specials in the dvi file must  have  one
       of the following formats:

                src:line[ ]filename
                src:line:col[ ]filename
                src:line
                src:line:col
                src::col

       If  filename or line are omitted, the most recent values are used.  The
       first source special on each page must be  in  one  of  the  first  two
       forms, since defaults are not inherited across pages.

       You  will  need  a  TeX  implementation or a macro package (such as sr-
       cltx.sty or srctex.sty , available from CTAN)  to  insert  such  source
       specials into the dvi file.

       For  reverse  search,  you can use the combination CTRL-Mouse 1 to make
       xdvi open an editor (the value of the -editor command line option) with
       the  file  and the line number of the .tex source. (See the description
       of the -editor option for more information and examples.)

       For forward search, xdvi has a -sourceposition option that  makes  xdvi
       jump   jump to the page in the .dvi file corresponding to the line num-
       ber and the file name and highlight the line found. See the description
       of the -sourceposition for more details.

       The evaluation of source specials is disabled when the -safer option is
       used.

ENVIRONMENT
       xdvik uses the same environment variables and  algorithms  for  finding
       font  files as TeX and friends.  See the documentation for the Kpathsea
       library for details (repeating it here is too  cumbersome).   In  addi-
       tion, xdvik accepts the following variables:

       DISPLAY
              Specifies which graphics display terminal to use.

       KPATHSEA_DEBUG
              Trace Kpathsea lookups; set it to -1 for complete tracing.

       MIMELIBDIR
              Directory  containing the mime.types file, if ~/.mime-types does
              not exist.

       MAILCAPDIR
              Directory containing the .mailcap file, if ~/.mailcap  does  not
              exist.

       WWWBROWSER
              The  browser  used to open URL's, if neither the -browser option
              nor the .wwwBrowser resource are set.  For more  information  on
              hyper-TeX  support, see the `Hypertext' node in the dvipsk manu-
              al.

       TMPDIR The directory to use for storing temporary  files  created  when
              uncompressing PostScript files.

       XEDITOR
              Determines  the  editor command used for source special `reverse
              search', if neither the -editor command-line option nor the .ed-
              itor resource are  specified.   See  the description of the -ed-
              itor command line option for details on the format.

       VISUAL Determines an editor to be opened in an xterm window if  neither
              of -editor, .editor, or XEDITOR is specified.

       EDITOR Determines  an editor to be opened in an xterm window if neither
              of -editor, .editor, XEDITOR or VISUAL is specified.

LIMITATIONS
       xdvi accepts many but not all types of PostScript specials accepted  by
       dvips.  For example, it accepts most specials generated by epsf and ps-
       fig.  It does not, however, support bop-hook or eop-hook, nor  does  it
       allow  PostScript  commands  to affect the rendering of things that are
       not PostScript (for example, the ``NEAT'' and rotated ``A'' examples in
       the  dvips  manual).  These restrictions are due to the design of xdvi;
       in all likelihood they will always remain.

       LaTeX2e color and rotation specials are not currently supported.

       MetaPost files containing included text are not supported.

FILES
       xdvi.cfg needs to be supplied in the directory named by the  XDVIINPUTS
       kpathsea  variable.   Please  see the file README.t1fonts in the source
       distribution if xdvi.cfg is missing.  xdvik also relies  on  the  whole
       kpathsea  infrastructure.   Please  see  the kpathsea documentation for
       further information.

SEE ALSO
       X(1), dvips(1), mktexpk(1), ps2pk(1), gsftopk(1), t1mapper(1), Kpathsea
       documentation, Xdvik home page http://xdvi.sourceforge.net

AUTHORS
       Eric  Cooper,  CMU, did a version for direct output to a QVSS. Modified
       for X by Bob Scheifler, MIT Laboratory for Computer  Science.  Modified
       for  X11 by Mark Eichin, MIT SIPB. Additional enhancements by many oth-
       ers.  The current maintainer of the original xdvi is Paul  Vojta,  U.C.
       Berkeley. The xdvik variant is currently hosted on SourceForge:

       http://sourceforge.net/projects/xdvi/

       Please  use  the  link bugs on that project page to report any bugs you
       might find in this program.



X Version 11                    8 January 2002                         XDVI(1)
 

©2005 Comrite