I would like to typeset the logo in the attached picture.
How do I do this when some of the letters are both rotated and shifted vertically?
I know that the "LaTeX" logo i typeset using
Code: Select all
\DeclareRobustCommand{\LaTeX}{L\kern-.36em
{%
\sbox\z@ T%
\vbox to\ht0{\hbox{$\m@th$%
\csname S@\f@size\endcsname
\fontsize\sf@size\z@
\math@fontsfalse\selectfont
A}%
\vss}%
}%
\kern-.15em
\TeX}
P.S. The background color is not important. I would, however, like the last three letters to be printed in the faint yellow but that is not especially important.