diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltfssini.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltfssini.dtx | 40 |
1 files changed, 35 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltfssini.dtx b/Master/texmf-dist/source/latex/base/ltfssini.dtx index aa89af6432f..9db6199988c 100644 --- a/Master/texmf-dist/source/latex/base/ltfssini.dtx +++ b/Master/texmf-dist/source/latex/base/ltfssini.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1993-2014 +% Copyright 1993-2015 % The LaTeX3 Project and any individual authors listed elsewhere % in this file. % @@ -36,7 +36,7 @@ % % \ProvidesFile{ltfssini.dtx} - [2014/09/29 v3.0k LaTeX Kernel (NFSS Initialisation)] + [2015/01/09 v3.1a LaTeX Kernel (NFSS Initialisation)] % \iffalse \documentclass{ltxdoc} \begin{document} @@ -52,7 +52,7 @@ %<+checkmem>\CHECKMEM % \fi % -% \CheckSum{298} +% \CheckSum{325} % % % \GetFileInfo{ltfssini.dtx} @@ -63,6 +63,7 @@ % % \author{Frank Mittelbach \and Rainer Sch\"opf} % +% \MaintainedByLaTeXTeam{latex} % \maketitle % % This file contains the top level \LaTeX\ interface to the font @@ -138,6 +139,9 @@ % \changes{v2.1i}{1994/05/12}{Moved \cs{selectfont} to tracefnt.dtx} % % +% \begin{macrocode} +%<*2ekernel> +% \end{macrocode} % % \subsection{Providing math \emph{versions}} % @@ -191,16 +195,38 @@ % % % +% \begin{macro}{\em} +% \changes{v1.2b}{1990/01/28}{Call to \cs{@nomath} added.} +% \changes{v3.1a}{2015/01/09}{Allow \cs{emph} to produce small caps (latexrelease)} +% \begin{macro}{\eminnershape} +% \changes{v3.1a}{2015/01/09}{macro added (latexrelease)} % We also have to define the {\em emphasize\/} font change command % (i.e.\ |\em|). This command will look is the current font is % sloped (i.e.\ has a positive |\fontdimen1|) and will then % select either |\upshape| or |\itshape|. -% \changes{v1.2b}{1990/01/28}{Call to \cs{@nomath} added.} % \begin{macrocode} +%</2ekernel> +%<latexrelease>\IncludeInRelease{2015/01/01}{\eminnershape}{\eminnershape}% +%<*2ekernel|latexrelease> \DeclareRobustCommand\em {\@nomath\em \ifdim \fontdimen\@ne\font >\z@ - \upshape \else \itshape \fi} + \eminnershape \else \itshape \fi}% +% \end{macrocode} +% +% \begin{macrocode} +\def\eminnershape{\upshape}% +%</2ekernel|latexrelease> +%<latexrelease>\EndIncludeInRelease +%<latexrelease>\IncludeInRelease{0000/00/00}{\eminnershape}{\eminnershape}% +%<latexrelease>\DeclareRobustCommand\em +%<latexrelease> {\@nomath\em \ifdim \fontdimen\@ne\font >\z@ +%<latexrelease> \upshape \else \itshape \fi}% +%<latexrelease>\let\eminnershape\@undefined +%<latexrelease>\EndIncludeInRelease +%<*2ekernel> % \end{macrocode} +% \end{macro} +% \end{macro} % % % \begin{macro}{\not@math@alphabet} @@ -579,5 +605,9 @@ %<+checkmem>\CHECKMEM % \fi % +% \begin{macrocode} +%</2ekernel> +% \end{macrocode} +% % \Finale % |