summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/teubner/teubner.dtx23
1 files changed, 11 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/teubner/teubner.dtx b/Master/texmf-dist/source/latex/teubner/teubner.dtx
index bccc4bdfcdc..f7b457ada7d 100644
--- a/Master/texmf-dist/source/latex/teubner/teubner.dtx
+++ b/Master/texmf-dist/source/latex/teubner/teubner.dtx
@@ -54,7 +54,7 @@ charge for copying, etc.
%<package>\ProvidesPackage{teubner}[%
%<tbtx>\ProvidesPackage{teubnertx}[%
%<*driver,package,tbtx>
-2015/10/25 v.4.7b
+2016/03/31 v.4.8
%<package>Extensions for Greek philology]
%<tbtx>Access to the LGR encoded Greek fonts that match the TX fonts]
%</driver,package,tbtx>
@@ -88,7 +88,7 @@ charge for copying, etc.
%</driver>
% \fi
%
-% \CheckSum{4371}
+% \CheckSum{4368}
% \begin{multicols}{2}\tableofcontents\end{multicols}
%
%
@@ -910,21 +910,20 @@ Type X <return> to exit.}%
%\begin{macro}{\textlatin}
% |\textlatin| is a redefinition of the standard \babel\ macro that is adapted to
% the present situation, where it may be called behind the scenes in certain
-% situations that are beyond the control of the typesetter. Therefore
-% every precaution is taken in order to be sure that the composition of the command
-% argument is really done with the default encoding and font families, but
-% maintaining the current series and shape; of course, if the shape is that related
-% to the Lipsian font, then the italic shape is temporarily restored (local
-% definition). Moreover, with the (default) Latin fonts the tilde is restored to a
-% non breaking space by simply making it an active character.
+% situations that are beyond the control of the typesetter. Therefore every
+% precaution is taken in order to be sure that the composition of the command
+% argument is really done with the default encoding but maintaining the current
+% font familY, series and shape; of course, if the shape is that
+% related to the Lipsian font, then the italic shape is temporarily restored
+% (local definition). Moreover, with the (default) Latin fonts the tilde is
+% restored to a non breaking space by simply making it an active character.
% \begin{macrocode}
\DeclareRobustCommand\textlatin[1]{\edef\externalencoding{\f@encoding}{%
\def\itdefault{it}\def\@tempA{li}\ifx\@tempA\f@shape\def\f@shape{it}\fi%
\expandafter\select@language\expandafter{\previouslanguage}%
- \fontencoding{\previousencoding}%
- \fontfamily{\rmdefault}\selectfont
+ \fontencoding{\previousencoding}\selectfont
\bbl@activate{~}#1}%
- \expandafter\fontencoding\expandafter{\externalencoding}\rmfamily}
+ \expandafter\fontencoding\expandafter{\externalencoding}}
% \end{macrocode}
%\end{macro}