diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-31 01:35:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-31 01:35:45 +0000 |
commit | e70f23cf27d400ee9d1cd7afa8fa7de6896c1b69 (patch) | |
tree | 12d3b80dc82d61139a959f084c0f6503f7a6c9d4 | |
parent | a0a6c9380d72654c67032aeaa639e1d4c54bbfad (diff) |
xltxtra update (26dec09)
git-svn-id: svn://tug.org/texlive/trunk@16545 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/xelatex/xltxtra/README | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/xltxtra/xltxtra.pdf | bin | 183594 -> 184619 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/xelatex/xltxtra/xltxtra.dtx | 13 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/xltxtra/xltxtra.sty | 4 |
4 files changed, 20 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/xelatex/xltxtra/README b/Master/texmf-dist/doc/xelatex/xltxtra/README index fd0264c9e3d..50838123d6a 100644 --- a/Master/texmf-dist/doc/xelatex/xltxtra/README +++ b/Master/texmf-dist/doc/xelatex/xltxtra/README @@ -1,5 +1,5 @@ _________________________ -THE XLTXTRA PACKAGE v0.5a +THE XLTXTRA PACKAGE v0.5b This package provides a number of small features that are useful for XeLaTeX. @@ -30,6 +30,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 diff --git a/Master/texmf-dist/doc/xelatex/xltxtra/xltxtra.pdf b/Master/texmf-dist/doc/xelatex/xltxtra/xltxtra.pdf Binary files differindex 4f990f805a7..06d9d3d6832 100644 --- a/Master/texmf-dist/doc/xelatex/xltxtra/xltxtra.pdf +++ b/Master/texmf-dist/doc/xelatex/xltxtra/xltxtra.pdf 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} diff --git a/Master/texmf-dist/tex/xelatex/xltxtra/xltxtra.sty b/Master/texmf-dist/tex/xelatex/xltxtra/xltxtra.sty index d26a389627d..8bdd228f41e 100644 --- a/Master/texmf-dist/tex/xelatex/xltxtra/xltxtra.sty +++ b/Master/texmf-dist/tex/xelatex/xltxtra/xltxtra.sty @@ -11,7 +11,7 @@ %% License information appended %% \ProvidesPackage{xltxtra} - [2009/10/25 v0.5a Improvements for the "XeLaTeX" format] + [2009/12/26 v0.5b Improvements for the "XeLaTeX" format] \newif\if@xxt@nosscript@ \newif\if@xxt@nologos@ \newif\if@xxt@nohyphen@ @@ -30,7 +30,7 @@ \RequirePackage{metalogo} \if@xxt@nologos@ \let\TeX\original@TeX - \let\LaTeX\original@TeX + \let\LaTeX\original@LaTeX \let\LaTeXe\original@LaTeXe \fi \newcommand*\TeX@logo@spacing[6]{% |