From c9f10f84058bee6805ccb5b949207cf6ced6a6d7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 16 Nov 2011 01:16:34 +0000 Subject: fontaxes (15nov11) git-svn-id: svn://tug.org/texlive/trunk@24606 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fontaxes/fontaxes.pdf | Bin 112565 -> 112719 bytes .../texmf-dist/source/latex/fontaxes/fontaxes.dtx | 12 +++++++++--- Master/texmf-dist/tex/latex/fontaxes/fontaxes.sty | 3 ++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Master/texmf-dist/doc/latex/fontaxes/fontaxes.pdf b/Master/texmf-dist/doc/latex/fontaxes/fontaxes.pdf index 5713534d4e9..fd44b9c90a3 100644 Binary files a/Master/texmf-dist/doc/latex/fontaxes/fontaxes.pdf and b/Master/texmf-dist/doc/latex/fontaxes/fontaxes.pdf differ diff --git a/Master/texmf-dist/source/latex/fontaxes/fontaxes.dtx b/Master/texmf-dist/source/latex/fontaxes/fontaxes.dtx index c3f9f3c8946..f810f73b50e 100644 --- a/Master/texmf-dist/source/latex/fontaxes/fontaxes.dtx +++ b/Master/texmf-dist/source/latex/fontaxes/fontaxes.dtx @@ -22,10 +22,10 @@ % %\iffalse %<*driver> -\ProvidesFile{fontaxes.dtx}[2011/10/05 v1.0a Font selection axes] +\ProvidesFile{fontaxes.dtx}[2011/11/14 v1.0b Font selection axes] % %\NeedsTeXFormat{LaTeX2e} -%\ProvidesPackage{fontaxes}[2011/10/05 v1.0a Font selection axes] +%\ProvidesPackage{fontaxes}[2011/11/04 v1.0b Font selection axes] %<*driver> \documentclass{ltxdoc} @@ -57,7 +57,7 @@ % %\fi % -% \CheckSum{723} +% \CheckSum{726} % \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 @@ -764,12 +764,18 @@ % \end{macro} % % \begin{macro}{\fontaxes@naming@exception} +% \changes{v1.0b}{2011/11/14}{Added compatibility macro} % To do: Add a user interface to specify naming exceptions. % \begin{macrocode} \newcommand*\fontaxes@naming@exception[3]{% \expandafter\edef\csname fontaxes@encode@#1#2\endcsname{#3}% } % \end{macrocode} +% The following alias is defined for compatibility with +% package files generated by autoinst. +% \begin{macrocode} +\let\fa@naming@exception\fontaxes@naming@exception +% \end{macrocode} % The defaults |n| and |ulc| disappear when combined. % \begin{macrocode} \fontaxes@naming@exception{shape}{{n}{ulc}}{n} diff --git a/Master/texmf-dist/tex/latex/fontaxes/fontaxes.sty b/Master/texmf-dist/tex/latex/fontaxes/fontaxes.sty index 79d6dd8b158..315777a540e 100644 --- a/Master/texmf-dist/tex/latex/fontaxes/fontaxes.sty +++ b/Master/texmf-dist/tex/latex/fontaxes/fontaxes.sty @@ -25,7 +25,7 @@ %% the derived files fontaxes.sty, test-fontaxes.tex and fontaxes.pdf. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fontaxes}[2011/10/05 v1.0a Font selection axes] +\ProvidesPackage{fontaxes}[2011/11/04 v1.0b Font selection axes] \DeclareRobustCommand\upshape{\not@math@alphabet\upshape\relax \fontprimaryshape\updefault\selectfont} \DeclareRobustCommand\itshape{\not@math@alphabet\itshape\mathit @@ -242,6 +242,7 @@ \newcommand*\fontaxes@naming@exception[3]{% \expandafter\edef\csname fontaxes@encode@#1#2\endcsname{#3}% } +\let\fa@naming@exception\fontaxes@naming@exception \fontaxes@naming@exception{shape}{{n}{ulc}}{n} \fontaxes@naming@exception{shape}{{n}{sc}}{sc} \fontaxes@naming@exception{shape}{{n}{ssc}}{ssc} -- cgit v1.2.3