home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 November / VPR9611B.ISO / wintex / ams / amsltx11 / fontsel / jbasefon.tex < prev    next >
Text File  |  1995-02-13  |  3KB  |  85 lines

  1. %% Copyright (C) 1989,1990,1991 by Frank Mittelbach, Rainer Schoepf. 
  2. %% All rights reserved. 
  3. %%
  4. %% Modified February 14, 1995, by Impress Corporation.
  5. %% 
  6. %% This file is part of the NFSS (New Font Selection Scheme) package. 
  7. %% 
  8. %% IMPORTANT NOTICE: 
  9. %% 
  10. %% You are not allowed to change this file. You may however copy this file 
  11. %% to a file with a different name and then change the copy if you obey 
  12. %% the restrictions on file changes described in readme.mz. 
  13. %% 
  14. %% You are allowed to distribute this file under the condition that it is 
  15. %% distributed together with all files mentioned in readme.mz3. If you 
  16. %% receive only some of these files from someone, complain! 
  17. %% 
  18. %% You are NOT ALLOWED to distribute this file alone. You are NOT ALLOWED 
  19. %% to take money for the distribution or use of either this file or a 
  20. %% changed version, except for a nominal charge for copying etc. 
  21. %% 
  22. %% For error reports in case of UNCHANGED versions see readme files. 
  23. %% 
  24. %% Please do not request updates from us directly. Distribution is done 
  25. %% through Mail-Servers and TeX organizations. 
  26. %% 
  27. \def\fileversion{v1.3aj}% changed by impress
  28. \def\filedate{95/2/14}% changed by impress
  29. \def\docdate {91/03/30}
  30.  
  31. %% \CheckSum{146}
  32. %% \CharacterTable
  33. %%  {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
  34. %%   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
  35. %%   Digits        \0\1\2\3\4\5\6\7\8\9
  36. %%   Exclamation   \!     Double quote  \"     Hash (number) \#
  37. %%   Dollar        \$     Percent       \%     Ampersand     \&
  38. %%   Acute accent  \'     Left paren    \(     Right paren   \)
  39. %%   Asterisk      \*     Plus          \+     Comma         \,
  40. %%   Minus         \-     Point         \.     Solidus       \/
  41. %%   Colon         \:     Semicolon     \;     Less than     \<
  42. %%   Equals        \=     Greater than  \>     Question mark \?
  43. %%   Commercial at \@     Left bracket  \[     Backslash     \\
  44. %%   Right bracket \]     Circumflex    \^     Underscore    \_
  45. %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
  46. %%   Right brace   \}     Tilde         \~}
  47. %%
  48. \immediate
  49.  \write\sixt@@n{File: `basefont' \@spaces
  50.  \fileversion\space <\filedate> (FMi and RmS)}
  51. \immediate
  52.  \write\sixt@@n{English Documentation
  53.           \@spaces\space <\docdate> (FMi and RmS)}
  54. \def\newfont#1#2{\@ifdefinable#1{\global
  55.                         \font#1=#2\relax}}
  56. \def\symbol#1{\char #1\relax}
  57. \def\@gobbletwo#1#2{}
  58. \let\load\@gobbletwo
  59. \def\@setsize#1#2#3#4{\@nomath#1%
  60.                         \size{#4}{#2}\selectfont}
  61. \def\prm{\fontfamily\rmdefault\selectfont}
  62. \def\psf{\fontfamily\sfdefault\selectfont}
  63. \def\ptt{\fontfamily\ttdefault\selectfont}
  64.  
  65. \def\psl{\fontshape\sldefault\selectfont}
  66. \def\psc{\fontshape\scdefault\selectfont}
  67. \def\pit{\fontshape\itdefault\selectfont}
  68. \def\pbf{\fontseries\bfdefault\selectfont}
  69. \def\em{\protect\pem}
  70. \def\pem{\@nomath\em \ifdim \fontdimen\@ne\font >\z@
  71.                        \normalshape \else \it \fi}
  72.  
  73. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  74. % For ASCII Japanese TeX by impress
  75.  
  76. \def\pmc{\fontjfamily\mcdefault\selectfont}
  77. \def\pgt{\fontjfamily\gtdefault\selectfont}
  78.  
  79. \def\prm{\fontjfamily\mcdefault\fontfamily\rmdefault\selectfont}
  80. \def\pbf{\fontjfamily\gtdefault\fontseries\bfdefault\selectfont}
  81.  
  82. \endinput
  83. %% 
  84. %% End of file `/usr2/distrib/latex209/nfss/basefont.tex'.
  85.