diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltfntcmd.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltfntcmd.dtx | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltfntcmd.dtx b/Master/texmf-dist/source/latex/base/ltfntcmd.dtx index f246d8b391b..2746e52bb54 100644 --- a/Master/texmf-dist/source/latex/base/ltfntcmd.dtx +++ b/Master/texmf-dist/source/latex/base/ltfntcmd.dtx @@ -2,33 +2,33 @@ % % 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: ltfntcmd.dtx -%% +%% %<*driver> % \fi \ProvidesFile{ltfntcmd.dtx} @@ -47,7 +47,7 @@ % \fi % % \CheckSum{258} -% +% %% \CharacterTable %% {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 %% 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 @@ -308,24 +308,24 @@ % necessary concerning the italic correction at both ends. % % The algorithm for deciding whether to put in an italic correction -% is not very subtle: one is added whenever the newly current font +% is not very subtle: one is added whenever the newly current font % is not itself positively sloped, unless the next token is a % character in the `nocorr' list. At the end of the text this % is done after closing the group so as to check the `outer font'. % Note that this % will often result in adding an italic correction token after a -% character in an unsloped font; we believe (in early 2003) that -% this is perhaps inefficient but not dangerous. -% +% character in an unsloped font; we believe (in early 2003) that +% this is perhaps inefficient but not dangerous. +% % It also now checks for empty contents of the text command and optimises % this case. Some care is also taken to check that doing dangerous % things in vertical mode is avoided. % % The italic correction token is added to the horizontal list -% before (in the list) an immediately prceding non-zero glob of -% glue (skip) and any non-zero penalty preceding that since, in +% before (in the list) an immediately prceding non-zero glob of +% glue (skip) and any non-zero penalty preceding that since, in % the typical case, this puts it immediately -% after the last character in the preceding word. +% after the last character in the preceding word. % % % \changes{v3.3j}{1994/05/25}{Insertion of \cs{aftergroup}s moved} @@ -334,7 +334,7 @@ % \changes{v3.3u}{1996/10/08}{Removed \cs{check@icr} when in vmode % since it causes various errors (see pr/2157)} % \changes{v3.3w}{1997/10/17}{Reinstalled \cs{check@icr} as check is -% now done in \cs{check@nocorr@} (see PR/2646).} +% now done in \cs{check@nocorr@} (see PR/2646).} % \changes{v3.3y}{2000/01/30}{Use \cs{hmode@bgroup} now (pr/3160)} % % Note that it is necessary to put in the |\aftergroup\maybe@ic| at @@ -435,7 +435,7 @@ % \end{macrocode} % \end{macro} % \end{macro} -% +% % \begin{macro}{\text@command} % \begin{macro}{\check@nocorr@} % \changes{v3.3a}{1994/04/20}{Macros added} @@ -447,7 +447,7 @@ % and also for one in any other position not protected within % braces (the latter is treated as if it were at the end of the % argument). -% +% % Is this the correct action in the `empty' case? It is efficient but % typographically it is, strictly, incorrect! % \changes{v3.3l}{1994/06/18}{Added check for empty text} @@ -525,7 +525,7 @@ % \begin{macro}{\ifmaybe@ic} % \changes{v3.4a}{2009/12/14}{Macro added} % Switch used soley within |\maybe@ic| not interferring with other -% switches. +% switches. % \begin{macrocode} \newif\ifmaybe@ic % \end{macrocode} @@ -536,7 +536,7 @@ % \begin{macro}{\maybe@ic@} % \changes{v3.0a}{1993/12/11}{Macro and name changed} % \changes{v3.4a}{2009/12/14}{Use switch \cs{ifmaybe@ic} instead of -% \cs{if@tempswa}} +% \cs{if@tempswa}} % \task{CAR}{Make this more efficient by checking for non-characters % first and using \cs{if} test?} % These macros implement the italic correction. @@ -595,7 +595,7 @@ % done via an |\if| thus their catcodes would not matter; but this % will not work whilst |\futurelet| is used above. % \changes{v3.4a}{2009/12/14}{Use switch \cs{ifmaybe@ic} instead of -% \cs{if@tempswa}} +% \cs{if@tempswa}} % \begin{macrocode} \def \t@st@ic {% \expandafter\let\expandafter\reserved@b\expandafter=\reserved@a\relax @@ -781,7 +781,7 @@ is not defined:\MessageBreak there is probably something wrong with the class file}\@eha -} +} %</2ekernel> % \end{macrocode} % \end{macro} |