diff options
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/xelatex/xltxtra/xltxtra.dtx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/xelatex/xltxtra/xltxtra.dtx b/Master/texmf-dist/source/xelatex/xltxtra/xltxtra.dtx index 7df03b4128b..8758ffb1037 100644 --- a/Master/texmf-dist/source/xelatex/xltxtra/xltxtra.dtx +++ b/Master/texmf-dist/source/xelatex/xltxtra/xltxtra.dtx @@ -4,7 +4,7 @@ %</internal> %<*readme> _________________________ -THE XLTXTRA PACKAGE v0.5a +THE XLTXTRA PACKAGE v0.5b This package provides a number of small features that are useful for XeLaTeX. @@ -35,6 +35,13 @@ Defines the dubiously useful commands For more information see the documentation xltxtra.pdf. +____________ +Change History + +v0.5b: + Bug fix for "\LaTeX" when [no-logos] is used. + Thanks to Enrico Gregorio for finding this. + ______________ Will Robertson 2006-2009 @@ -286,7 +293,7 @@ This work consists of the file xltxtra.dtx % % \begin{macrocode} \ProvidesPackage{xltxtra} - [2009/10/25 v0.5a Improvements for the "XeLaTeX" format] + [2009/12/26 v0.5b Improvements for the "XeLaTeX" format] % \end{macrocode} % % \changes{v0.3}{2007/05/29}{Added proper documentation.} @@ -353,7 +360,7 @@ This work consists of the file xltxtra.dtx % \begin{macrocode} \if@xxt@nologos@ \let\TeX\original@TeX - \let\LaTeX\original@TeX + \let\LaTeX\original@LaTeX \let\LaTeXe\original@LaTeXe \fi % \end{macrocode} |