home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / emtex00.zip / HELP.ENG < prev    next >
Text File  |  1992-06-25  |  23KB  |  668 lines

  1. ==============================================================================
  2. HELP.ENG (emTeX DISTRIBUTION)                             VERSION: 25-Sep-1990
  3. ==============================================================================
  4.                                              With modifications of 10-Jun-1992
  5.  
  6. This file contains the frequently asked questions about emTeX and their
  7. answers. If you have a question which is not here and you cannot find the
  8. answer in the documentation (or it is very difficult to find), please let
  9. me know. In the following, Q: starts the question and A: starts the answer.
  10.  
  11.  
  12. FONTS
  13. =====
  14.  
  15. Q: What are FLI files (files with extension .fli)?
  16.  
  17. A: These are "font libraries". A single file contains several font files (PK
  18.    or PXL).  Further information can be found in fontlib.doc.
  19.  
  20.  
  21. Q: I have other printer drivers which cannot use font libraries; does this
  22.    mean that I have to keep both the font library and the font files on the
  23.    disk?
  24.  
  25. A: No.  The files in the font library can be unpacked with fontlib, that is,
  26.    split up into single files again.  The dvidrv printer drivers work both
  27.    with font libraries and with single files.  After unpacking, the font
  28.    libraries are no longer needed.  The font library file does, however,
  29.    make a good backup as backing up many small files is inefficient.
  30.    See fontlib.doc and dvidrv.doc (/pf*).  The batch files ilf_*.cmd (rename
  31.    ilf_*.bat under DOS) can be used for unpacking the font library files.
  32.  
  33.  
  34. Q: What is the difference between "cmr10 scaled 1200" (that is, "cmr10 at
  35.    12pt" and "cmr12"?  Removing duplicate fonts would save quite a bit of
  36.    space on the disk!
  37.  
  38. A: The answer is given in The TeXbook, page 16.  Each font is designed for a
  39.    particular size, magnified fonts are just that, magnified: the stroke
  40.    widths, height, width and spacing must be changed for the new size, they
  41.    are not simply in proportion. Using a magnified font is a last resort for
  42.    use when the correct font is not available -- unless, of course, the page
  43.    is to be reduced after printing. There are parameter files (from John
  44.    Sauter) to generate cm fonts in unusual sizes (other than 5, 6, 7, 8, 9,
  45.    10, 12, 17pt) but these are not yet in general use.
  46.  
  47.  
  48. Q: I already have a set of TeX fonts, do I need the FLI files mentioned in
  49.    README.ENG?
  50.  
  51. A: You can use your fonts as long as they are PK files (with ID 89) or PXL
  52.    files (with ID 1001 or 1002). Fonts in GF format cannot be used
  53.    (GFtoPK.exe will convert them).
  54.  
  55.  
  56. Q: I would like to generate my own fonts, how do I do this?
  57.  
  58. A: Read the documentation for MFJob (mfjob.doc). An example:
  59.  
  60.       mfjob /i all m=lj
  61.       mfjob /i latex m=lj
  62.       mfjob /i emsy m=lj
  63.  
  64.    A couple of hours or days later you will find the fonts, as PK files,
  65.    in the directory c:\newfonts. IMPORTANT: The more available memory,
  66.    the faster! If you've loaded too many unnecessary programs and drivers,
  67.    generating fonts may take days instead of hours. You should use minimal
  68.    config.sys and autoexec.bat files. The GFtoDVI requires some additional
  69.    fonts which are currently only available for LJ and FX and can be created
  70.    by
  71.  
  72.       mfjob gftodvi
  73.  
  74.    If you're using big characters in SliTeX, you'll need additional fonts:
  75.  
  76.       mfjob slitex m=lj
  77.  
  78.    The batch files fli_*.cmd (rename fli_*.bat under DOS) can be used for
  79.    copying the fonts into font libraries.
  80.  
  81.  
  82. Q: Why can't GF files be used?
  83.  
  84. A: They use a great deal of disk space and the routines to read GF files
  85.    would make the drivers even larger.  Apart from this, GF files can easily
  86.    be converted into PK files.  For these reasons I have decided not to
  87.    support GF files in the drivers.
  88.  
  89.  
  90. Q: I would like to print using 180dpi fonts for draft as well as 360dpi fonts
  91.    for final copy but I haven't enough room on my disk for both the P6L and
  92.    the P6H fonts.
  93.  
  94. A: The drivers can reduce the size of the fonts they use. For instance, you
  95.    can have the P6H fonts on your disk which the driver can reduce to 180dpi -
  96.    though the result is not as good as using the P6L fonts. Fonts can be
  97.    reduced by the factors 1, 2, 3, 4, 5, 6, 7 and 8 - fractional values are
  98.    not possible.  You can, however, have different horizontal and vertical
  99.    factors.
  100.  
  101.  
  102. Q: What is a virtual font?
  103.  
  104. A: While we used cm fonts and 7 bit characters, everything was simple. But
  105.    increasingly, built in font sets (PostScript!) were being used too. This
  106.    caused difficulties when a document was to be previewed on the screen, or
  107.    printed on a device which did not contain these fonts. Virtual fonts come
  108.    to the rescue here: they consist of a TFM file (which contains information
  109.    on ligatures and character widths) and a VF file. The VF file tells the
  110.    printer driver how the different characters of the font are to be
  111.    generated. For instance, whether the characters can be replaced by another
  112.    font (e.g. cm font) or made up from two other characters. If we have an
  113.    8 bit virtual font in which the characters from 0 to 127 correspond to a
  114.    cm font and the rest are accented characters, then the VF information for
  115.    these accented characters can show that they are to be made from existing
  116.    ones, for instance, letter and accent.
  117.  
  118.  
  119. Q: I am using another printer driver (or font) and the character spacing is
  120.    wrong.
  121.  
  122. A: The fonts should have corresponding TFM files and these do not match those
  123.    provided with emTeX. Replace the emTeX TFM files with those matching the
  124.    fonts you have and recreate the FMT files (using fmt.bat/cmd,
  125.    gfmt.bat/cmd). The DVI files then generated will not work perfectly with
  126.    the emTeX fonts. Really all TFM files (for the same font) should be
  127.    identical but, over time, METAFONT and the cm sources have changed and, as
  128.    a result, TFM files differ.
  129.  
  130.  
  131. Q: The drivers cannot find the fonts circle10, circlew1, lcircle1, or
  132.    lcirclew. What can I do?
  133.  
  134. A: The fonts containing circles, quarter circles, and discs have been renamed
  135.    from circle* to lcircle*.  You can make the dvidrv drivers change the names
  136.    (circle* -> lcircle* or lcircle* -> circle*) by using the font substitution
  137.    files
  138.  
  139.         newfonts.sub         circle -> lcircle   (old -> new)
  140.         oldfonts.sub         lcircle -> circle   (new -> old)
  141.  
  142.    with the /ps* option.  If you're using an old dvi file (circle* not found)
  143.    with new fonts, you should specify /ps:\emtex\newfonts; if you're using a
  144.    new dvi file (lcircle* not found) with old fonts, you should give the
  145.    option /ps:\emtex\oldfonts.
  146.  
  147.  
  148.  
  149. DVIDRV
  150. ======
  151.  
  152. General
  153. -------
  154.  
  155. Q: I have a PostScript printer but emTeX does not have a suitable driver.
  156.    Where can I find a suitable driver?
  157.  
  158. A: There are two very good (and free!) PostScript drivers: dvips by
  159.    Tomas Rokicki and dvitops by James Clark.  Both can be found on the
  160.    net (ftp.uni-stuttgart.de and others).  dvips 5.47 or later can be
  161.    used with fli files.
  162.  
  163.  
  164. Q: My printer is connected to the serial port and prints nonsense.
  165.  
  166. A: You should turn on the XON-XOFF protocol with the /ox+ parameter giving
  167.    the port name as COM1, COM2, COM3 or COM4.
  168.  
  169.  
  170. Q: I am using a DVI driver which cannot use FLI files, do I have to have both
  171.    the fonts and a font library on my disk?
  172.  
  173. A: No - see the answer to this question in "Fonts" above.
  174.  
  175.  
  176. Q: The driver writes a DLG file (transcript) every time, how can I
  177.    suppress it?
  178.  
  179. A: Use the command line option /pt (without a filename).
  180.  
  181.  
  182. Q: I have a PCX file (or MSP file) which doesn't work with \special{em:graph}.
  183.  
  184. A: Please send the file (and a correct hardcopy) to the emTeX author.
  185.    Consider using bm2font.
  186.  
  187.  
  188. Q: I have inserted a picture using \special{em:graph} exactly as the
  189.    documentation says but it appears too far to the right (or too low).
  190.  
  191. A: The reason is that many pictures have an empty left or upper margin. To
  192.    overcome this you can use the following trick - pass these commands through
  193.    TeX:
  194.  
  195.       \noindent\special{em:graph xxx}\bye
  196.  
  197.    where xxx is the name of the graphics file. Then convert the DVI file into
  198.    an MSP file with dvimsp /om. The /om option removes the empty margins. You
  199.    can now use the resulting MSP file in your document.
  200.  
  201.  
  202. Q: Graphics inserted with \special{em:graph} appear too small (or too large).
  203.  
  204. A: The driver copies the picture without altering its size - if this
  205.    size is wrong then you must use a suitable program to adjust it. If
  206.    you have written such a program, or you know of a public domain
  207.    one, please send it to the emTeX author so that he can include it
  208.    with emTeX.  Consider using bm2font.
  209.  
  210.  
  211. Q: What's bm2font?
  212.  
  213. A: It's a program written by Friedhelm Sowa which converts bitmaps
  214.    (many formats) into PK fonts.  It features scaling and dithering.
  215.    bm2font is available for anonymous ftp on ftp.uni-stuttgart.de,
  216.    directory soft/tex/utilities/bm2font.
  217.  
  218.  
  219. Q: dvihplj prints a black line at the right margin of PCX graphic files.
  220.  
  221. A: It's a dvidrv bug. Get the beta test release from
  222.    ftp.uni-stuttgart.de, directory soft/tex/machines/pc/emtex/betatest.
  223.  
  224.  
  225. Q: What does the error message
  226.  
  227.       [cannot open dvidrv.err]
  228.  
  229.    mean?
  230.  
  231. A: Driver error messages are read from a file called dvidrv.err. This file
  232.    must exist in one of the directories listed in the PATH environment
  233.    variable. If this file cannot be found then you will get the number of the
  234.    error or warning and you can look up the text in dvidrv.doc or the driver
  235.    manual.
  236.  
  237.  
  238. Q: When I use a driver from a batch file (for example, prthplj) I get the
  239.    error message:
  240.  
  241.       Warning 1004: missing path name
  242.  
  243. A: You haven't set the environment variables DVIDRVFONTS, DVIDRVGRAPH and
  244.    DVIDRVINPUT. See README.ENG.
  245.  
  246.  
  247. Q: I use the \special commands for drawing lines and the driver aborts
  248.    with error message 2000 or 3001.
  249.  
  250. A: The drivers can handle up to about 2730 lines per sheet (you have to
  251.    use bigTeX for defining such a great number of lines).
  252.  
  253.  
  254. Q: The driver issues fatal error 2003 if I try to let it print directly
  255.    to a device such as PRN.
  256.  
  257. A: This failure is due to a bug in DR-Dos 5.0. DR-Dos 5.0 cannot send a
  258.    Ctrl-Z character to any device because the IOCTL system call which
  259.    is used to enable output of Ctrl-Z to devices seems to be ignored
  260.    by DR-Dos 5.0. Even printing to a file and copying that file to the
  261.    device using "copy /b" does not work. It is reported that there is
  262.    a new version of DR-Dos 5.0 with that bug fixed. Remedy: Obtain that
  263.    new version or use OS/2, MS-DOS or PC-DOS.
  264.    
  265.  
  266. Q: The drivers cannot find the fonts circle10, circlew1, lcircle1, or
  267.    lcirclew. What can I do?
  268.  
  269. A: See the answer to this question in "Fonts" above.
  270.  
  271.  
  272. Q: I get the error message
  273.  
  274.        A numeric coprocessor exception occured and a numeric coprocessor
  275.        exception handler was not registered
  276.  
  277.    with all drivers but dviscrs (note the `s' at the end) and dvivik.
  278.  
  279. A: This problem should disappear when you remove the (n)nansi.sys driver from
  280.    config.sys.  Currently, I don't know any other remedy.
  281.  
  282.  
  283. Q: I get the error message
  284.  
  285.        A program started an invalid instruction without registering an
  286.        invalid opcode exception handler
  287.  
  288.    with all drivers but dviscrs (note the `s' at the end) and dvivik.
  289.  
  290. A: There seems to be a problem with old RAM disk drivers, which use neither
  291.    XMS nor EMS.
  292.  
  293.  
  294. Q: I get the error message
  295.  
  296.         Fatal error 2100: DVI file corrupted (undefined font).
  297.  
  298. A: It's a dvidrv bug. Get the beta test release from
  299.    ftp.uni-stuttgart.de, directory soft/tex/machines/pc/emtex/betatest.
  300.  
  301.  
  302. dviscr
  303. ------
  304.  
  305. Q: I have a video adapter which is not supported by dviscr. What can I do?
  306.  
  307. A: Send me the hardware and software documentation. If it is not too
  308.    difficult, then there is a good chance that I will extend dviscr.
  309.  
  310.  
  311.  
  312. dvimsp
  313. ------
  314.  
  315. Q: A program refuses to use an MSP file which has been generated with dvimsp.
  316.  
  317. A: Many programs can only use MSP files which have been generated by dvimsp
  318.    with the option /o:1 and/or /ow+.
  319.  
  320.  
  321.  
  322. dvihplj
  323. -------
  324.  
  325. Q: How can I stop dvihplj from deleting preloaded soft fonts in an HP
  326.    LaserJet+?
  327.  
  328. A: dvihplj deletes all fonts designated temporary. You should preload the
  329.    fonts as permanent. You may still get problems due to the font numbers
  330.    assigned to the cm fonts loaded by the driver duplicating those of the
  331.    soft fonts. To avoid this use the /of# option: by setting /of:1000 the
  332.    driver will use 1000 to 1031 for the fonts it downloads.
  333.  
  334.  
  335. Q: Characters go missing at the edges of the page.
  336.  
  337. A: Set the correct page size with /h# and /w#.
  338.  
  339.  
  340. Q: My HP LaserJet II produces an interesting, but undesired, pattern in the
  341.    middle of the page.
  342.  
  343. A: This sometimes happens when the page height set with /h# is larger than
  344.    the printer permits.
  345.  
  346.  
  347. Q: How can I include a PCL file (a print file for the LaserJet+ produced by
  348.    another program) in a TeX document?
  349.  
  350. A: If the file contains only graphics (no text) than you can convert it into
  351.    a PCL file with PCLtoMSP and then include it with \special{em:graph}.
  352.  
  353.  
  354. Q: dvihplj doesn't work with my HP LaserJet+ compatible printer.
  355.  
  356. A: Try the following commands:
  357.  
  358.         prthplj /!200
  359.         prthplj /od/!a00
  360.  
  361.    Some printers may work with /oc1.
  362.  
  363.  
  364. dvidot
  365. ------
  366.  
  367. Q: Why is the printed output so bad? Sometimes lines overprint one another and
  368.    at other times characters are cut by this horizontal lines. Sometimes lines
  369.    are reduced in height.
  370.  
  371. A: The fault is usually the printer's. To print correctly even the smallest
  372.    paper movement must be executed exactly. You could try experimenting with
  373.    tractor feed and sheet feed. This problem occurs more frequently with
  374.    printers from some manufacturers than others but I am not going to name
  375.    names. Remedy: Use 360x180 DPI instead of 360x360 DPI.
  376.  
  377.  
  378. Q: How can I make sure that the margin from the perforation is correct; I am
  379.    using fanfold paper?
  380.  
  381. A: Always feed an empty sheet through first and adjust the paper so that the
  382.    margin is correct. The empty first page is necessary as many printers
  383.    cannot start printing right at the top of the first page.
  384.  
  385.  
  386. Q: The output has `shadows' or the left margin is jagged.
  387.  
  388. A: Create a new DOT file with empty BLANK_WIDTH or switch the printer
  389.    to 10 CPI.
  390.  
  391.  
  392. TeX
  393. ===
  394.  
  395. Q: Has emTeX passed the trip test?
  396.  
  397. A: Yes.
  398.  
  399.  
  400. Q: I have seen emTeX described as very fast but I find that abcTeX is much 
  401.    faster processing the file xyz.tex! Why is that?
  402.    
  403. A: emTeX's speed depends heavily on the amount of memory available. If there
  404.    is not much spare memory then it can happen that another TeX, which cannot
  405.    run the large TeX files that emTeX can, will be faster.  
  406.  
  407.  
  408. Q: There is no INITEX with emTeX, what can I do?
  409.  
  410. A: INITEX *is* there, use "tex /i" (you should have read texware.doc).  
  411.  
  412.  
  413. Q: TeX displays the error message
  414.  
  415.        ! TeX capacity exceeded, sorry [buffer size=2048].
  416.  
  417. A: Some text processing packages write complete paragraphs as one
  418.    line to the text file. If a paragraph contains, say, 3000 characters,
  419.    the line will contain 3000 characters, without regard to the appearance
  420.    of the paragraph on the display. Remedy: Most of those text processing
  421.    packages offer an option for writing the file formatted, i.e., line
  422.    by line.
  423.  
  424.  
  425. Q: TeX crashes (I am using a somewhat unusual memory card). 
  426.  
  427. A: Use the /D option when running TeX. 
  428.  
  429.  
  430. Q: Why can emTeX not use the FMT files created by other versions of TeX?
  431.  
  432. A: FMT files are implementation dependent, for instance, the sizes of the
  433.    different memory areas, hash size &c. You are very unlikely to find two
  434.    implementations which can use the same FMT files!
  435.  
  436.  
  437. Q: When I try and print DVI files generated by emTeX on another machine, the
  438.    printer driver says they are invalid.
  439.  
  440. A: This usually arises from corruption while transferring the data -
  441.    uuencode/uudecode or xxencode/xxdecode will solve the problem.
  442.  
  443.  
  444. Q: I would like to run my text through a spelling checker (style checker).
  445.  
  446. A: Get dvispell from ftp.uni-stuttgart.de, directory
  447.    soft/tex/machines/pc/emtex/betatest.
  448.  
  449.  
  450. Q: emTeX generates a DVI file which differs from that produced by another
  451.    implementation though the input file was the same.
  452.  
  453. A: That may be expected. The optimization of position changes depends on the
  454.    size of the DVI file buffer - and it need not be done at all. In addition,
  455.    in some places, floating point arithmetic is allowed and used (\leaders).
  456.    Floating point precision differs from machine to machine.
  457.  
  458.  
  459. Q: TeX breaks words after the first letter, for instance, T-est!
  460.  
  461. A: You are using a macro package which is not written for TeX 3.0. You should
  462.    recreate the FMT file and this time enter "\input 3.tex" as well.
  463.  
  464.  
  465. Q: TeX displays the following message (when run under DOS):
  466.  
  467.         Please insert diskette containing TEX.EXE into drive x
  468.         press any key to continue
  469.  
  470. A: This problem has not been analyzed yet. Copy tex.exe into the current
  471.    working directory.
  472.  
  473.  
  474. F: I want to use SliTeX (for making slides).
  475.  
  476. A: You have to create a fmt file.  This is done by the batch files
  477.    slifmt.bat/cmd or gslifmt.bat/cmd (German hyphenation patterns).
  478.    You should switch to the \emtex\texfmts directory (or \emtex\btexfmts
  479.    for bigTeX) before calling the batch file.  If you need big characters
  480.    and don't have fonts for SliTeX (these are contained in lj_sli.fli, for
  481.    example), you have to create the fonts with
  482.  
  483.         mfjob slitex m=lj
  484.  
  485.    (replace lj with the mode required for your printer, see modes.mfj).  Then
  486.    the fonts must be available for the drivers: use fontlib and /pl* (see
  487.    fli_*.cmd) or use /pf*.  (Yes, this should be described in the Local Guide
  488.    (local.dvi); but I haven't done this yet.)
  489.  
  490.  
  491. Q: How can I preload a TeX format, i.e., create an EXE file containing
  492.    a FMT file?
  493.  
  494. A: That isn't supported by emTeX because it isn't useful in my opinion.
  495.  
  496.  
  497. Q: Where's german.tex?
  498.  
  499. A: Use german.sty.
  500.  
  501.  
  502. METAFONT
  503. ========
  504.  
  505.  
  506. Q: Has emTeX's METAFONT passed the trap test?
  507.  
  508. A: Yes.
  509.  
  510.  
  511. Q: Why doesn't METAFONT display a picture on my screen?
  512.  
  513. A: METAFONT works only with the following adapters: CGA, EGA and VGA. In
  514.    particular, if you have a Hercules compatible card then you will not get
  515.    any graphic output.
  516.  
  517.  
  518. Q: emTeX does not have INIMF. What shall I do?
  519.  
  520. A: INIMF is there, simply call METAFONT with "mf /i" (see also mfware.doc).
  521.  
  522.  
  523. Q: METAFONT displays error messages for some fonts or creates wrong TFM
  524.    files.
  525.  
  526. A: MF files, that don't contain a line similar to
  527.  
  528.        if unknown cmbase: input cmbase fi
  529.  
  530.    should usually be processed with plain.bas, not with cm.bas. Examples
  531.    are the line and lcircle fonts.
  532.  
  533.  
  534. Q: METAFONT crashes (I have a rather unusual memory card).
  535.  
  536. A: Use the /D option with METAFONT or MFJob.
  537.  
  538.  
  539. Q: I call METAFONT with the command line
  540.  
  541.       mf &cm \smode="mymode"; input cmr10
  542.  
  543.    but the quotes disappear.
  544.  
  545. A: You should use
  546.  
  547.       mf &cm \smode=\"mymode\"; input cmr10
  548.  
  549.    instead, see mfware.doc.
  550.  
  551.  
  552. Q: Why does METAFONT not switch back into text mode when it is finished?
  553.  
  554. A: Because that would clear the screen, removing the messages there.
  555.  
  556.  
  557. Q: Why does METAFONT overwrite the graphics with text?
  558.  
  559. A: I was too lazy to put it right, besides it is not easy. The problem has
  560.    been solved for OS/2.
  561.  
  562.  
  563. Q: METAFONT overwrites the graphics with blanks.
  564.  
  565. A: Some versions of ansi.sys (and replacements) seem to cause this problem.
  566.    Try without ANSI driver.
  567.  
  568.  
  569. Q: METAFONT displays the error message
  570.  
  571.        ! METAFONT capacity exceeded, sorry [buffer size=500]
  572.  
  573.    followed by ^^?^^?^^?...
  574.  
  575. A: That's a bug in emTeX's METAFONT: The last line of a file should
  576.    be terminated with CR, LF or Ctrl-Z. Remedy: Load the file into
  577.    an editor, hit <Return> at the end of the last line and save the
  578.    file.
  579.  
  580.  
  581. Q: The METAFONT that comes with emTeX is too slow.
  582.  
  583. A: Use Wayne Sullivan's sbmf. Note that the speed of emTeX's METAFONT
  584.    depends on the amount of available (conventional) memory: The more
  585.    memory, the faster.
  586.  
  587.  
  588. GFtoDVI
  589. =======
  590.  
  591.  
  592. Q: GFtoDVI cannot find gray.tfm or slant.tfm or black.tfm.
  593.  
  594. A: See mfware.doc.
  595.  
  596.  
  597. Miscellaneous
  598. =============
  599.  
  600.  
  601. Q: Will emTeX use a coprocessor if present?  If not, would it run faster with
  602.    coprocessor support?
  603.  
  604. A: No.  No.
  605.  
  606.  
  607. Q: I have only a 360Kb (or 720Kb) drive in my machine, how can I get emTeX on
  608.    suitable disks?
  609.  
  610. A: Find somebody with a machine which has both a 1200 MB (or 1440 MB)
  611.    drive and one which can write the disks your machine requires. Copy
  612.    the files from the emTeX disk on to your disks - all emTeX zip
  613.    files have been made to fit on a 360Kb disk. The fonts, however,
  614.    are rather more difficult as some files are larger than 360 KB.
  615.    Copy the fonts on to a hard disk, if one is available, and then
  616.    make a backup copy that your machine can read (for example, with
  617.    BACKUP). You can also use BACKUP directly to copy one disk on to
  618.    many, if you have two drives in the machine. This backup copy can
  619.    then be restored to your machine (for example, with RESTORE).  You
  620.    can also use the SLICE program, if can find it somewhere.
  621.  
  622.  
  623. Q: The emTeX documentation is rubbish, I can write better!
  624.  
  625. A: Please do so and then send it to me so I can include it with emTeX.
  626.  
  627.  
  628. Q: Where can I find an exact description of VFtoVP, VPtoVF, TFtoPL and PLtoTF?
  629.  
  630. A: The English version of these are only to be found in the files vftovp.web,
  631.    vptovf.web, tftopl.web and pltotf.web and they are not included with emTeX. 
  632.    If you write an introduction to these programs, I would be very interested 
  633.    in getting a copy so I can send it out with emTeX.
  634.  
  635.  
  636. Q: Where can I find a description of PiCTeX?
  637.  
  638. A: You will find the answer in README.ENG.
  639.  
  640.  
  641. Q: Are there any convenient user interfaces for emTeX?
  642.  
  643. A: Yes, there are many. A very simple one is contained in the TEXCAD
  644.    package: gh.bat. The best one (in my opinion) has been written by
  645.    Juergen Schlegelmilch and is available for anonymous ftp from
  646.    ftp.uni-stuttgart.de [129.69.1.12], directory
  647.    soft/tex/machines/pc/emtex-texshell.
  648.  
  649.  
  650. Q: I've problems with rusvm1.rus.uni-stuttgart.de.
  651.  
  652. A: The correct name is rusmv1.rus.uni-stuttgart.de (MV!) or
  653.    rusinfo.rus.uni-stuttgart.de or ftp.uni-stuttgart.de.
  654.  
  655.  
  656. Q: Will there be emTeX etc. for other operating systems?
  657.  
  658. A: No, that's not planned. A version for OS/2 2.0 is in beta test
  659.    (ftp.uni-stuttgart.de, directory soft/tex/machines/pc/emtex/betatest).
  660.  
  661.  
  662. Q: How can I support the emTeX author?
  663.  
  664. A: Unfortunately, this is the most rarely asked question.  Ask the author.
  665.  
  666.  
  667.                   -------- End of HELP.ENG -------------
  668.