diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-09 22:39:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-09 22:39:48 +0000 |
commit | 610c45beb863b008027a871701c889fe40bed7fb (patch) | |
tree | 5b879b56850db183fd749a497edd1d91172edf69 /Master/texmf-dist/source/latex/tools/rawfonts.dtx | |
parent | 18fa80c232cf479ae713b01b17d48bdc1d653aac (diff) |
latex2e 2014/05/01 (via latex-tds)
git-svn-id: svn://tug.org/texlive/trunk@33946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tools/rawfonts.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/tools/rawfonts.dtx | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/tools/rawfonts.dtx b/Master/texmf-dist/source/latex/tools/rawfonts.dtx index fa1c839c592..579d5d1122d 100644 --- a/Master/texmf-dist/source/latex/tools/rawfonts.dtx +++ b/Master/texmf-dist/source/latex/tools/rawfonts.dtx @@ -3,22 +3,22 @@ % Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 % 2006 2008 2009 % The LaTeX3 Project and any individual authors listed elsewhere -% in this file. -% +% in this file. +% % This file is part of the Standard LaTeX `Tools Bundle'. % ------------------------------------------------------- -% +% % It may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt -% and version 1.3c or later is part of all distributions of LaTeX +% and version 1.3c or later is part of all distributions of LaTeX % version 2005/12/01 or later. -% +% % The list of all files belonging to the LaTeX `Tools Bundle' is % given in the file `manifest.txt'. -% +% % \fi % \title{The \textsf{rawfonts} package} % \date{v0.01} @@ -29,13 +29,13 @@ % % \section*{Overview} % -% The |rawfonts| \LaTeXe{} package is used to provide emulation -% of \LaTeX~2.09 documents which used low-level commands such as +% The |rawfonts| \LaTeXe{} package is used to provide emulation +% of \LaTeX~2.09 documents which used low-level commands such as % |\tenrm|. If you say: % \begin{verbatim} % \usepackage{rawfonts} % \end{verbatim} -% then over sixty fonts such as |\tenrm| will be loaded into \LaTeX. +% then over sixty fonts such as |\tenrm| will be loaded into \LaTeX. % This has a large overhead, for example this document uses: % \begin{verbatim} % 8221 words of font info for 30 fonts @@ -44,17 +44,17 @@ % \begin{verbatim} % 19294 words of font info for 73 fonts % \end{verbatim} -% That is |rawfonts| can cause your document to load twice as many -% fonts. (This overhead is why \LaTeXe{} does not define |\tenrm| and +% That is |rawfonts| can cause your document to load twice as many +% fonts. (This overhead is why \LaTeXe{} does not define |\tenrm| and % friends by default.) % -% If you want to only load a small -% number of fonts, you can use the |only| +% If you want to only load a small +% number of fonts, you can use the |only| % option, for example to only load |\tenrm| and |\tensf|: % \begin{verbatim} % \usepackage[only,tenrm,tensf]{rawfonts} % \end{verbatim} -% The |rawfonts| package is intended mainly for use with \LaTeX~2.09 +% The |rawfonts| package is intended mainly for use with \LaTeX~2.09 % documents, and you might want to have the package loaded every time % you use \LaTeXe{} in compatibility mode. In this case, you should add % the line: @@ -87,7 +87,7 @@ % \begin{macrocode} \RequirePackage{somedefs} % \end{macrocode} -% By default, all the fonts are loaded, but the |only| option says +% By default, all the fonts are loaded, but the |only| option says % that only the ones specified as options should be. % \begin{macrocode} \UseAllDefinitions |