Skip to content

Instantly share code, notes, and snippets.

@chrisma
Created January 20, 2016 10:51
Show Gist options
  • Save chrisma/69925e6b5fa6698d31e2 to your computer and use it in GitHub Desktop.
Save chrisma/69925e6b5fa6698d31e2 to your computer and use it in GitHub Desktop.
Commands I tend to use for new LaTeX documents
% 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