Skip to content

Instantly share code, notes, and snippets.

@Velrok
Last active December 13, 2015 19:18
Show Gist options
  • Save Velrok/4961284 to your computer and use it in GitHub Desktop.
Save Velrok/4961284 to your computer and use it in GitHub Desktop.
A small collection of latex command to make scientific abbreviations easier.
% scientific abbreviations made easy
\newcommand{\compare}[2]{\cite[cf. #2]{#1}}
\newcommand{\page}[2]{\cite[p.#2]{#1}}
\newcommand{\pageF}[2]{\cite[p.#2 et seq.]{#1}}
\newcommand{\pageFF}[2]{\cite[p.#2 et seqq.]{#1}}
% example call
% \pageFF{my_source_key}{43}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment