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

  1. %% 
  2. %% This is file `fontenc.sty', generated 
  3. %% on <1994/6/14> with the docstrip utility (2.2h).
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% ltoutenc.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. %%% File: ltoutenc
  40. \NeedsTeXFormat{LaTeX2e}
  41. \ProvidesPackage{fontenc}[1994/05/18 Standard LaTeX package]
  42. \DeclareOption*{%
  43.    \let\encodingdefault\CurrentOption
  44.    \@ifundefined{T@\CurrentOption}{%
  45.       \InputIfFileExists{\CurrentOption enc.def}{}{%
  46.          \@warning{Encoding file `\CurrentOption enc.def' not found}%
  47.       }%
  48.    }{}%
  49. }
  50. \ProcessOptions*
  51. \fontencoding\encodingdefault\selectfont
  52. \endinput
  53. %% 
  54. %% End of file `fontenc.sty'.
  55.