% \iffalse meta-comment % % Copyright 1994 the LaTeX3 project and the individual authors. % All rights reserved. For further copyright information see the file % legal.txt, and any other copyright indicated in this file. % % This file is part of the LaTeX2e system. % ---------------------------------------- % % This system is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. % % % IMPORTANT NOTICE: % % For error reports in case of UNCHANGED versions see bugs.txt. % % Please do not request updates from us directly. Distribution is % done through Mail-Servers and TeX organizations. % % You are not allowed to change this file. % % You are allowed to distribute this file under the condition that % it is distributed together with all files mentioned in manifest.txt. % % If you receive only some of these files from someone, complain! % % You are NOT ALLOWED to distribute this file alone. You are NOT % ALLOWED to take money for the distribution or use of either this % file or a changed version, except for a nominal charge for copying % etc. % \fi % % \iffalse %%% File: ltlogos %<*driver> % \fi \ProvidesFile{ltlogos.dtx} [1994/06/01 v1.1d LaTeX Kernel (Logos)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{ltlogos.dtx} \title{\filename} \date{\filedate} \author{% Johannes Braams\and David Carlisle\and Alan Jeffrey\and Leslie Lamport\and Frank Mittelbach\and Chris Rowley\and Rainer Sch\"opf} \begin{document} \maketitle \DocInput{\filename} \end{document} % % \fi % % \CheckSum{41} % % \changes{v1.1a}{1994/05/16}{(ASAJ) Split from ltinit.dtx.} % \changes{v1.1b}{1994/05/18}{(ASAJ) Added the \TeX{} logo.} % \changes{v1.1b}{1994/05/18}{(ASAJ) Made the \LaTeXe{} logo use the % text font `2' rather than the math font `2'.} % % \section{Logos} % % Various logos are defined here. % % \StopEventually{} % % \begin{macro}{\TeX} % The \TeX{} logo, adjusted so that a full stop after the logo % counts as ending a sentence. % \begin{macrocode} %<*2ekernel> \def\TeX{T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX\@} % \end{macrocode} % \end{macro} % % \begin{macro}{\LaTeX} % The \LaTeX{} logo. % \changes{LaTeX2e}{1993/11/24}{Macro changed} % \changes{v1.0o}{1994/05/11}{Use \cmd\DeclareProectedCommand. ASAJ.} % \changes{v1.1d}{1994/06/01} % {Add \cs{m@th} to force math size calculations} % \begin{macrocode} \DeclareRobustCommand{\LaTeX}{L\kern-.36em {\setbox0\hbox{T}% \vbox to\ht0{\hbox{$\m@th$% \csname S@\f@size\endcsname \fontsize\sf@size\z@ \math@fontsfalse\selectfont A}% \vss}% }% \kern-.15em \TeX} % \end{macrocode} % \end{macro} % % \changes{v1.1c}{1994/05/26}{Remove \cs{SLiTeX} logo} % % \begin{macro}{\LaTeXe} % The \LaTeXe\ logo as proposed by A-W designers. % \changes{LaTeX2e}{1993/11/22}{Macro added} % \changes{LaTeX2e}{1993/12/16}{Extended logo by DPC} % \changes{v1.0o}{1994/05/11}{Use \cmd\DeclareProectedCommand. ASAJ.} % \begin{macrocode} \DeclareRobustCommand{\LaTeXe}{\mbox{% \if b\expandafter\@car\f@series\@nil\boldmath\fi \LaTeX\kern.15em 2${}_{\textstyle\varepsilon}$}} % % \end{macrocode} % \end{macro} % % \Finale % \endinput