home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / tex / texextr2 / !TeX / Misc / Bin / BuildSmall < prev    next >
Text File  |  1993-02-07  |  2KB  |  55 lines

  1. | Build/update a small TeX/MF version
  2. if "%0"="" then error Syntax: BuildSmall |<TeX root>
  3. set TeXRoot %0
  4.  
  5. echo TeX formats...
  6. cdir <TeXRoot>
  7. cdir <TeXRoot>.Formats
  8. cdir <TeXRoot>.Formats.tex
  9. copy sparkfs#ADFS##TeXFormats.$.TeXFormats:$.tex.pool <TeXRoot>.Formats.tex.pool ~C N ~V
  10. cdir <TeXRoot>.Formats.plain
  11. copy sparkfs#ADFS##TeXFormats.$.TeXFormats:$.plain.fmt <TeXRoot>.Formats.plain.fmt ~C N ~V
  12. cdir <TeXRoot>.Formats.lplain
  13. copy sparkfs#ADFS##TeXFormats.$.TeXFormats:$.lplain.fmt <TeXRoot>.Formats.lplain.fmt ~C N ~V
  14.  
  15. echo METAFONT formats...
  16. cdir <TeXRoot>.Formats.mf
  17. copy sparkfs#ADFS##MFSources1.$.MFBases:$.mf.pool <TeXRoot>.Formats.mf.pool ~C N ~V
  18. copy sparkfs#ADFS##MFSources1.$.MFBases:$.plain.base <TeXRoot>.Formats.plain.base ~C N ~V
  19. cdir <TeXRoot>.Formats.cm
  20. copy sparkfs#ADFS##MFSources1.$.MFBases:$.cm.base <TeXRoot>.Formats.cm.base ~C N ~V
  21.  
  22. echo TFMs and METAFONT sources...
  23. copy ADFS::MFSources1.$.cm_MF <TeXRoot>.Fonts.cm_MF ~C N ~V
  24. copy ADFS::MFSources1.$.LaTeX_MF <TeXRoot>.Fonts.LaTeX_MF ~C N ~V
  25.  
  26. echo Fonts...
  27. cdir <TeXRoot>.Fonts
  28. cdir <TeXRoot>.Fonts.Previewer
  29. copy ADFS::RiscFonts1.$.cm1 <TeXRoot>.Fonts.Previewer.cm1 ~C N ~V
  30.  
  31. copy ADFS::RiscFonts2.$.!Preview <TeXRoot>.* ~C R N ~V
  32. copy ADFS::RiscFonts2.$.cm2 <TeXRoot>.Fonts.Previewer.cm2 ~C N ~V
  33. copy ADFS::RiscFonts2.$.LaTeX <TeXRoot>.Fonts.Previewer.LaTeX ~C N ~V
  34.  
  35. echo Executables...
  36. cdir <TeXRoot>.Library
  37. copy ADFS::Library1.$.initex16 <TeXRoot>.Library.initex16 ~C N ~V
  38. copy ADFS::Library1.$.virtex16 <TeXRoot>.Library.virtex16 ~C N ~V
  39. copy ADFS::Library1.$.MF <TeXRoot>.Library.mf ~C N ~V
  40. copy ADFS::Library1.$.INIMF <TeXRoot>.Library.inimf ~C N ~V
  41. copy ADFS::Library2.$.gftopk <TeXRoot>.Library.gftopk ~C N ~V
  42. copy ADFS::Library2.$.gftofnt <TeXRoot>.Library.gftofnt ~C N ~V
  43.  
  44. echo LaTeX styles...
  45. cdir <TeXRoot>.TeXInputs
  46. cdir <TeXRoot>.TeXInputs.Standard
  47. copy SparkFS#ADFS##LaTeXJan92.$.sty:$.* <TeXRoot>.TeXInputs.Standard.* ~C N ~V
  48. copy SparkFS#ADFS##LaTeXJan92.$.ExtraSty:$.* <TeXRoot>.TeXInputs.Standard.* ~C N R ~V
  49.  
  50. echo Last bits...
  51. cdir <TeXRoot>.MyTeX
  52. copy <Obey$Dir>.Set-TeX <TeXRoot>.Set-TeX ~C N ~V
  53. echo Ready.
  54.  
  55. echo Edit Set-TeX for your local needs (only TeXFonts$Dir should need updating)