Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!ut-emx!emx.utexas.edu From: young@emx.utexas.edu (Young U. Ryu) Newsgroups: comp.text.tex Subject: Re: Re: LaTeX logo in TeX Message-ID: <46023@ut-emx.uucp> Date: 22 Mar 91 20:36:11 GMT Sender: young@ut-emx.uucp Organization: The University of Texas at Austin; Austin, Texas Lines: 54 \section{\LaTeX logo that can be used with \bf, \it, etc.} eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) writes > [... ... ...] > See here a better way. This works as good as your > font selection mechanism is, and you can probably > extrapolate from it. > > \def\LaTeX{{\count0=\fam$\fam=\count0\relax > L\kern-.36em\raise.3ex\hbox{$\fam=\count0\relax\scriptstyle A$} > \kern-.15em \TeX$}} > > \LaTeX, \bf \LaTeX. \end The above is EXCELLENT!!! But, when you do {\it \LaTeX}, you will see some unsatisfactory space between `T' and the \lower'ed `E' LaT eX ^ How about this! \def\LaTeX{{\count0=\fam$\fam=\count0\relax L\kern-.36em\raise.3ex\hbox{$\fam=\count0\relax\scriptstyle A$} \kern-.15em \hbox{\TeX}$}} ^^^^^ %------------------------------------------------- \section{A Note on \LaTeX logo} As you may have noticed, the amount of \lower'ed E in def. of \TeX (in plain.tex and lplain.tex) is different from that in def. of \LaTeX (in latex.tex). That is: % from lplain.tex \def\TeX{T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX} ^^^^ % from latex.tex \def\LaTeX{{\rm L\kern-.36em\raise.3ex\hbox{\sc a}\kern-.15em T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}} ^^^^ If you want the `\lower.7ex\hbox{E}, try: \def\LaTeX{{\count0=\fam$\fam=\count0\relax L\kern-.36em\raise.3ex\hbox{$\fam=\count0\relax\scriptstyle A$} \kern-.15em\hbox{T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}$}} \bye Young @ Univ. of \TeXas at Austin young@emx.utexas.edu