home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fonts 1 / freshfonts1.bin / programs / amiga / pastex / macros / latex2e / base / newlfont.sty < prev    next >
Text File  |  1994-06-14  |  4KB  |  111 lines

  1. %% 
  2. %% This is file `newlfont.sty', generated 
  3. %% on <1994/6/14> with the docstrip utility (2.2h).
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% newlfont.dtx  (with options: `package')
  8. %% 
  9. %% Copyright 1994 the LaTeX3 project and the individual authors. 
  10. %% All rights reserved. For further copyright information see the file 
  11. %% legal.txt, and any other copyright indicated in this file. 
  12. %% 
  13. %% This file is part of the LaTeX2e system. 
  14. %% ---------------------------------------- 
  15. %% 
  16. %% This system is distributed in the hope that it will be useful, 
  17. %% but WITHOUT ANY WARRANTY; without even the implied warranty of 
  18. %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
  19. %% 
  20. %% 
  21. %% IMPORTANT NOTICE: 
  22. %% 
  23. %% For error reports in case of UNCHANGED versions see readme files. 
  24. %% 
  25. %% Please do not request updates from us directly. Distribution is 
  26. %% done through Mail-Servers and TeX organizations. 
  27. %% 
  28. %% You are not allowed to change this file. 
  29. %% 
  30. %% You are allowed to distribute this file under the condition that 
  31. %% it is distributed together with all files mentioned in 00readme.txt. 
  32. %% 
  33. %% If you receive only some of these files from someone, complain! 
  34. %% 
  35. %% You are NOT ALLOWED to distribute this file alone. You are NOT 
  36. %% ALLOWED to take money for the distribution or use of either this 
  37. %% file or a changed version, except for a nominal charge for copying 
  38. %% etc. 
  39. \def\fileversion{v2.2i}
  40. \def\filedate{1994/05/19}
  41. \def\docdate {1994/05/26}
  42.  
  43. %% \CharacterTable
  44. %%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
  45. %%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
  46. %%   Digits        \0\1\2\3\4\5\6\7\8\9
  47. %%   Exclamation   \!     Double quote  \"     Hash (number) \#
  48. %%   Dollar        \$     Percent       \%     Ampersand     \&
  49. %%   Acute accent  \'     Left paren    \(     Right paren   \)
  50. %%   Asterisk      \*     Plus          \+     Comma         \,
  51. %%   Minus         \-     Point         \.     Solidus       \/
  52. %%   Colon         \:     Semicolon     \;     Less than     \<
  53. %%   Equals        \=     Greater than  \>     Question mark \?
  54. %%   Commercial at \@     Left bracket  \[     Backslash     \\
  55. %%   Right bracket \]     Circumflex    \^     Underscore    \_
  56. %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
  57. %%   Right brace   \}     Tilde         \~}
  58. %% Copyright (C) 1989-1994 Frank Mittelbach and Rainer Sch\"opf,
  59. %% all rights reserved.
  60. \ProvidesPackage{newlfont}[\filedate\space\fileversion\space
  61.                            Standard LaTeX2e package]
  62. \wlog{Package: `newlfont'
  63.  \fileversion\space <\filedate>  (FMi and RmS)}
  64. \wlog{English Documentation
  65.  \@spaces\@spaces\space <\docdate>  (FMi and RmS)}
  66. \let\rm\rmfamily
  67. \let\sf\sffamily
  68. \let\tt\ttfamily
  69. \let\bf\bfseries
  70. \let\sl\slshape
  71. \let\sc\scshape
  72. \let\it\itshape
  73. \DeclareRobustCommand\em{%
  74.   \@nomath\em
  75.   \ifdim \fontdimen\@ne\font >\z@\upshape \else \itshape \fi}
  76. \let\mediumseries\mdseries
  77. \let\normalshape\upshape
  78. \def\@setfontsize#1#2#3{\@nomath#1%
  79.     \ifx\protect\relax
  80.       \let\@currsize#1%
  81.     \fi
  82.     \fontsize{#2}{#3}\selectfont}
  83. \let\math@bgroup\bgroup
  84. \def\math@egroup#1{#1\egroup}
  85. \let \@@math@bgroup \math@bgroup
  86. \let \@@math@egroup \math@egroup
  87. \def\not@math@alphabet#1#2{%
  88.    \relax
  89.    \ifmmode
  90.      \@latex@error{Command \noexpand#1invalid in math mode}%
  91.         {%
  92.          Please
  93.          \ifx#2\relax
  94.             define a new math alphabet^^J%
  95.             if you want to use a special font in math mode%
  96.           \else
  97.             use the math alphabet #2instead of
  98.             the #1command%
  99.          \fi
  100.          .
  101.         }%
  102.    \fi}
  103. \let\pcal\@undefined
  104. \let\cal\mathcal
  105. \let\pmit\@undefined
  106. \let\mit\mathnormal
  107. \RequirePackage{latexsym}
  108. \endinput
  109. %% 
  110. %% End of file `newlfont.sty'.
  111.