Last active
December 13, 2015 19:18
-
-
Save Velrok/4961284 to your computer and use it in GitHub Desktop.
A small collection of latex command to make scientific abbreviations easier.
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
% 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