diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/fontdef.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/fontdef.dtx | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/Master/texmf-dist/source/latex/base/fontdef.dtx b/Master/texmf-dist/source/latex/base/fontdef.dtx index d3acfab29f7..6ec2d69c688 100644 --- a/Master/texmf-dist/source/latex/base/fontdef.dtx +++ b/Master/texmf-dist/source/latex/base/fontdef.dtx @@ -2,29 +2,29 @@ % % Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 % The LaTeX3 Project and any individual authors listed elsewhere -% in this file. -% +% in this file. +% % This file is part of the LaTeX base system. % ------------------------------------------- -% +% % 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. -% +% % This file has the LPPL maintenance status "maintained". -% +% % The list of all files belonging to the LaTeX base distribution is % given in the file `manifest.txt'. See also `legal.txt' for additional % information. -% -% The list of derived (unpacked) files belonging to the distribution -% and covered by LPPL is defined by the unpacking scripts (with +% +% The list of derived (unpacked) files belonging to the distribution +% and covered by LPPL is defined by the unpacking scripts (with % extension .ins) which are part of the distribution. -% +% % \fi % \iffalse %%% From File: fontdef.dtx @@ -41,9 +41,9 @@ % \ProvidesFile{fontdef.dtx} [2004/02/04 v2.3a LaTeX Kernel % \iftrue (\else -%<text, >(Text +%<text, >(Text %<math, >(Math -%<+cfgtext>(Uncustomised text +%<+cfgtext>(Uncustomised text %<+cfgmath>(Uncustomised math %<+cfgprel>(Uncustomised preload % \fi @@ -141,7 +141,7 @@ % % Please note: the following standard encodings have to % be defined in all local variants of \texttt{font....cfg} to guarantee -% that all \LaTeX{} installations behave in the same way. +% that all \LaTeX{} installations behave in the same way. % \begin{center} % \begin{tabular}{ll} % |T1| & Cork \TeX{} text encoding \\ @@ -149,7 +149,7 @@ % |U| & unknown encoding \\ % |OML| & old \TeX{} math letters encoding \\ % |OMS| & old \TeX{} math symbols encoding \\ -% |OMX| & old \TeX{} math extension symbols encoding +% |OMX| & old \TeX{} math extension symbols encoding % \end{tabular} % \end{center} % Notice that some of these encodings are `old' in the sense that we @@ -203,7 +203,7 @@ % % The next bit of code contains the documentation driver file for % \TeX{}, i.e.~the file that will produce the documentation you are -% currently reading. It will be extracted from this file by the +% currently reading. It will be extracted from this file by the % \dst{} program. % \begin{macrocode} %<*driver> @@ -245,12 +245,12 @@ % the form \meta{enc}\texttt{enc.def}, e.g.~\texttt{ot1enc.def}. This % allows other applications to make use of the declarations as % well. -% +% % Similar to the default encoding, the loading of the encoding % files for the two major text encodings shouldn't be changed. % In particular, the \texttt{inputenc} package depends on this. % \changes{v2.2s}{1997/12/20}{Added documentation} -% +% % \changes{v2.1d}{1994/01/05}{Removed nf prefix from file names.} % \changes{v2.1f}{1994/05/14}{Removed .def files.} % \changes{v2.1g}{1994/05/1g}{Removed \cs{DeclareFontEncoding} for ot1 @@ -280,7 +280,7 @@ % \begin{macrocode} \DeclareFontEncodingDefaults{}{} % \end{macrocode} -% +% % Then we define the default substitution for every encoding. % This release of \LaTeXe{} assumes that the ec fonts are % available. It is possible to change this to point to some other @@ -342,7 +342,7 @@ \input {ot1cmtt.fd} \endgroup % \end{macrocode} -% +% % Even with all the precautions it is still possible that NFSS will % run into problems, for example, when a |.fd| file contains % corrupted data. To guard against such cases NFSS has a very @@ -435,7 +435,7 @@ %</text> % \end{macrocode} % -% +% % % % \section{The \texttt{fontmath.ltx} file} @@ -482,7 +482,7 @@ \endgroup % \end{macrocode} % -% \subsubsection{Symbolfont and Alphabet declarations} +% \subsubsection{Symbolfont and Alphabet declarations} % % We now define the basic symbol fonts used by \LaTeX{}. % These four symbol fonts must be defined by this file. @@ -508,7 +508,7 @@ \SetSymbolFont{letters} {bold}{OML}{cmm} {b}{it} \SetSymbolFont{symbols} {bold}{OMS}{cmsy}{b}{n} % \end{macrocode} -% +% % Below are the seven math alphabets which are defined by NFSS. % Again they must be defined by this file. % However, as before you can change the fonts used without losing @@ -542,7 +542,7 @@ % size to be used for each text font size. % % All occurences of sizes longer than a single character are replaced -% with the macro name that holds them, saving a number of +% with the macro name that holds them, saving a number of % tokens (but losing a bit of speed, so this may not stay this way). % \begin{macrocode} \DeclareMathSizes{5}{5}{5}{5} @@ -625,7 +625,7 @@ \DeclareMathSymbol{Y}{\mathalpha}{letters}{`Y} \DeclareMathSymbol{Z}{\mathalpha}{letters}{`Z} % \end{macrocode} -% +% % \subsubsection{The digits} % % \begin{macrocode} @@ -641,7 +641,7 @@ \DeclareMathSymbol{9}{\mathalpha}{operators}{`9} % \end{macrocode} % -% +% % \subsubsection{Punctuation, brace, etc. keys} % % \begin{macrocode} @@ -668,7 +668,7 @@ %\DeclareMathSymbol{<}{\mathrel}{letters}{"3C} %\DeclareMathSymbol{>}{\mathrel}{letters}{"3E} % \end{macrocode} -% +% % Should all of the following being activated by default? Probably % not. % \begin{macrocode} @@ -698,7 +698,7 @@ % \end{macrocode} % % The next two are considered to be relations when not used in the context -% of a delimiter! And worse, they do even represent different glyphs when +% of a delimiter! And worse, they do even represent different glyphs when % being used as delimiter and not as delimiter. This is a user level syntax % inherited from plain \TeX{}. Therefore we explicitly redefine the math % symbol definitions for these symbols afterwards. @@ -852,10 +852,10 @@ \let \varbigtriangledown \bigtriangledown \let \varbigtriangleup \bigtriangleup % \end{macrocode} -% +% % These last two synonyms are needed because the \textsf{stamryrd} % package redefines them as Operators. -% +% % \begin{macrocode} \DeclareMathSymbol{\wedge}{\mathbin}{symbols}{"5E} \let\land=\wedge @@ -979,7 +979,7 @@ \DeclareRobustCommand \joinrel{\mathrel{\mkern-3mu}} \DeclareRobustCommand - \relbar{\mathrel{\smash-}} % \smash, because - + \relbar{\mathrel{\smash-}} % \smash, because - % has the same height as + % \end{macrocode} % In contrast to \texttt{plain.tex} |\Relbar| got braces around the @@ -1003,7 +1003,7 @@ \DeclareRobustCommand \bowtie{\mathrel\triangleright\joinrel\mathrel\triangleleft} % \end{macrocode} -% +% % \changes{v2.2z}{2001/06/04}{Guard against math active equal and pipe % sign in \cs{models} (pr/3333)} % \begin{macrocode} @@ -1082,13 +1082,13 @@ \DeclareMathAccent{\widehat}{\mathord}{largesymbols}{"62} % \end{macrocode} % For some reason plain \TeX{} never bothered to provide -% a ring accent in math (although it is available in the fonts), +% a ring accent in math (although it is available in the fonts), % but since we got a request for it here we go: % \changes{v2.2t}{1998/04/11}{Added \cs{mathring} accent (pr2785)} % \begin{macrocode} \DeclareMathAccent{\mathring}{\mathalpha}{operators}{"17} % \end{macrocode} -% +% % % \subsubsection{Radicals} % @@ -1150,14 +1150,14 @@ \DeclareMathDelimiter{\rmoustache} % top from ), bottom from ( {\mathclose}{largesymbols}{"7B}{largesymbols}{"41} \DeclareMathDelimiter{\arrowvert} % arrow without arrowheads - {\mathord}{symbols}{"6A}{largesymbols}{"3C} + {\mathord}{symbols}{"6A}{largesymbols}{"3C} \DeclareMathDelimiter{\Arrowvert} % double arrow without arrowheads {\mathord}{symbols}{"6B}{largesymbols}{"3D} \DeclareMathDelimiter{\Vert} - {\mathord}{symbols}{"6B}{largesymbols}{"0D} + {\mathord}{symbols}{"6B}{largesymbols}{"0D} \let\|=\Vert \DeclareMathDelimiter{\vert} - {\mathord}{symbols}{"6A}{largesymbols}{"0C} + {\mathord}{symbols}{"6A}{largesymbols}{"0C} \DeclareMathDelimiter{\uparrow} {\mathrel}{symbols}{"22}{largesymbols}{"78} \DeclareMathDelimiter{\downarrow} @@ -1171,7 +1171,7 @@ \DeclareMathDelimiter{\Updownarrow} {\mathrel}{symbols}{"6D}{largesymbols}{"77} \DeclareMathDelimiter{\backslash} % for double coset G\backslash H - {\mathord}{symbols}{"6E}{largesymbols}{"0F} + {\mathord}{symbols}{"6E}{largesymbols}{"0F} \DeclareMathDelimiter{\rangle} {\mathclose}{symbols}{"69}{largesymbols}{"0B} \DeclareMathDelimiter{\langle} @@ -1251,7 +1251,7 @@ % \end{macro} % % \begin{macro}{\mathellipsis} -% This is plain \TeX's |\ldots|. +% This is plain \TeX's |\ldots|. % \begin{macrocode} \def\mathellipsis{\mathinner{\ldotp\ldotp\ldotp}}% % \end{macrocode} |