summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-30 16:19:42 +0000
committerKarl Berry <karl@freefriends.org>2010-05-30 16:19:42 +0000
commited87e5502f5105599f8548e7fe9ea07fabfda1cd (patch)
tree02b2ccf73f09773ace0374e573d3ebb14180fb11
parente886c335510d3c3741e5a07a88c5145bac641cde (diff)
metalogo update (29may10)
git-svn-id: svn://tug.org/texlive/trunk@18611 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/metalogo/README13
-rw-r--r--Master/texmf-dist/doc/latex/metalogo/metalogo.pdfbin88989 -> 90243 bytes
-rw-r--r--Master/texmf-dist/source/latex/metalogo/metalogo.dtx21
-rw-r--r--Master/texmf-dist/tex/latex/metalogo/metalogo.sty4
4 files changed, 28 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/metalogo/README b/Master/texmf-dist/doc/latex/metalogo/README
index 69495f1080d..a4b19268147 100644
--- a/Master/texmf-dist/doc/latex/metalogo/README
+++ b/Master/texmf-dist/doc/latex/metalogo/README
@@ -1,7 +1,7 @@
The metalogo package
Andrew Gilbert Moschou
-Friday, 4 September 2009
-version 0.11
+Saturday, 29 May 2010
+version 0.12
This work is released under the LPPL v1.3c or later.
@@ -13,6 +13,11 @@ useful if any typeface is used, not necessarily loaded through \XeTeX.
Usage
\usepackage{metalogo}
+Logos
+ \TeX \XeTeX \LuaTeX
+ \LaTeX \XeLaTeX \LuaLaTeX
+ \LaTeXe
+
Commands
\setlogokern{<string>}{<dimen>}
<string>: Te, eX, La, aT, Xe, eT, eL, X2
@@ -30,5 +35,5 @@ Commands
<toks>: A list of tokens inserted before every logo command. Also clears any
previously set list.
\everylogo{<toks>}
- <toks>: A list of tokens to be appended to the list that of tokens that is
- inserted before every logo command.
+ <toks>: A list of tokens to be appended to the list that is inserted before
+ every logo command.
diff --git a/Master/texmf-dist/doc/latex/metalogo/metalogo.pdf b/Master/texmf-dist/doc/latex/metalogo/metalogo.pdf
index 42f018816e9..a86365448c0 100644
--- a/Master/texmf-dist/doc/latex/metalogo/metalogo.pdf
+++ b/Master/texmf-dist/doc/latex/metalogo/metalogo.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/metalogo/metalogo.dtx b/Master/texmf-dist/source/latex/metalogo/metalogo.dtx
index 418309aff0c..5516ca46cbf 100644
--- a/Master/texmf-dist/source/latex/metalogo/metalogo.dtx
+++ b/Master/texmf-dist/source/latex/metalogo/metalogo.dtx
@@ -20,11 +20,11 @@
% and the derived file metalogo.sty.
%
% \fi
-% \CheckSum{460}
+% \CheckSum{466}
%
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}[2005/12/01]
-%<package>\ProvidesPackage{metalogo}[2009/09/04 v0.11 Extended TeX logo macros]
+%<package>\ProvidesPackage{metalogo}[2010/05/29 v0.12 Extended TeX logo macros]
%
%<*driver>
\documentclass{ltxdoc}
@@ -119,7 +119,8 @@
%
% \section{Parameters}\makeatletter
%
-% The five logos, \TeX, \LaTeX, \LaTeXe, \XeTeX\ and \XeLaTeX, can be customised in terms of the kerns between consecutive characters and the lowerings of ‘E’ and ‘\reflectbox{E}’. These and their corresponding strings, which identify the parameters, are listed in table~\ref{table}. In addition, the characters for the raised ‘\textsc{a}’ and lowered ‘{\stixgeneral\itshape ε}’ can be customised.
+% \DescribeMacro{\TeX}\DescribeMacro{\LaTeX}\DescribeMacro{\LaTeXe}\DescribeMacro{\XeTeX}\DescribeMacro{\XeLaTeX}\DescribeMacro{\LuaTeX}\DescribeMacro{\LuaLaTeX}%
+% The five logos \TeX, \LaTeX, \LaTeXe, \XeTeX\ and \XeLaTeX can be customised in terms of the kerns between consecutive characters and the lowerings of ‘E’ and ‘\reflectbox{E}’. These and their corresponding strings, which identify the parameters, are listed in table~\ref{table}. In addition, the characters for the raised ‘\textsc{a}’ and lowered ‘{\stixgeneral\itshape ε}’ can be customised. The package also defines the control sequences for \LuaTeX\ and \LuaLaTeX, but these two logos can not be customised beyond the definitions of \TeX\ and \LaTeX.
%
% \makeatletter
% \newcommand\TeXse{\lower.5ex\hbox{E}}
@@ -256,8 +257,8 @@
%
% I like my adjacent characters to either be connected or have aligned serifs. If they are connected, they should be set as tight as possible, without any part that ‘sticks out’:
% \begin{center}
-% \includegraphics{pic/TeXoutline.pdf}\\
-% \includegraphics{pic/eLaToutline.pdf}
+% \includegraphics{graphics/TeXoutline.pdf}\\
+% \includegraphics{graphics/eLaToutline.pdf}
% \end{center}
%
% \pagebreak\section{The package}
@@ -502,6 +503,16 @@
\kern\xl@kern@LaTeXe@Xii 2$_{\xl@LaTeXe@e}$}}
% \end{macrocode}
% \end{macro}
+% \begin{macro}{\LuaTeX}
+% \begin{macrocode}
+\DeclareRobustCommand\LuaTeX{Lua\TeX}
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\LuaLaTeX}
+% \begin{macrocode}
+\DeclareRobustCommand\LuaLaTeX{Lua\LaTeX}
+% \end{macrocode}
+% \end{macro}
% \begin{macro}{\Xe}
% \begin{macrocode}
\DeclareRobustCommand\Xe{%
diff --git a/Master/texmf-dist/tex/latex/metalogo/metalogo.sty b/Master/texmf-dist/tex/latex/metalogo/metalogo.sty
index dd3a6b3fbc1..a5df14f916d 100644
--- a/Master/texmf-dist/tex/latex/metalogo/metalogo.sty
+++ b/Master/texmf-dist/tex/latex/metalogo/metalogo.sty
@@ -28,7 +28,7 @@
%% and the derived file metalogo.sty.
%%
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
-\ProvidesPackage{metalogo}[2009/09/04 v0.11 Extended TeX logo macros]
+\ProvidesPackage{metalogo}[2010/05/29 v0.12 Extended TeX logo macros]
\RequirePackage{graphicx}
\RequirePackage{ifxetex}
\ifxetex
@@ -223,6 +223,8 @@
\fi
\LaTeX
\kern\xl@kern@LaTeXe@Xii 2$_{\xl@LaTeXe@e}$}}
+\DeclareRobustCommand\LuaTeX{Lua\TeX}
+\DeclareRobustCommand\LuaLaTeX{Lua\LaTeX}
\DeclareRobustCommand\Xe{%
\@xl@everylogo%
X\kern\xl@kern@Xe@Xe