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

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