home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / applicat / 9422 < prev    next >
Encoding:
Text File  |  1992-12-13  |  3.7 KB  |  81 lines

  1. Newsgroups: comp.sys.amiga.applications
  2. Path: sparky!uunet!destroyer!fmsrl7!lynx!triton.unm.edu!egott
  3. From: egott@triton.unm.edu (Eric Gottlieb)
  4. Subject: Re: Help with PasTeX 1.3
  5. Message-ID: <kk_r1bn@lynx.unm.edu>
  6. Date: Sun, 13 Dec 92 17:54:59 GMT
  7. Organization: University of New Mexico, Albuquerque
  8. References: <1992Dec11.155443.29541@cs.mun.ca>
  9. Distribution: na
  10. Lines: 69
  11.  
  12. In article <1992Dec11.155443.29541@cs.mun.ca> robertr@odie.cs.mun.ca (Robert Randell) writes:
  13. >Hi.
  14. >
  15. >I am looking for help getting PasTeX 1.3 up and running. I have the entire
  16. >package installed on my hard drive, but I really have no idea how to get the
  17. >thing to work. The docs are all TeX files, and when I double click on their
  18. >icons, I just get an error message "can't find default format file".
  19. >
  20. >Ideally, I would like someone to give me instructions on how to set up the
  21. >program so that I can run LaTeX on a file in the form "latex <filename>".
  22. >Also, of course, I would like to be able to process those TeX files
  23. >containing the English docs.
  24. >
  25. >Also, I notice that there is no executable called 'tex' in 'bin', but 2
  26. >programs called 'initex' and 'virtex'. What's the deal? 
  27. >
  28. >Please excuse my ignorance. Up to this point, I've only been using LaTeX
  29. >on my University's system. I no nothing about TeX proper.
  30. >
  31. >Thanks for any help.
  32. >
  33. >- Robert Randell 
  34.  
  35. virtex (Virtual Tex?) is the main executable...to make it be tex
  36. you type "virtex &plain"; to make it be latex you type
  37. "virtex &lplain".  plain and lplain normaly live in your "formats"
  38. directory....they are formats (duh) and are created by initex with
  39. the comands "initex plain.tex" and "initex lplain.tex" respectivly.
  40. plain.tex and lplain.tex live in the macros directory I believe.
  41. Btw, gnplain and glplain are the corisponding german versions of the
  42. plain and lplain formats.
  43.  
  44. Now, in order for initex and virtex to be able to find the files they
  45. use, they do two things...first they look for a set of environnment
  46. variables, the most important of which is TeXconfig which tells them
  47. the path to the configuration file tex.cnf.  In tex.cnf (located in
  48. the config directory) is a set of path lists telling the executables
  49. where to find the various types of files they use.  you may need to edit
  50. this file to reflect your set up....snoopdos would probably be a good
  51. tool to help you in this task (snoopdos is in the fish collection).
  52.  
  53. Steps to complete your installation:
  54.   1.  Assign Tex: to the directory where you decompressed everything.
  55.   2.  Make an environmet variable TeXconfig which points to TeX:config.
  56.   3.  Edit TeX:config/tex.cnf as neccisary to reflect your setup.
  57.   4.  Alias tex to "virtex &plain" and latex to "virtex &lplain".
  58.   5.  Add TeX:bin to your path so you can easily make use of it's files.
  59.   6.  Make sure plain.fmt and lplain.fmt are in your formats directory;
  60.       if they are not there, then create them with initex.
  61.   7.  Tex your documentation (I think it's mostly tex, not latex, and
  62.       the german stuff is done with gplain or glplain instead of plain
  63.       or lplain).
  64.   8.  View the resulting .dvi files with showdvi (maybe print them with
  65.       dviprint).
  66.  
  67. I've probably forgotten lots of stuff...but this should be enough to get
  68. you going...Two last points: first of all, you can always TeX your
  69. documentation on your university's computer and second of all, TeX files
  70. are just plain ascii, so, although they don't look pretty this way, they
  71. can be read directly with a text displayer like more or a text editor
  72. (IE: you don't have to tex your documentation in order to read it...).
  73.  
  74. Have fun!  I've been using PasTeX with the amstex, revtex, and dvips
  75. packages and have been really quite thrilled with the output I've
  76. generated.
  77.  
  78.     --egott@triton.unm.edu
  79.  
  80.  
  81.