diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-23 22:12:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-23 22:12:52 +0000 |
commit | b49b522e4c172df7790539873d951b8b3d9be84b (patch) | |
tree | fc34fe09050b969acbb4e9502d72e9741b048c83 /Master/texmf-dist/source | |
parent | 43f0cab68a9ea1b2cc9385df46487eb6f4cba012 (diff) |
fontaxes (23mar14)
git-svn-id: svn://tug.org/texlive/trunk@33265 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/fontaxes/fontaxes.dtx | 29 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/fontaxes/fontaxes.ins | 2 |
2 files changed, 17 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/fontaxes/fontaxes.dtx b/Master/texmf-dist/source/latex/fontaxes/fontaxes.dtx index 1cacc533237..326fe4fa55f 100644 --- a/Master/texmf-dist/source/latex/fontaxes/fontaxes.dtx +++ b/Master/texmf-dist/source/latex/fontaxes/fontaxes.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % % Copyright (c) 2007 by Andreas B\"uhmann -% Copyright (c) 2011 by Michael Ummels <michael.ummels@rwth-aachen.de> +% Copyright (c) 2014 by Michael Ummels <michael.ummels@rwth-aachen.de> % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c @@ -22,7 +22,7 @@ % %\iffalse %<*driver> -\ProvidesFile{fontaxes.dtx}[2011/12/16 v1.0c Font selection axes] +\ProvidesFile{fontaxes.dtx}[2014/03/23 v1.0d Font selection axes] %</driver> %<package>\NeedsTeXFormat{LaTeX2e} %<package>\ProvidesPackage{fontaxes}[2011/12/16 v1.0c Font selection axes] @@ -57,7 +57,7 @@ %</driver> %\fi % -% \CheckSum{732} +% \CheckSum{738} % \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 @@ -532,6 +532,8 @@ \AtBeginDocument{ \@ifpackageloaded{hyperref}{% \pdfstringdefDisableCommands{% + \let\fontprimaryshape\@gobble + \let\fontsecondaryshape\@gobble \let\fontfigurestyle\@gobble \let\fontfigurealignment\@gobble \let\fontbasefamily\@gobble @@ -914,18 +916,9 @@ % % \subsection{Compatibility} % -% If no math versions |tabular| and |boldtabular| are defined in the preamble, -% we provide defaults by copying the states of |normal| and |bold| (assuming, -% in turn, that these two exist). -% \begin{macrocode} -\AtBeginDocument{% - \fontaxes@provide@mv@copy{tabular}{normal}% - \fontaxes@provide@mv@copy{boldtabular}{bold}% -} -% \end{macrocode} -% % \begin{macro}{\fontaxes@provide@mv@copy} % \changes{v0.2}{2005/04/28}{Provide default math versions by copy.} +% \changes{v1.0d}{2014/03/23}{Change order of macro definition and invocation.} % Declare math version |#1| to be a copy of math version |#2| if |#1| does not % exist already. To accomplish this, we have to know that a math version's % configuration is basically stored in a macro |\mv@|\meta{name} (which makes @@ -941,6 +934,16 @@ % \end{macrocode} % \end{macro} % +% If no math versions |tabular| and |boldtabular| are defined in the preamble, +% we provide defaults by copying the states of |normal| and |bold| (assuming, +% in turn, that these two exist). +% \begin{macrocode} +\AtBeginDocument{% + \fontaxes@provide@mv@copy{tabular}{normal}% + \fontaxes@provide@mv@copy{boldtabular}{bold}% +} +% \end{macrocode} +% % \subsection{Tools} % % \begin{macro}{\fontaxes@check@family} diff --git a/Master/texmf-dist/source/latex/fontaxes/fontaxes.ins b/Master/texmf-dist/source/latex/fontaxes/fontaxes.ins index 7ed577b30a1..d054dd293a4 100644 --- a/Master/texmf-dist/source/latex/fontaxes/fontaxes.ins +++ b/Master/texmf-dist/source/latex/fontaxes/fontaxes.ins @@ -23,7 +23,7 @@ \preamble Copyright (c) 2007 by Andreas Buehmann -Copyright (c) 2011 by Michael Ummels <michael.ummels@rwth-aachen.de> +Copyright (c) 2014 by Michael Ummels <michael.ummels@rwth-aachen.de> This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c |