Skip to content

Instantly share code, notes, and snippets.

@neizod
Created June 26, 2012 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neizod/2995561 to your computer and use it in GitHub Desktop.
Save neizod/2995561 to your computer and use it in GitHub Desktop.
Redefine \LaTeX with LaTeX.
\documentclass{article}
\usepackage{relsize}
\newcommand{\myLaTeX}{%
L%
\kern-.36em \lower-.47ex \hbox{\smaller{\smaller{A}}}%
\kern-.15em T%
\kern-.16em \lower+.51ex \hbox{E}%
\kern-.27ex X%
}
\begin{document}
\LaTeX{} vs \myLaTeX!
\end{document}
@neizod
Copy link
Author

neizod commented Jun 26, 2012

Adapted from: tex.stackexchange.

Note that when go \Huge\myLaTeX, the character A is a bit differ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment