diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-31 21:16:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-31 21:16:00 +0000 |
commit | d8dd2c6b804770d2b5c55edc1bfb2d5786e95386 (patch) | |
tree | 437eac3ad51284837870c1b087aef7e13fe96a8d /Master/texmf-dist/source/latex/teubner | |
parent | 7dbcb78e04b3bd1d5957c23730ece54f17f40231 (diff) |
teubner (31mar16)
git-svn-id: svn://tug.org/texlive/trunk@40197 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/teubner')
-rw-r--r-- | Master/texmf-dist/source/latex/teubner/teubner.dtx | 23 |
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} |