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/tex/latex/fontaxes | |
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/tex/latex/fontaxes')
-rw-r--r-- | Master/texmf-dist/tex/latex/fontaxes/fontaxes.sty | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/fontaxes/fontaxes.sty b/Master/texmf-dist/tex/latex/fontaxes/fontaxes.sty index 794f8a5a973..ecbe2df5c92 100644 --- a/Master/texmf-dist/tex/latex/fontaxes/fontaxes.sty +++ b/Master/texmf-dist/tex/latex/fontaxes/fontaxes.sty @@ -7,7 +7,7 @@ %% fontaxes.dtx (with options: `package') %% %% 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 @@ -111,6 +111,8 @@ \AtBeginDocument{ \@ifpackageloaded{hyperref}{% \pdfstringdefDisableCommands{% + \let\fontprimaryshape\@gobble + \let\fontsecondaryshape\@gobble \let\fontfigurestyle\@gobble \let\fontfigurealignment\@gobble \let\fontbasefamily\@gobble @@ -305,10 +307,6 @@ \newcommand*\fontaxes@save[1]{% \expandafter\let\csname fontaxes@last@\string#1\endcsname#1% } -\AtBeginDocument{% - \fontaxes@provide@mv@copy{tabular}{normal}% - \fontaxes@provide@mv@copy{boldtabular}{bold}% -} \newcommand*\fontaxes@provide@mv@copy[2]{% \@ifundefined{mv@#1}{% \DeclareMathVersion{#1}% @@ -316,6 +314,10 @@ \csname mv@#2\endcsname }{}% } +\AtBeginDocument{% + \fontaxes@provide@mv@copy{tabular}{normal}% + \fontaxes@provide@mv@copy{boldtabular}{bold}% +} \newif\iffontaxes@exists \newcommand*\fontaxes@check@family[1]{% \begingroup |