home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 November / VPR9611B.ISO / wintex / ams / amsltx11 / fontsel / readme.mz3 (.txt) < prev    next >
LaTeX Document  |  1993-02-24  |  12KB  |  193 lines

  1. % This file is part of the NFSS (New Font Selection Scheme) package.
  2. % ------------------------------------------------------------------
  3. \def\filedate{91/11/27}
  4. Copyright (C) 1989,1990,1991 by Frank Mittelbach, Rainer Schoepf.
  5. All rights reserved.
  6. IMPORTANT NOTICE:
  7. You are not allowed to change this readme file.
  8. For distribution of changed or unchanged versions see readme.mz.
  9. Please do not request updates directly from us.
  10. This is a preliminary release of the new font selection scheme and its
  11. interface to LaTeX 2.09.  Please excuse the terseness of the documentation. 
  12. 1) Basic macros for setting up a new format file:
  13. basefont.tex    File used during generation of format.  See nfss.tex.
  14. fontdef.max     File containing font/shape definitions for standard TeX fonts
  15.                 as well as nonstandard fonts like the AMS symbol fonts, etc.
  16.                 You need a TeX with a large value for the pool size to use
  17.                 this file.
  18. fontdef.ori     File containing font/shape definitions for the standard 
  19.                 TeX fonts which are needed to set up a LaTeX format 
  20.                 compatible with the old font selection.
  21. lfonts.new      File that should be used instead of the old lfonts.tex to
  22.                 set up a new LaTeX format.  See nfss.tex.
  23.         
  24. preload.min     File that preloads the absolute minimum of fonts.  May be
  25.                 used during initex run.
  26. preload.med     File that preloads those fonts which are otherwise loaded
  27.                 by LaTeXs \documentstyle command if 10pt size is requested.
  28.                 If you normally use 11pt or 12pt as a style option you
  29.                 shouldn't use this file but make a similar one.  May be
  30.                 used during initex run. 
  31. preload.ori     File that preloads more or less the same fonts as the old
  32.                 lfonts.tex.  May be used during initex run.
  33. 2) Sub styles for the new font selection scheme: 
  34. euscript.sty    Style to set up a math alphabet identifier to access the
  35.                 Euler script fonts.
  36. margid.sty      Makes math alphabet identifiers behave like commands with
  37.                 one argument, i.e. use \cal{A} as syntax.
  38. newlfont.sty    Switches to new font selection if oldlfont is default.
  39.                 See article.
  40. nomargid.sty    Makes math alphabet identifiers behave like font switches,
  41.                 i.e. use {\cal A} as syntax.
  42. oldlfont.sty    Switches to old font selection if newlfont is default.
  43.                 See article.
  44. syntonly.sty    Defines \syntaxonly command which can then be used in the
  45.                 preample to suppress output (TeX will run \approx 4 times
  46.                 faster).
  47. tracefnt.sty    Defines \tracingfonts integer. This is used to trace
  48.                 font switches etc.  Setting \tracingfonts to <number> in the
  49.                 preamble means:
  50.                 1       Warnings are turned into error messages to show you
  51.                      the exact location of the problem.
  52.                 2       Additionally, loading of external fonts are shown.
  53.                 3       Additionally, switching of text fonts is traced. 
  54.                      You will see a lot of information if you set
  55.                      \tacingfonts this high.
  56. 3) Example files and documentation:
  57. array.sty       The extension of the array and tabular environment
  58.                 as described in tugboat 9#3. This file is without
  59.                 documentation and not necessarily up to date. It is
  60.                 provided only to run nfss.tex. If you have a newer
  61.                 version of array.sty use it instead.
  62. concrete.doc    Unfinished style option which should serve as an
  63.                 example of how to use a style file to make new fonts
  64.                 known to the new font selection scheme.  This file is
  65.                 subject to changes!!
  66. concrete.sty    Stripped down version of concrete.doc without comments.
  67. nfss.bug        This file contains a list of known problems, solved and
  68.                 unsolved.
  69. nfss.tex        Article published in TUGboat 11#1 about the LaTeX
  70.                 interface to the new font selection scheme.  You will not
  71.                 be able to run it successfully through LaTeX unless you
  72.                 happen to have a new format and the Concrete and Euler
  73.                 Math Fonts available. 
  74.         
  75.                 Note that due to a misunderstanding 2 pages of the
  76.                 article are missing in TUGboat 11#1.  Therefore the whole
  77.                 article is reprinted in TUGboat 11#2. Unfortunately this
  78.                 version got a few errors reinserted which had been corrected
  79.                 for the first printing (that's life).
  80. nfssinst.tex    The part of nfss.tex (with some extensions) that describes 
  81.                 the generation of a new format. It is processable by the 
  82.                 old LaTeX.
  83. nfssprob.tex    User problem reports, during installation and/or use
  84.                 of the NFSS (New Font Selection Scheme). Usually with
  85.                 solutions.
  86.                 We only maintain and distribute this file. If you have
  87.                 a problem (and hopefully a solution to it) and you think
  88.                 this could be of interest to others, please send us your
  89.                 contribution as an update to this file. We then distribute
  90.                 it in the next release.
  91. readme.mz       File that describes distribution restrictions and gives
  92.                 a short overview about other distributions from Mainz.
  93. readme.mz3      This file.
  94. 4) Changes not covered in the article nfss.tex:
  95. The files fam.tex, latinit.tex and setsize.tex have been removed and their
  96. contents merged directly into lfonts.new. 
  97. basefnt.tex was renamed to basefont.tex.
  98. \family, \series, \shape and \size have been renamed to \fontfamily,
  99. \fontseries, fontshape and \fontsize. The old names are still supported.
  100. Nevertheless, please use the new names in new applications.
  101. 5) Generation of a new format (see also nfssinst.tex):
  102. 5.1)   Copy all files to a directory where TeX can find them.
  103. 5.2)   Rename the standard lfonts.tex to something like lfonts.old.
  104. 5.3)   Start IniTeX using lplain.
  105. 5.3.1) Use lfonts.new as a substitute for lfonts.tex
  106. 5.3.2) Use fontdef.ori as a substitute for fontdef.tex
  107. 5.3.3) Use preload.ori as a substitute for preload.tex
  108. 5.3.3) Use oldlfont.sty as a substitute for xxxlfont.sty
  109. 5.4)   Say \dump at the end of the run.
  110. This should generate a new format which behaves exactly like the old
  111. one, except, of course, that styles and files which use internals of the
  112. old lfonts.tex (like \xpt or \tenrm) won't work without changes.
  113. This format should enable you to process nfss.tex in a way that it
  114. looks like the original article.  However, we added some additional code
  115. to the document so that it is also processable without making a new
  116. format.  This document will tell you more about the font selection
  117. scheme and how it can be customized to the needs of your installation. 
  118. If you have the concrete fonts you should uncomment the following two
  119. lines:
  120.   *  The line in the \documentstyle command where the concrete style is
  121.      loaded 
  122.   *  The line following directly after the \begin{document}, namely
  123.        % \fontfamily{ccr}\fontsize{10}{13pt}\selectfont
  124. You should also comment out this one 
  125.      \fontfamily{cmss}\fontsize{10}{13pt}\selectfont
  126. The unchanged document will produce the article using Computer Modern
  127. sans serif fonts.  Please don't change the file in other respects.  If
  128. you have problems running it, make a copy and change the copy.  I'm
  129. sorry that the preamble of this file contains so many definitions but I
  130. didn't find the time so far to clean things up.  It a real life document
  131. with all editor changes,author remarks, etc. 
  132. Last remark: you will need ltugboat.sty and tugboat.com.  They are
  133. distributed together with multicol.doc and doc.sty in the multicol
  134. package.  If you don't have these files it is still possible to produce
  135. the documentation: comment out the ltugboat option and scroll the errors
  136. that will follow.  Of course, some things will be missing or look
  137. different. 
  138. Good luck!
  139. The \fileversion and \filedate lines below are generated so that you can
  140. easily check differences from your version by using GREP or DIFF etc.
  141. Don't be surprised when some files show several version numbers.  The
  142. reason is that these files are generated from several source files (with
  143. the docstrip.tex program), and every source file includes its own
  144. version and date line. 
  145. /usr2/distrib/latex209/nfss/array.sty:\def\fileversion{v2.0e}
  146. /usr2/distrib/latex209/nfss/array.sty:\def\filedate{91/02/07}
  147. /usr2/distrib/latex209/nfss/basefont.tex:\def\fileversion{v1.3a}
  148. /usr2/distrib/latex209/nfss/basefont.tex:\def\filedate{91/11/27}
  149. /usr2/distrib/latex209/nfss/concrete.doc:\def\fileversion{v1.0g}
  150. /usr2/distrib/latex209/nfss/concrete.doc:\def\filedate{91/11/27}
  151. /usr2/distrib/latex209/nfss/concrete.sty:\def\fileversion{v1.0g}
  152. /usr2/distrib/latex209/nfss/concrete.sty:\def\filedate{91/11/27}
  153. /usr2/distrib/latex209/nfss/euscript.sty:\def\fileversion{v1.0e}
  154. /usr2/distrib/latex209/nfss/euscript.sty:\def\filedate{91/11/22}
  155. /usr2/distrib/latex209/nfss/fontdef.max:\def\fileversion{v1.1k}
  156. /usr2/distrib/latex209/nfss/fontdef.max:\def\filedate{91/11/26}
  157. /usr2/distrib/latex209/nfss/fontdef.ori:\def\fileversion{v1.1k}
  158. /usr2/distrib/latex209/nfss/fontdef.ori:\def\filedate{91/11/26}
  159. /usr2/distrib/latex209/nfss/lfonts.new:\def\fileversion{v1.3a}
  160. /usr2/distrib/latex209/nfss/lfonts.new:\def\filedate{91/11/27}
  161. /usr2/distrib/latex209/nfss/lfonts.new:\def\fileversion{v1.0r}
  162. /usr2/distrib/latex209/nfss/lfonts.new:\def\filedate{90/08/27}
  163. /usr2/distrib/latex209/nfss/lfonts.new:\def\fileversion{v1.1c}
  164. /usr2/distrib/latex209/nfss/lfonts.new:\def\filedate{90/06/06}
  165. /usr2/distrib/latex209/nfss/lfonts.new:\def\fileversion{v1.1h}
  166. /usr2/distrib/latex209/nfss/lfonts.new:\def\filedate{90/06/26}
  167. /usr2/distrib/latex209/nfss/lfonts.new:\def\fileversion{v1.2a}
  168. /usr2/distrib/latex209/nfss/lfonts.new:\def\filedate{91/11/27}
  169. /usr2/distrib/latex209/nfss/margid.sty:\def\fileversion{v1.0c}
  170. /usr2/distrib/latex209/nfss/margid.sty:\def\filedate{91/08/19}
  171. /usr2/distrib/latex209/nfss/newlfont.sty:\def\fileversion{v1.3a}
  172. /usr2/distrib/latex209/nfss/newlfont.sty:\def\filedate{91/11/27}
  173. /usr2/distrib/latex209/nfss/nfss.bug:\def\filedate{91/11/22}
  174. /usr2/distrib/latex209/nfss/nfssinst.tex:\def\fileversion{v1.0a}
  175. /usr2/distrib/latex209/nfss/nfssinst.tex:\def\filedate{91/03/29}
  176. /usr2/distrib/latex209/nfss/nfssprob.tex:\def\filedate{91/04/23}
  177. /usr2/distrib/latex209/nfss/nomargid.sty:\def\fileversion{v1.0c}
  178. /usr2/distrib/latex209/nfss/nomargid.sty:\def\filedate{91/08/19}
  179. /usr2/distrib/latex209/nfss/oldlfont.sty:\def\fileversion{v1.3a}
  180. /usr2/distrib/latex209/nfss/oldlfont.sty:\def\filedate{91/11/27}
  181. /usr2/distrib/latex209/nfss/preload.med:\def\fileversion{v1.0h}
  182. /usr2/distrib/latex209/nfss/preload.med:\def\filedate{91/11/22}
  183. /usr2/distrib/latex209/nfss/preload.min:\def\fileversion{v1.0h}
  184. /usr2/distrib/latex209/nfss/preload.min:\def\filedate{91/11/22}
  185. /usr2/distrib/latex209/nfss/preload.ori:\def\fileversion{v1.0h}
  186. /usr2/distrib/latex209/nfss/preload.ori:\def\filedate{91/11/22}
  187. /usr2/distrib/latex209/nfss/readme.mz:\def\filedate{91/09/28}
  188. /usr2/distrib/latex209/nfss/readme.mz3:\def\filedate{91/11/27}
  189. /usr2/distrib/latex209/nfss/syntonly.sty:\def\fileversion{v1.0e}
  190. /usr2/distrib/latex209/nfss/syntonly.sty:\def\filedate{90/04/05}
  191. /usr2/distrib/latex209/nfss/tracefnt.sty:\def\fileversion{v1.0r}
  192. /usr2/distrib/latex209/nfss/tracefnt.sty:\def\filedate{90/08/27}
  193.