home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / sysadmin / 6403 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  3.1 KB

  1. Xref: sparky comp.sys.next.sysadmin:6403 comp.sys.next.misc:21841
  2. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!caen!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!vega!ntomczak
  3. From: ntomczak@vega.math.ualberta.ca (N Tomczak-Jaegermann)
  4. Newsgroups: comp.sys.next.sysadmin,comp.sys.next.misc
  5. Subject: Re: How to get AmS-TeX working (NS 3.0)
  6. Message-ID: <ntomczak.721418248@vega>
  7. Date: 10 Nov 92 17:57:28 GMT
  8. References: <1992Nov9.225347.18699@lsa.umich.edu>
  9. Sender: news@kakwa.ucs.ualberta.ca
  10. Organization: University Of Alberta, Edmonton Canada
  11. Lines: 59
  12. Nntp-Posting-Host: vega.math.ualberta.ca
  13.  
  14.  
  15. >    I'm trying to get a 3.0 system to run AmS-TeX. I've encountered several  
  16. >difficulties, so I'm hoping the net can help me out:
  17.  
  18. >1) After using
  19. >            initex \&tex amstex.tex
  20. >to process my copy of the (version 2.1) macro package, I use the \dump command to  
  21. >create the .fmt preloaded macro file. But when I try to USE that macro file, I get  
  22. >this:
  23.  
  24. >(Nov 09 5:26pm) /kickaha/tex -> tex \&amstex
  25. >This is CTeX, NeXT Version 3.141
  26. >(Fatal format file error; I'm stymied)
  27. >(Nov 09 5:27pm) /kickaha/tex ->
  28.  
  29. First of all I did not bother making amstex format.  I found NeXT fast
  30. enough not to bother.  But if you are using amstex a lot and you have
  31. this extra disk space use amstex.ini with initex.  It is meant for this!
  32.  
  33. Once you have done that check if you replaced an old format with the new
  34. one.  If your TeX is picking up the old format all kind of bad things
  35. will happen.  Is the name of this new format amstex.fmt or amsplain.fmt
  36. or something like that?  In the later case put your new format in
  37. /usr/lib/tex/formats directory an make a hard link from it to
  38. amstex.fmt.  Lastly make a link in /usr/bin - 'ln virtex amstex'.
  39. You can than call 'amstex my_file' and proper format will be picked.
  40.  
  41. >Example error message I received:
  42.  
  43. >=======
  44.  
  45. >(amsppt.sty version 2.1a (22-JAN-1992): Loading utility definitions,
  46. >more fonts,
  47. >! Font \sevenex=cmex7 not loadable: Metric (TFM) file not found.
  48. ><to be read again> 
  49. >                   \toks@ 
  50. >\rightappend@ #1\to #2->\toks@ 
  51. >                               {\\{#1}}\toks@@ =\expandafter {#2}\xdef #2{\t...
  52.  
  53. >\font@ #1=#2 ->\rightappend@ #1\to \fontlist@ 
  54. >                                              \font #1=#2 
  55. >l.120 \font@\sevenit=cmti7
  56. >                          
  57. AMS-TeX is using a lot of fonts which are not included in a standard
  58. distribution (more cm's, euler, fraktur, cyrilic).  You will find them
  59. on various servers for ftp or you may buy/copy these from elsewhere.
  60. Cannonical site is math.ams.com.
  61.  
  62. Do not bother with transfering pk's (bitmap files).  They will likely
  63. be of a wrong resolution anyway.  Get Metafont sources and (optional but
  64. very useful) metric files - tfm's.  Install in proper directories
  65. and leave to dvips a job of making fonts when they are needed.  After
  66. some initial period you will be left with bitmaps which YOU are using.
  67. (If you did not turn on an automatic font creation check from time
  68. to time /LocalLibrary/Fonts/TeXFonts/NeededFonts and run it as a script
  69. in a batch mode).
  70.  
  71.    Michal Jaegermann
  72.    ntomczak@vega.math.ualberta.ca
  73.