home *** CD-ROM | disk | FTP | other *** search
/ Dream 46 / Amiga_Dream_46.iso / os2 / Latex / help.eng (.txt) < prev    next >
LaTeX Document  |  1997-11-13  |  37KB  |  694 lines

  1. ==============================================================================
  2. HELP.ENG (emTeX DISTRIBUTION)                                      19-Sep-1995
  3. ==============================================================================
  4. This file contains frequently asked questions about emTeX and their
  5. answers.  If you have a question which is not here and you cannot find
  6. the answer in the documentation (or it is very difficult to find),
  7. please let me know.
  8. If you don't know how to install emTeX, see INSTALL.ENG.
  9. Contents
  10. ========
  11. 1. TeX
  12. 2. DVIDRV
  13. 3. METAFONT
  14. 4. FONTS
  15. 5. Miscellaneous topics
  16. 1. TeX
  17. ======
  18. 1.1:    What's the difference between standard TeX and bigTeX?
  19.     `bigTeX' is bigger than `standard TeX' (and much slower).  If TeX
  20.     runs out of memory, try bigTeX.  If you have a 386 or better CPU
  21.     use tex386.exe instead of btex*.exe -- it's faster and provides
  22.     more space for strings (pool size).
  23. 1.2:    TeX says:
  24.           Fatal format file error; I'm stymied
  25.         What shall I do?
  26.     You are trying to use a format file of a different TeX version
  27.     (for instance, standard vs. big, or 3.14 vs. 3.14159).  Note that
  28.     the big emTeX versions including tex386 use the BTEXFMT
  29.     environment variable.  The standard-sized versions use the TEXFMT
  30.     environment variable.  (Also note that usually you don't have to
  31.     set these environment variables.)  Perhaps you forgot to use the
  32.     `386' keyword of makefmt when creating a format file for
  33.     tex386.exe.
  34.     If the error message includes
  35.       Must increase the trie size
  36.     you forgot to use the /mt option.  For both creating and using a
  37.     FMT file with a non-standard trie size, you have to use the /mt
  38.     option.  Putting it into the environment variable EMTEXOPT is a
  39.     convenient method for achieving this.  The makefmt tool optionally
  40.     creates a batch file; that batch file uses the optimal value for
  41.     the /mt option.  See \emtex\doc\english\tex.doc for details.
  42. 1.3:    TeX says:
  43.           I can't find the PLAIN format file!
  44.         What's wrong?
  45.     You forgot to create the plain format file (plain.fmt) or emTeX
  46.     cannot find it.  Use makefmt to create the format file (see
  47.     INSTALL.ENG, QUICK.ENG and \emtex\doc\english\tex.doc for
  48.     details).  Be careful to do this in the correct directory.
  49.     Usually you should not set the TEXFMT, BTEXFMT, and HTEXFMT
  50.     environment variables.
  51. 1.4:    When trying to use LaTeX, the error message
  52.           ! Undefined control sequence.
  53.           l.1 \documentclass
  54.         or
  55.           ! Undefined control sequence.
  56.           l.1 \documentstyle
  57.         is displayed.  What's wrong?
  58.     Apparently, TeX is using the PLAIN format instead of the LaTeX
  59.     format.  You have to tell TeX to use the LaTeX format.  Invoke the
  60.     batch file created by makefmt instead of TeX proper and make sure
  61.     that the LaTeX format file does exist and can be found (see the
  62.     answer to question 1.2).
  63. 1.5:    makefmt complains about `plain.tex' not being installed.
  64.         What's wrong?
  65.     As mentioned by INSTALL.ENG, you should unset the TEXINPUT
  66.     environment variable.  If you need TEXINPUT, don't forget to add
  67.     `!' to the end of the path of emTeX's `texinput' directory.
  68. 1.6:    makefmt cannot find `makefmt.dat'.  What's wrong?
  69.     You have not correctly set the EMTEXDIR environment variable.
  70.     Note that the value must be the pathname of a single directory,
  71.     without `;', `!', and `!!'.  There must be no spaces at the end.
  72.     It must point to the emTeX directory.  Example:
  73.       set emtexdir=c:\emtex
  74. 1.7:    When will a TeX-XeT or TeX--XeT variant of emTeX be available?
  75.     emTeX won't become a TeX-XeT, which has been superseded by
  76.     TeX--XeT.  TeX--XeT creates standard DVI files, in contrast to
  77.     TeX-XeT which creates IVD files, requiring special DVI drivers or
  78.     an intermediate step for converting to DVI format.
  79.     TeX-XeT and TeX--XeT are special variants of TeX capable of
  80.     left-to-right and right-to-left (for Hebrew etc.) typesetting.  I
  81.     don't know whether and when I'll make a TeX--XeT.
  82. 1.8:    Why is tex386.exe slower than tex.exe on my machine?
  83.     If there isn't enough memory, tex386.exe swaps to disk.  Don't use
  84.     all your extended memory for caching or as virtual disk!
  85. 1.9:    How can I run tex386 under Windows without opening a DOS
  86.         window?
  87.     Fetch /tex-archive/systems/msdos/dpmigcc/rsxwin3.zip from CTAN.
  88. 1.10:    Why doesn't the /mm# option work for me?
  89.     TeX's main memory is divided into two parts, one for `small'
  90.     things and one for `big' things.  Only the size for `small' things
  91.     is affected by /mm#.  Unfortunately, in most cases you run out of
  92.     space for `big' things.
  93. 1.11:   I have seen emTeX described as very fast but I find that
  94.         abcTeX is much faster processing the file xyz.tex! Why is
  95.         that?
  96.     emTeX's speed depends heavily on the amount of memory available.
  97.     If there is not much spare memory then it can happen that another
  98.     TeX, which cannot run the large TeX files that emTeX can, will be
  99.     faster.
  100. 1.12:   There is no INITEX with emTeX, what can I do?
  101.     INITEX *is* there, use `tex /i'.  Note that the /i option must
  102.     precede any other arguments.  See \emtex\doc\english\tex.doc for
  103.     details.
  104. 1.13:   TeX displays the error message
  105.           ! TeX capacity exceeded, sorry [buffer size=2048].
  106.         How can I prevent this?
  107.     Some text processing packages write complete paragraphs as one
  108.     line to the text file.  If a paragraph contains, say, 3000
  109.     characters, the line will contain 3000 characters, without regard
  110.     to the appearance of the paragraph on the display.  Remedy: Most
  111.     of those text processing packages offer an option for writing the
  112.     file formatted, i.e., line by line.
  113. 1.14:   What's the difference between between TeX, emTeX, and LaTeX?
  114.     TeX is a program for typesetting texts.  emTeX is an
  115.     implementation of TeX for OS/2 and DOS.  LaTeX is a macro package
  116.     for TeX (and can therefore be used with emTeX).
  117. 1.15:   What's the difference between LaTeX, LaTeX 2.09, and LaTeX2e?
  118.     LaTeX 2.09 is Leslie Lamport's original macro package which is no
  119.     longer supported.  LaTeX2e is the successor to LaTeX 2.09,
  120.     produced by the LaTeX3 project.  LaTeX formerly referred to LaTeX
  121.     2.09, nowadays it means LaTeX2e.
  122. 1.16:   Directly entered accented characters do not work with LaTeX2e.
  123.         What's wrong?
  124.     If you get the error message
  125.       ! Text line contains an invalid character.
  126.     you should recreate the format file using makefmt's `8bit'
  127.     keyword.
  128.     If there are no error messages on the screen, you should use
  129.       \usepackage[cp850]{inputenc}
  130.     in your documents.  (The LOG file of the failed TeX run contains
  131.     lines like
  132.       Missing character: There is no ^^84 in font cmr10!
  133.     in this case.)
  134. 1.17:   Why can emTeX not use the format files created by other versions
  135.         of TeX?
  136.     Format files are implementation dependent, for instance, the sizes
  137.     of the different memory areas, hash size etc.  You are very
  138.     unlikely to find two implementations which can use the same format
  139.     files!
  140. 1.18:   When I try and print DVI files generated by TeX on another
  141.         machine, the printer driver says they are invalid.
  142.     This usually arises from corruption while transferring the data --
  143.     uuencode/uudecode or xxencode/xxdecode will solve the problem.
  144.     DVI files are portable between different TeX implementations and
  145.     between different machines.
  146. 1.19:   I would like to run my text through a spelling checker (style
  147.         checker).
  148.     Feed the DVI into dvispell and run the spelling checker on
  149.     dvispell's output.
  150. 1.20:   emTeX generates a DVI file which differs from that produced by
  151.         another implementation though the input file was the same and
  152.         the printed output is identical.
  153.     That may be expected.  The optimization of position changes
  154.     depends on the size of the DVI file buffer -- and it need not be
  155.     done at all.  In addition, in some places, floating point
  156.     arithmetic is allowed and used (\leaders).  Floating point
  157.     precision differs from machine to machine.
  158. 1.21:   TeX breaks words after the first letter, for instance, T-est!
  159.    You are using a macro package which is not written for TeX 3.0.
  160.    You should recreate the format file and this time set
  161.    \lefthyphenmin and \righthyphenmin appropriately for the
  162.    hyphenation patterns being used.
  163. 1.22:   TeX displays the following message (when run under DOS):
  164.           Please insert diskette containing TEX.EXE into drive x press
  165.           any key to continue
  166.     Increase the value for FILES= in config.sys.
  167. 1.23:   Where's german.tex?
  168.     Use german.sty instead.
  169. 1.24:   How do I run LaTeX?  There is no latex.exe!
  170.     See \emtex\doc\english\install.eng for instructions on
  171.     installation of LaTeX.  See \emtex\doc\english\tex.doc on how to
  172.     create a format file for LaTeX with the makefmt tool; makefmt will
  173.     also create a batch file (say, latex.bat) for running LaTeX.
  174. 1.25:   How do I install AMSTeX?
  175.     See the installation instructions of AMSTeX.  (emTeX does not
  176.     include AMSTeX; however, you can get it from CTAN.)
  177. 1.26:   How can I make emTeX look for TFM files in the current directory?
  178.     Set the TEXTFM environment variable to include `.' and the usual
  179.     TFM directories:
  180.       set textfm=.;c:\emtex\tfm!
  181. 1.27:   Running tex386.exe or htex386.exe yields the error message
  182.           emx not found
  183.         What's wrong?
  184.     You forgot to add the directory c:\emx\bin to the PATH (or you
  185.     forgot to reboot after making that change).  If you don't want to
  186.     list that directory in the PATH, let the EMX environment variable
  187.     point to the emx.exe file:
  188.       set emx=c:\emx\bin\emx.exe
  189.     (Use the correct drive letter, as usual.)
  190. 1.28:   Running tex386.exe or htex386.exe yields the error message
  191.           SYS1804: The system cannot find the file EMX.
  192.         What's wrong?
  193.     You forgot to add the directory c:\emx\dll to the LIBPATH
  194.     statement of config.sys (or you forgot to reboot after making that
  195.     change).
  196. 1.29:   How can I avoid emTeX saying
  197.           ! I can't write on file `xxx.dvi'.
  198.         when I try to run emTeX while dvipm displays xxx.dvi?
  199.     In dvipm, select File->New or File->Auto_reload.
  200. 1.30:   tex386.exe says
  201.           Usage: emx [-cdeoOV] ...
  202.         What's wrong?
  203.     You have an out-dated version of emx.exe somewhere in your PATH.
  204.     Delete it and keep \emx\bin\emx.exe of emxrsx.zip.
  205. 1.31:   How can I preload a TeX format, i.e., create an EXE file
  206.         containing a format file?
  207.     That isn't supported by emTeX because it isn't useful in my
  208.     opinion.
  209. 1.32:   Has emTeX passed the trip test?
  210.     Yes.
  211. 1.33:   TeX crashes (I am using a somewhat unusual memory card).
  212.     Use the /d option when running TeX.
  213. 1.34:   How can I run tex386.exe and htex386.exe under Windows or in a
  214.         DOS window of OS/2?  The programs say `DYN: out of memory'.
  215.     Increase the DPMI memory limit of Windows or of the DOS window.
  216. 2. DVIDRV
  217. =========
  218. General
  219. -------
  220. 2.1:    I have a PostScript printer but emTeX does not have a suitable
  221.         driver.  Where can I find a suitable driver?
  222.     Use Tomas Rokicki's dvips.  It has been ported to OS/2 and DOS and
  223.     is for anonymous ftp on CTAN hosts, in directory
  224.     /tex-archive/systems/msdos/dviware/drivers/dvips558.pc.  dvips can
  225.     use emTeX's font library files.
  226. 2.2:    Automatic generating of missing fonts does not work.  METAFONT
  227.         generates a GF file (but no TFM file) which GFtoPK does not
  228.         find, or MFjob complains about not being able to move a TFM
  229.         file.  What's wrong?
  230.     If MFjob calls GFtoPK with a file name that has a long extension
  231.     (say, cmr10.300gf), but METAFONT has created a file with a
  232.     truncated extension (say, cmr10.300), try the /z option of MFjob:
  233.       set mfjobopt=/z
  234.     (Don't forget to include the previous value of MFJOBOPT!)
  235.     Check the EMXOPT environment variable: It must not contain `-t'.
  236.     If MFjob calls GFtoPK with a file name that has a truncated
  237.     extension (say, cmr10.300), but METAFONT has created a file with a
  238.     long extension (say, cmr10.300gf), you have erroneously used
  239.     MFjob's /z option, probably in the MFJOBOPT environment variable.
  240.     If that does not help, it is very likely that you have ignored the
  241.     installation instructions.  Either you have not deleted the \emtex
  242.     directory tree of a previous emTeX release (causing METAFONT to
  243.     load an out-dated local.mf file), or you have not created new base
  244.     files.
  245.     You can find instructions for creating base files in
  246.     \emtex\doc\english\metafont.doc.
  247.     The correct local.mf file is in \emtex\mfinput\etc, the old one is
  248.     in \emtex\mfinput.  If you have \emtex\mfinput\local.mf, you
  249.     should delete the entire emTeX directory tree and reinstall the
  250.     latest version.
  251.     Check the LOG file (typically \emtex\bmfbases\plain.log) written
  252.     by METAFONT when the base file was created: It should contain
  253.       (c:\emtex\mfinput\etc\local.mf)
  254.     but not
  255.       (c:\emtex\mfinput\local.mf)
  256.     Note that some METAFONT modes have been renamed.  Check that the
  257.     CNF files (e.g., lj.cnf) used by the DVI driver contain the
  258.     correct (new) METAFONT mode in the line starting with
  259.     `+metafont-mode' (if there is a line starting with `/fm', please
  260.     install the latest version of the DVI drivers).  Also check that
  261.     the file \emtex\mfjob\modes.mfj uses the correct (new) METAFONT
  262.     modes.  If there is a mismatch, there is perhaps a version
  263.     mismatch (or you use your own CNF files).  Please update the DVI
  264.     drivers, MFjob, and METAFONT to the latest version.
  265.     If the problem occurs with dvips, config.ps should be changed to
  266.     use the new METAFONT modes of local.mf.  Check the line starting
  267.     with `M'.
  268.     The following table shows the old and the corresponding new
  269.     METAFONT modes:
  270.       Old METAFONT mode  |  New METAFONT mode
  271.       -------------------+--------------------
  272.       hplaser            |  laserjet or deskjet
  273.       kyocera            |  laserjet
  274.       hpquiet            |  quietjet
  275. 2.3:    The driver won't find the font after generating a missing
  276.         font.  Why?
  277.     That's a rounding problem which should have been fixed in version
  278.     1.6a.  If you still experience that problem, add the size of the
  279.     font as generated by MFjob to the list of font sizes searched by
  280.     the driver.  For instance, if the driver wants cmr10<746.63959>
  281.     and MFjob puts the font into the 746dpi directory (instead of
  282.     747dpi), use
  283.       +font-sizes:+746
  284.     (You might want to add that option it to the batch file or to the
  285.     configuration file.)
  286. 2.4:    How can I make MFjob invoke mf386.exe (instead of mf.exe)?
  287.     SET MFJOBOPT=/3
  288. 2.5:    My printer is connected to the serial port and prints nonsense.
  289.     You should turn on the XON-XOFF protocol with the +xon-xoff
  290.     parameter giving the port name as COM1, COM2, COM3 or COM4.
  291. 2.6:    I am using a DVI driver which cannot use font library files,
  292.         do I have to have both the fonts and a font library on my
  293.         disk?
  294.     No -- see the answer to question 4.2.
  295. 2.7:    The driver writes a DLG file (e.g., dviscr.dlg) every time,
  296.         how can I suppress it?
  297.     Use the command line option +transcript-file (without a filename).
  298. 2.8:    I have a PCX file (or MSP file) which doesn't work with
  299.         \special{em:graph}.
  300.     Please send the file (and a correct hard copy) to the emTeX author.
  301.     Note that PCX files written by certain programs cannot be
  302.     interpreted unambiguously.  emTeX's DVI drivers rejects those PCX
  303.     files.  Consider using bm2font for including images in TeX
  304.     documents.
  305. 2.9:    I have inserted a picture using \special{em:graph} exactly as
  306.         the documentation says but it appears too far to the right (or
  307.         too low).
  308.     The reason is that many pictures have an empty left or upper
  309.     margin.  To overcome this you can use the following trick -- pass
  310.     these commands through TeX:
  311.       \noindent\special{em:graph xxx}\bye
  312.     where xxx is the name of the graphics file.  Then convert the DVI
  313.     file into a bitmap file with dvidot, using the +minimize option.
  314.     The +minimize option removes the empty margins.  You can now use
  315.     the resulting bitmap file in your document.
  316. 2.10:   Graphics inserted with \special{em:graph} appear too small (or
  317.         too large).
  318.     The driver copies the picture without altering its size -- if this
  319.     size is wrong then you must use a suitable program to adjust it.
  320.     Consider using bm2font for including images in TeX documents.
  321. 2.11:   What is bm2font?
  322.     bm2font is a program written by Friedhelm Sowa which converts
  323.     bitmaps (many formats) into PK fonts.  It features scaling and
  324.     dithering.  bm2font is available for anonymous ftp on CTAN hosts
  325.     in directory /tex-archive/graphics/bm2font.
  326. 2.12:   What does the error message
  327.           [cannot open dvidrv.err]
  328.         mean?
  329.     Error messages are read from a file called dvidrv.err.  This file
  330.     must exist in the `data' subdirectory of the emTeX directory.  The
  331.     EMTEXDIR environment variable should point to the emTeX directory.
  332.     If EMTEXDIR is not set, dvidrv.err is assumed to be in
  333.     \emtex\data.  If this file cannot be found then you will get the
  334.     number of the error or warning and you can look up the text in
  335.     dvidrv.doc.
  336. 2.13:   The driver issues fatal error 2003 if I try to let it print
  337.         directly to a device such as PRN.
  338.     This failure is due to a bug in DR-Dos 5.0.  DR-Dos 5.0 cannot
  339.     send a Ctrl-Z character to any device because the IOCTL system
  340.     call which is used to enable output of Ctrl-Z to devices seems to
  341.     be ignored by DR-Dos 5.0.  Even printing to a file and copying
  342.     that file to the device using `copy /b' does not work.  It is
  343.     reported that there is a new version of DR-Dos 5.0 with that bug
  344.     fixed.  Remedy: Obtain that new version, a later version, or use
  345.     OS/2, MS-DOS or PC-DOS.
  346. 2.14:   The drivers cannot find the fonts circle10 and circlew10.
  347.         What can I do?
  348.     See the answer to question 4.10.
  349. 2.15:   I get the error message
  350.           A numeric coprocessor exception occurred and a numeric
  351.           coprocessor exception handler was not registered
  352.         with all drivers but dviscrs (note the `s' at the end) and
  353.         dvivik.
  354.     This problem should disappear when you remove the (n)nansi.sys
  355.     driver from config.sys.  Currently, I don't know any other remedy.
  356. 2.16:   I get the error message
  357.           A program started an invalid instruction without registering
  358.           an invalid opcode exception handler
  359.         with all drivers but dviscrs (note the `s' at the end) and dvivik.
  360.     There seems to be a problem with old RAM disk drivers which use
  361.     neither XMS nor EMS.
  362. 2.17:   How can I send a fax document created with TeX?
  363.     Under DOS, use pcxfax.bat to create a PCX file.  Feed that PCX
  364.     file into your fax software.
  365.     Under OS/2, use prtfaxwk.cmd to print to a printer port attached
  366.     to FaxWorks.  By default, prtfaxwk.cmd prints to LPT3.
  367.     Alternatively, you can use dvipm (with fax.cnf) to print to the
  368.     FxPrint printer.
  369. 2.18:   Where can I get a DVI previewer for Windows?
  370.     Fetch /tex-archive/dviware/dviwin/dviwin29.zip from CTAN.
  371. dviscr
  372. ------
  373. 2.19:   I have a video adapter which is not supported by dviscr.  What
  374.         can I do?
  375.     Send me the hardware and software documentation.  If it is not too
  376.     difficult, then there is a good chance that I will extend dviscr.
  377. 2.20:   Why can't I use ESC for quitting dviscr?
  378.     ESC is used for leaving the status line when entering a search
  379.     string (for the S command), a page index (G command), a page
  380.     number (P command), scaling factors (Alt+G and Alt+S commands), or
  381.     the transformation (T command).  To avoid quitting dviscr by
  382.     mistake, the key for leaving the status line is different from the
  383.     keys for quitting dviscr.  Use Q or Ctrl+C to quit dviscr.
  384. dvihplj
  385. -------
  386. 2.21:   How can I stop dvihplj from deleting preloaded soft fonts in
  387.         an HP LaserJet?
  388.     dvihplj deletes all fonts designated temporary unless
  389.     +delete-fonts:off is used.  You should preload the fonts as
  390.     permanent or use +delete-fonts:off.  You may still get problems
  391.     due to the font numbers assigned to the fonts loaded by the driver
  392.     duplicating those of the soft fonts.  To avoid this use the
  393.     +font-offset option: by setting +font-offset:1000 the driver will
  394.     use 1000 to 1031 for the fonts it downloads.
  395. 2.22:   Characters go missing at the edges of the page.
  396.     Set the correct page size with +page-height and +page-width.  Note
  397.     that laser printers cannot print within about 5mm from any edge of
  398.     the paper.
  399.     Some DeskJet models have a switch for selecting the page length.
  400.     Set that switch correctly.  If your DeskJet does not have such a
  401.     switch, use the +paper and +set-paper options.
  402. 2.23:   My HP LaserJet II produces an interesting, but undesired,
  403.         pattern in the middle of the page.
  404.     This sometimes happens when the page height set with +page-height
  405.     is larger than the printer permits.
  406. 2.24:   How can I include a PCL file (a print file for the LaserJet
  407.         produced by another program) in a TeX document?
  408.     Use \special{em:pclfile ...} to include a PCL file; however, that
  409.     works with dvihplj only.
  410.     If the file contains only graphics (no text), you can convert it
  411.     into a MSP or PCX file with PCLtoMSP and then include it with
  412.     \special{em:graph}.  This works with all emTeX DVI drivers,
  413.     including dviscr and dvipm.
  414. 2.25:   dvihplj doesn't work with my HP LaserJet+ compatible printer.
  415.     Try the following options: +optimize-graphics:off,
  416.     +negative-top-offset:off, +clear-fonts:1, and
  417.     +full-page-bitmap:on.
  418. dvidot
  419. ------
  420. 2.26    The output has `shadows' or the left margin is jagged.
  421.     Create a new DOT file with empty BLANK_WIDTH or switch the printer
  422.     to 10 CPI.  See \emtex\doc\english\makedot.doc for details.
  423. 2.27:   Why is the printed output so bad?  Sometimes lines overprint
  424.         one another and at other times characters are cut by this
  425.         horizontal lines.  Sometimes lines are reduced in height.
  426.     The fault is usually the printer's.  To print correctly even the
  427.     smallest paper movement must be executed exactly.  You could try
  428.     experimenting with tractor feed and sheet feed.  This problem
  429.     occurs more frequently with printers from some manufacturers than
  430.     others but I am not going to name names.  Remedy: Use 360x180 DPI
  431.     instead of 360x360 DPI.
  432. 2.28:   How can I make sure that the margin from the perforation is
  433.         correct; I am using fanfold paper?
  434.     Always feed an empty sheet through first and adjust the paper so
  435.     that the margin is correct.  The empty first page is necessary as
  436.     many printers cannot start printing right at the top of the first
  437.     page.
  438. dvipm
  439. -----
  440. 2.29:   How can I save the options of dvipm?
  441.     Use Options->Save_options to save the options to a file, say,
  442.     \emtex\data\dvipm.cnf.  Use that file as response file on the
  443.     command line of dvipm.exe or load it with Options>-Load_options.
  444.     You can save the other settings (window position etc.) with
  445.     File->Settings->Save.  These will be reloaded automatically.
  446. 2.30:   How can I print with dvipm?  dvipm says
  447.           0x203e - GpiSetBitmap failed.
  448.         when printing.
  449.     Select File->Print_Options to open the `Print Options' dialog,
  450.     then select `Bitmap' and `Use GpiDrawBits'.
  451. 2.31:   How can I print with dvipm?  All character codes are shifted: A
  452.         is printed instead of B, etc.
  453.     Select File->Print_Options to open the `Print Options' dialog,
  454.     then select `Bitmap'.
  455. 2.32:   How can I avoid emTeX saying
  456.           ! I can't write on file `xxx.dvi'.
  457.         when I try to run emTeX while dvipm displays xxx.dvi?
  458.     In dvipm, select File->New or File->Auto_reload.
  459. 2.33:   A dialog box is displayed when I start dvipm:
  460.           SYS2070
  461.           The system could not demand load the application's segment.
  462.           DVIPM->EMDLL2X.46 is in error.
  463.         What's wrong?
  464.     You are using an out-dated version of emdll2x.dll.  Make sure that
  465.     exactly one directory containing emdll2x.dll (c:\emtex\dll) is
  466.     listed in the LIBPATH statement of config.sys.  Make sure that you
  467.     are using the version of emdll2x.dll shipped with dvipm.
  468. 2.34:   dvipm shows boxes of characters, how can I make it show characters?
  469.     Start dvipm by running vp.cmd instead of running dvipm.exe.  If
  470.     you want to create a WorkPlace Shell program object for dvipm,
  471.     type `@p6l' (or a reference to another configuration file) in the
  472.     `Parameters' entryfield.
  473. 3. METAFONT
  474. ===========
  475. 3.1:    Why doesn't METAFONT display a picture on my screen?
  476.     METAFONT works only with the following adapters: CGA, EGA and VGA.
  477.     In particular, if you have a Hercules compatible card then you
  478.     will not get any graphic output.  mf386 does not support graphical
  479.     output under DOS.
  480. 3.2:    emTeX does not have INIMF.  What shall I do?
  481.     INIMF is there, simply call METAFONT with `mf /i' (see also
  482.     \emtex\doc\english\metafont.doc).
  483. 3.3:    METAFONT displays error messages for some fonts or creates
  484.         wrong TFM files.
  485.      MF files that don't contain a line similar to
  486.        if unknown cmbase: input cmbase fi
  487.     should usually be processed with plain.bas, not with cm.bas.
  488.     Examples are the line and lcircle fonts.
  489. 3.4:    makebas complains about `plain.mf' or `s640x480.mf' not being
  490.         installed.  What's wrong?
  491.     As mentioned by INSTALL.ENG, you should unset the MFINPUT
  492.     environment variable.  If you need MFINPUT, don't forget to add
  493.     `!' to the end of the path of emTeX's `mfinput' directory.
  494. 3.5:    METAFONT says
  495.           I can't find the PLAIN base file!
  496.         What's wrong?
  497.     You forgot to create the base files or METAFONT cannot find the
  498.     base files.  See the installation instructions in
  499.     \emtex\doc\english\metafont.doc.  Usually, you should not set the
  500.     MFBAS and BMFBAS environment variables.
  501. 3.5:    I call METAFONT with the command line
  502.           mf &cm \smode="mymode"; input cmr10
  503.         but the quotes disappear.
  504.     You should use
  505.       mf &cm \smode=\"mymode\"; input cmr10
  506.     instead, see \emtex\doc\english\metafont.doc.
  507. 3.7:    Why does METAFONT not switch back into text mode when it is finished?
  508.     That would clear the screen, removing the messages there.  Type
  509.       mode co80
  510.     to switch back to text mode (type `mode mono' if a monochrome
  511.     adapter is installed).
  512. 3.8:    Why does METAFONT overwrite the graphics with text?
  513.     I was too lazy to put it right, besides it is not easy.  The
  514.     problem has been solved for OS/2.
  515. 3.9:    METAFONT overwrites the graphics with blanks.
  516.     Some versions of ansi.sys (and replacements) seem to cause this
  517.     problem.  Try without ANSI driver.  Try another ANSI driver.
  518. 3.10:   How can I get rid of the mfj*.tmp subdirectory that MFjob
  519.         sometimes leaves behind ?
  520.     Run `emdelete -r mfj*.tmp' in all directories that contains such
  521.     subdirectories.
  522. 3.11:   METAFONT's version number is 2.718, however plain.mf's version
  523.         number is 2.71. Is there anything wrong?
  524.     No.
  525. 3.12:   METAFONT crashes (I have a rather unusual memory card).
  526.     Use the /d option with METAFONT or MFjob.
  527. 3.13:   GFtoDVI cannot find gray.tfm or slant.tfm or black.tfm.
  528.     See \emtex\doc\english\mfware.doc.
  529. 3.14    When computing a DC font, METAFONT says:
  530.           ! Not implemented: (boolean)or(unknown numeric).
  531.         What shall I do?
  532.     Delete or regenerate the dx.bas base file.
  533. 3.15:   Has emTeX's METAFONT passed the trap test?
  534.     Yes.
  535. 3.16:   How do I add a new METAFONT mode?
  536.     1. Add a `mode_def' for the new mode to \emtex\mfinput\etc\local.mf
  537.     2. Add appropriate definitions to \emtex\mfjob\modes.mfj, using
  538.        the existing definitions as models
  539.     3. Create a configuration file (CNF file) for the new mode and put
  540.        it into directory \emtex\data
  541.     4. Recreate all the base files with makebas
  542. 4. FONTS
  543. ========
  544. 4.1:    What are FLI files (files with extension .fli)?
  545.     These are "font libraries".  A single file contains several font
  546.     files (PK or PXL).  Further information can be found in
  547.     fontlib.doc and dvidrv.doc (+font-libraries).
  548. 4.2:   I have other printer drivers which cannot use font libraries;
  549.        does this mean that I have to keep both the font library and
  550.        the font files on the disk?
  551.     No.  The files in the font library can be unpacked with fontlib,
  552.     that is, split up into single files again.  The dvidrv printer
  553.     drivers work both with font libraries and with single files.
  554.     After unpacking, the font libraries are no longer needed.  The
  555.     font library file does, however, make a good backup as backing up
  556.     many small files is inefficient.  See fontlib.doc and dvidrv.doc
  557.     (+font-files).
  558. 4.3:    What is the difference between "cmr10 scaled 1200" (that is,
  559.         "cmr10 at 12pt" and "cmr12"?  Removing duplicate fonts would
  560.         save quite a bit of space on the disk!
  561.     The answer is given in The TeXbook, page 16.  Each font is
  562.     designed for a particular size, magnified fonts are just that,
  563.     magnified: the stroke widths, height, width and spacing must be
  564.     changed for the new size, they are not simply in proportion.
  565.     Using a magnified font is a last resort for use when the correct
  566.     font is not available -- unless, of course, the page is to be
  567.     reduced after printing.  There are parameter files (from John
  568.     Sauter) to generate Computer Modern fonts in unusual sizes (other
  569.     than 5, 6, 7, 8, 9, 10, 12, 17pt) but these are not yet in general
  570.     use.  The DC font use a similar scheme.
  571. 4.4:    I already have a set of TeX fonts, do I need the FLI files
  572.         mentioned in INSTALL.ENG, QUICK.ENG, README.ENG, and
  573.         dvidrv.doc?
  574.     You can use your fonts as long as they are PK files (with ID 89)
  575.     or PXL files (with ID 1001 or 1002).  Fonts in GF format cannot be
  576.     used (GFtoPK.exe will convert them).  Note, however, that the
  577.     sources for the Computer Modern fonts have changed in 1992 and
  578.     1995; you should no longer use the old fonts.  The TFM files have
  579.     not changed.
  580. 4.5:    I would like to generate the fonts myself, how do I do this?
  581.     INSTALL.ENG tells you how to create the base font library files.
  582.     See also the documentation for MFjob (mfjob.doc).  It is not
  583.     recommended to run MFjob on all.mfj, that's overkill.  The DVI
  584.     drivers automatically call MFjob to generate missing fonts.
  585. 4.6:    Why can't GF files be used?
  586.     GF files use a great deal of disk space and the routines to read
  587.     GF files would make the DVI drivers even larger.  Apart from this,
  588.     GF files can easily be converted into PK files.  For these reasons
  589.     I have decided not to support GF files in the drivers.
  590. 4.7:    I would like to print using 180 DPI fonts for draft as well as
  591.         360 DPI fonts for final copy but I haven't enough room on my
  592.         disk for both the P6L and the P6H fonts.
  593.     The drivers can reduce the size of the fonts they use.  For
  594.     instance, you can have the P6H fonts on your disk which the driver
  595.     can scale down to 180 DPI -- though the result is not as good as
  596.     using the P6L fonts.  Fonts can be scaled by the factors 1, 2, 3,
  597.     4, 5, 6, 7 and 8 --- fractional values are not possible.  You can,
  598.     however, have different horizontal and vertical factors.
  599. 4.8:    What is a virtual font?
  600.     While we used Computer Modern fonts and 7-bit characters,
  601.     everything was simple.  But increasingly, built-in font sets
  602.     (PostScript!) were being used too.  This caused difficulties when
  603.     a document was to be previewed on the screen, or printed on a
  604.     device which did not contain these fonts.  Virtual fonts come to
  605.     the rescue here: they consist of a TFM file (which contains
  606.     information on ligatures and character widths) and a VF file.  The
  607.     VF file tells the printer driver how the different characters of
  608.     the font are to be generated.  For instance, whether the
  609.     characters can be replaced by another font (e.g. cm font) or made
  610.     up from two other characters.  If we have an 8-bit virtual font in
  611.     which the characters from 0 to 127 correspond to a cm font and the
  612.     rest are accented characters, then the VF information for these
  613.     accented characters can show that they are to be made from
  614.     existing ones, for instance, letter and accent.
  615. 4.9:    How can I fix wrong character spacing?
  616.     The fonts must match the TFM files used for typesetting the
  617.     document.  Perhaps you got hit by a bug in emTeX's printer drivers
  618.     which strikes when substituting a font with one of a different
  619.     design size.  Until this bug is fixed, don't substitute fonts with
  620.     fonts of a different design size.
  621. 4.10:   The drivers cannot find the fonts circle10 and circlew10.
  622.         What can I do?
  623.     The fonts containing circles, quarter circles, and discs have been
  624.     renamed from circle* to lcircle*.  You can make the emTeX DVI
  625.     drivers change the names (circle* -> lcircle*) using the font
  626.     substitution file circle.sub: +font-subst-file:circle.
  627. 4.11:   What's the `Cork Encoding'?
  628.     The Computer Modern fonts employ a 7-bit encoding, allowing for
  629.     128 different characters.  In 1990, at the TeX User's Group
  630.     meeting in Cork, Ireland, an 8-bit encoding was created (allowing
  631.     for 256 different characters).  That encoding is called the `Cork
  632.     Encoding'.  For instance, the DC fonts use the Cork Encoding.
  633. 4.12:   Where can I find xx_more.fli?
  634.     Those font libraries are intended for local fonts.  See
  635.     INSTALL.ENG on how to create them.
  636. 5. Miscellaneous topics
  637. =======================
  638. 5.1:    A program complains about not being able to create a temporary
  639.         file.  What's wrong?
  640.     The environment variable TMP should point to an existing, writable
  641.     directory.  Note that writing to the root directory of network
  642.     drives is usually not permitted.
  643. 5.2:    Will emTeX use a coprocessor if present?  If not, would it run
  644.         faster with coprocessor support?
  645.     No.  No.
  646. 5.3:    I have only a 360 KB (or 720 KB) drive in my machine, how can
  647.         I get emTeX on suitable disks?
  648.     Use ZIPSPLIT or SLICE to split the ZIP files.  Or use BACKUP to
  649.     make 360 KB diskettes.
  650. 5.4:    The emTeX documentation is rubbish, I can write better!
  651.     Please do so and then send it to me so I can include it with
  652.     emTeX.
  653. 5.5:    Where can I find an exact description of VFtoVP, VPtoVF,
  654.         TFtoPL and PLtoTF?
  655.     You can find the description in the files vftovp.web, vptovf.web,
  656.     tftopl.web and pltotf.web, which are not included with emTeX.
  657. 5.6:    Where can I find a description of PiCTeX?
  658.     You will find the answer in \emtex\doc\english\install.eng.
  659. 5.7:    Is there an emTeX version for Linux, Macintosh, Windows NT,
  660.         Unix, ...?
  661.     No.  emTeX is available for OS/2, MS-DOS, and PC-DOS.  There are
  662.     other ports of TeX for other machines and operating systems.
  663. 5.8:    Will there be emTeX etc. for other operating systems?
  664.     No, that's not planned.
  665. 5.9:    What is CTAN?
  666.     CTAN means Comprehensive TeX Archive Network, a collective term
  667.     for certain ftp servers using the same directory structure and
  668.     mirroring each other.  Please use the host closest to you:
  669.       ftp.shsu.edu    (USA)
  670.       ftp.dante.de    (Germany)
  671.       ftp.tex.ac.uk   (UK)
  672.     There are a lot of partial and complete mirrors of CTAN.
  673. 5.10:   Where's the book list?  There used to be one in the README.ENG
  674.         file of previous emTeX releases.
  675.     It has been removed because there are too many books available.
  676.     Any selection of books would be incomplete, biased, out-dated, and
  677.     unqualified (because I haven't read all the books).
  678. 5.11:   Are there any user interfaces (shells) for emTeX?
  679.     There are too many to be listed here. Most of them are available
  680.     from CTAN.  Let me give just four examples:
  681.       J\"urgen Schlegelmilch's TeXShell (DOS, text mode)
  682.       CTAN: /tex-archive/systems/msdos/texshell/ts271.zip
  683.       Andreas Krebs' TeXtelmExtel (Windows)
  684.       CTAN: /tex-archive/systems/msdos/emtex-contrib/TeXtelmExtel/...
  685.       Jon Hacker's EPMTeX (enhancements for OS/2's EPM editor)
  686.       CTAN: /tex-archive/systems/os2/epmtex/...
  687.       Kresten Krab Thorup's and Per Abrahamsen's AUC TeX (for GNU Emacs)
  688.       CTAN: /tex-archive/support/auctex/...
  689. 5.12:   Is there an installation program for emTeX?
  690.     An installation program is being worked on.  However, I considered
  691.     releasing a new emTeX distribution more important than completing
  692.     the installation program.
  693.                   -------- End of HELP.ENG -------------
  694.