diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/metalogo')
-rw-r--r-- | Master/texmf-dist/source/latex/metalogo/metalogo.dtx | 21 |
1 files changed, 16 insertions, 5 deletions
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{% |