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

  1. % This file is part of the NFSS (New Font Selection Scheme) package.
  2. % ------------------------------------------------------------------
  3. \def\filedate{91/11/22}
  4. IMPORTANT NOTICE:
  5. Don't change this file.
  6. This file contains problem-records and bug-reports.  Unsolved problems
  7. and uncorrected but known bugs (so called features) start out with two
  8. exclamation marks before the number.  Fixed problems will start with two
  9. asterisks. 
  10. ** (1)  FMi 90/04/05: \process@table will never be called in the letter
  11.         style, or more exactly in any style that redefines \document. 
  12.         This means that you can't use math alphabet identifiers in letters.
  13.         This is a problem of the upgrade to LaTeX 2.10 and will vanish
  14.         then.  A fix for LaTeX 2.09 styles is to insert \process@table
  15.         immediately before
  16.             \def\do ....
  17.         inside any redefinition of the \document command.
  18.         FMi 91/09/28: corrected with the new release of LaTeX 2.09
  19. ** (2)  FMi 90/04/05: \makelabels in letter will cause an error because \xpt
  20.         is redefined to \@preamerr after \document.
  21.         FMi 90/06/03: Fixed by redefining \xpt inside \xpt. (v1.1j lfonts.doc)
  22. !! (3)  FMi 90/04/05: Problems similar to (1) will be encountered in
  23.         style files that redefine internals like \@outputpage, etc. 
  24. ** (4)  SPQR 90/05/22: In oldlfont.sty and newlfont.sty we forgot to
  25.         add the lasy math alphabet identifier to the math versions.
  26.         FMi 90/05/24: fixed.
  27. ** (5)  MDo 90/06/08: An \hbox{\small ...} in vertical mode will be
  28.         placed into the vertical list using the \baselineskip current
  29.         inside the box not the one outside the box.  Temp. fix: use
  30.         extra braces to keep the change from \small local.  Final fix
  31.         will move part of the code from \gbl@settings into \selectfont.
  32.         FMi 90/06/24: fixed.
  33. ** (6)  DH  90/06/18: \hbox instead of \mbox was used in \text.
  34.         FMi 90/06/24: fixed.
  35. ** (7)  DH  90/06/29: oldlfont.sty shouldn't be read in twice to
  36.         avoid math group overflow.
  37.         FMi 90/06/29: fixed.
  38. ** (8)  MDo 90/06/28: \no@font@help message was too long for some
  39.         version of TeX (buffer size).  
  40.         FMi 90/06/30: fixed by shortening the error message.
  41.         We recommend increase of buffer size to at least 2000!!!!!
  42. ** (9)  FMi (long known): In certain cases \addtoversion would produce
  43.         a misleading error message.
  44.         RmS 90/06/30: Fixed by adding another error message text.
  45.         
  46. ** (10) MDo 90/07/05: Stupid typo in v1.2l of fam.doc. First assigned
  47.         user value and then default value in \extra@def.
  48.         FMi 90/07/05: Fixed by exchanging.  
  49. ** (11) JBr 90/07/06: Another stupid typo in v1.2i of oldlfont.sty
  50.         where a necessary \fi was preceded by %.
  51.         FMi 90/07/06: Fixed by removing the percent.
  52. ** (12) FMi 90/07/07: While changing the interface a few days ago
  53.         I forgot to remove a \the\toks@ in \define@mathgroup.  This
  54.         enlarged the versions by a power of two resulting in some loss
  55.         of performance.  
  56.         FMi: fixed five minutes later. 
  57. ** (13) DH  90/07/10: In fam.doc a missing percent in \sub@fontshape
  58.         could produce an extra space if a font is loaded in horizontal
  59.         mode.
  60.         FMi 90/07/11: fixed.
  61. ** (14) MDo 90/07/10: Used \ifx\undefined\ds@oldlfont instead of
  62.         \@ifundefined{ds@oldlfont} so that oldlfont was never loaded
  63.         in a \documentstyle command. (Another of those stupid things)
  64.         FMi 90/07/11: Fixed.  
  65. ** (15) RmS 90/09/02: Fix for (14) was incorrect since \@ifundefined is
  66.         not available before latex.tex is loaded.
  67.         FMi 90/09/02: Fixed by inserting its definition directly.  
  68. ** (16) FMi 90/10/02: Dr. David Love reported that \paragraph{Test} {\sl AB}
  69.         would produce a bold slanted heading the newlfont option.
  70.         This is actually not an error of the font selection scheme but
  71.         a problem with LaTeX 2.09. If the newlfont option is used, it is
  72.         necessary that at some places in a style file all font parameters
  73.         are specified. Currently the LaTeX styles specify only \normalsize
  74.         \bf in headings.  In this case one has to reset the wrong font
  75.         parameter by hand, e.g., \paragraph{\normalshape Test} in the
  76.         case above.  As similar problem will arise when a footnote is
  77.         encountered during the scope of \sf etc.  This problem will
  78.         vanish with the new LaTeX. 
  79.         FMi 91/09/28: corrected with the new release of LaTeX 2.09
  80. ** (17) DH  90/10/04: It seems better to substitute cmti for cmu fonts
  81.         which are not available since this font is mainly used for the
  82.         \pound symbol. (Who likes to get pounds converted to dollars in
  83.         a footnote?)
  84.         FMi 90/10/09: Changed.
  85. ** (18) FMi 90/10/12: FJe reported that changes to \baselinestretch
  86.         in the preamble do not affect the setting of \baselineskip.
  87.         FMi 90/10/12: Fixed by forcing a reinitialisation in 
  88.         \begin{document}
  89. ** (19) DWu 91/03/03: The combination of twoside, \pagestyle{headings}
  90.         and newlfont.sty results in slanted page numbers on every second
  91.         page. This is again the result of mixing LaTeX 2.09 styles with
  92.         the font selection scheme.
  93.         Temp. fix: delimit the scope of \sl in the heading macros with
  94.         an extra set of braces. The standard styles will be updated soon.
  95.         FMi 91/09/28: corrected with the new release of LaTeX 2.09
  96. !! (20) WKa 91/03/07: \process@table will never be called in the letter
  97.         style, or more exactly in any style that redefines \document. 
  98.         This means that you can't use newlfont.sty within such document
  99.         styles without adding the fix mentioned in (1).
  100. ** (21) SLe 91/03/25: \$ no longer worked as superscript in math.
  101.         Fixed 91/03/27 FMi: added extra braces around definition. Did
  102.         the same for \pounds and \copyright.
  103. ** (22) FMi 91/03/30: The file install.tex was added to the distribution.
  104.         It describes the generation of a new format in more detail and is
  105.         processable with the old LaTeX. The file fontsel.tex was changed so
  106.         that it is processable without the NFSS running.
  107. ** (23) FMi 91/03/30: Definitions of \newfont and \symbol added to
  108.         newlfont.sty and basefont.tex. The use of this functions is
  109.         not encouraged but was provided because the NFSS still misses
  110.         a proper interface for these features.
  111. **     FMi 91/09/28: Set of small changes to use the features offered by
  112.         a new release of LaTeX 2.09. NFSS will check whether or not it runs
  113.         under the new LaTeX release and will issue an error if not during 
  114.         initex to inform people that there is a newer version of LaTeX around.
  115. ** (24) RmS 91/11/10: \reset@font should be protected against expansion.
  116.         FMi 91/11/21: corrected.
  117. ** (25) RmS 91/11/21: LaTeX fonts should start with `l'
  118.         FMi 91/11/21: corrected.
  119. ** (26) RmS 91/11/22: euscript.sty does not work without amstex.sty option.
  120.         FMi 91/11/22: Missing code added.
  121. ** (27) FMi 91/11/26: The AMS removed eufm14.mf and eufb14.mf from their font
  122.         distribution. For this reason fontdef.max was changed.
  123. ** (28) RBa 91/05: \series etc. should get different names because they may
  124.         be used in mathematical work.
  125.         FMi 91/11/27: Changed to \fontfamily, \fontseries, \fontshape and
  126.         \fontsize. Old names are still supported.
  127. The good guys and dolls mentioned in this file:
  128.   RBa   Rosemary Bailey
  129.   JBr   Johannes Braams
  130.   MDo   Michael Downes
  131.   WKa   Wolfgang Kaspar       URZ86@DMSWWU1A.bitnet
  132.   DH    Don Hosek
  133.   FJe   Frank Jensen          fj@iesd.dk
  134.   SLe   Silvio Levy           levy@princeton.edu
  135.   FMi   Frank Mittelbach      
  136.   SPQR  Sebastian Rahtz
  137.   RmS   Rainer Sch\"opf       
  138.   DWu   Dominik Wujastik
  139.