summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltfssbas.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltfssbas.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltfssbas.dtx14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltfssbas.dtx b/Master/texmf-dist/source/latex/base/ltfssbas.dtx
index 8e1c1559dad..5766fb2a93f 100644
--- a/Master/texmf-dist/source/latex/base/ltfssbas.dtx
+++ b/Master/texmf-dist/source/latex/base/ltfssbas.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009
+% Copyright 1993-2014
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -40,7 +40,7 @@
%
%
\ProvidesFile{ltfssbas.dtx}
- [2002/10/02 v3.0x LaTeX Kernel (NFSS Basic Macros)]
+ [2014/09/29 v3.0x LaTeX Kernel (NFSS Basic Macros)]
% \iffalse
\documentclass{ltxdoc}
\begin{document}
@@ -718,7 +718,7 @@
% If the new encoding is the same as the old
% encoding we have nothing to do.
% However, in case we had a sequence of several encoding changes
-% without a |\selectfont| inbetween we can save processing by
+% without a |\selectfont| in-between we can save processing by
% making sure that |\enc@update| is |\relax|.
% \begin{macrocode}
\let\enc@update\relax
@@ -805,7 +805,7 @@
% \end{macrocode}
% Some handy abbreviation if you want to get some particular font
% in the current size. If also the size should change one has to
-% issue a |\fontsize| comand first.
+% issue a |\fontsize| command first.
% \begin{macrocode}
\def\usefont#1#2#3#4{\fontencoding{#1}\fontfamily{#2}%
\fontseries{#3}\fontshape{#4}\selectfont
@@ -822,7 +822,7 @@
% \begin{macro}{\linespread}
% \changes{v2.1j}{1994/05/12}{New macro}
% \changes{v2.1p}{1994/05/16}{Remove surplus braces}
-% The comand |\linespread| changes the current |\baselinestretch|
+% The command |\linespread| changes the current |\baselinestretch|
% by calling |\set@fontsize|. The values for |\f@size| and
% |\f@baselineskip| will be left unchanged.
% \begin{macrocode}
@@ -843,7 +843,7 @@
% which case nothing changes, or it will be an updated value due to
% a user change of that macro using |\renewcommand|. If we would
% pass the internal |\f@linespread| such a change would be
-% efectively overwritten by a size change.
+% effectively overwritten by a size change.
% \begin{macrocode}
\DeclareRobustCommand\fontsize[2]
{\set@fontsize\baselinestretch{#1}{#2}}
@@ -1165,7 +1165,7 @@
% speed up the loading of some packages which may load fonts
% The code is actually pre-loaded into the kernel and removed
% at |\begin{document}|. The |\ifx| test below ensures that
-% if |\usepackage{autofss2}| apears in the preamble, then the code
+% if |\usepackage{autofss2}| appears in the preamble, then the code
% is not removed at this time. Can not use |\AtBeginDocument| here
% as it is not defined yet! Listing all the commands like this
% is not ideal as any changes to the |autofss2.sty| need to be