Created
January 20, 2016 10:51
-
-
Save chrisma/69925e6b5fa6698d31e2 to your computer and use it in GitHub Desktop.
Commands I tend to use for new LaTeX documents
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % Enquote stuff nicely | |
| \newcommand{\enquote}[1]{``#1''} | |
| % Superscripts in text | |
| \newcommand{\up}[1]{\ensuremath{^{\textrm{\small#1}}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment