I wanted to know how is the \LaTeXe symbol (
) made, I mean, the command definition of superscripts and subscripts on the "L", "A"... letters.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||||||||||||||
|
|
The definitions from
Another way would be to run the following document:
The output console will show you the definition:
Running now this:
you'll get the definition of
Finally, running
you get the
|
||||
|
|
|
To find these definitions, you can use the texdef -t latex LaTeXe LaTeX TeX With the following result:
\LaTeXe:
macro:->\protect \LaTeXe
\LaTeXe :
\long macro:->\mbox {\m@th \if b\expandafter \@car \f@series \@nil \boldmath \fi \LaTeX \kern .15em2$_{\textstyle \varepsilon }$}
\LaTeX:
macro:->\protect \LaTeX
\LaTeX :
\long macro:->L\kern -.36em{\sbox \z@ T\vbox to\ht \z@ {\hbox {\check@mathfonts \fontsize \sf@size \z@ \math@fontsfalse \selectfont A}\vss }}\kern -.15em\TeX
\TeX:
macro:->T\kern -.1667em\lower .5ex\hbox {E}\kern -.125emX\@
|
|||
|