summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/xelatex/xltxtra/xltxtra.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-31 01:35:45 +0000
committerKarl Berry <karl@freefriends.org>2009-12-31 01:35:45 +0000
commite70f23cf27d400ee9d1cd7afa8fa7de6896c1b69 (patch)
tree12d3b80dc82d61139a959f084c0f6503f7a6c9d4 /Master/texmf-dist/source/xelatex/xltxtra/xltxtra.dtx
parenta0a6c9380d72654c67032aeaa639e1d4c54bbfad (diff)
xltxtra update (26dec09)
git-svn-id: svn://tug.org/texlive/trunk@16545 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/xelatex/xltxtra/xltxtra.dtx')
-rw-r--r--Master/texmf-dist/source/xelatex/xltxtra/xltxtra.dtx13
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}