Skip to content

Instantly share code, notes, and snippets.

@SHDShim
Last active August 10, 2019 22:00
Show Gist options
  • Save SHDShim/da9b017c8f40d93d88d7df8b888ea5ed to your computer and use it in GitHub Desktop.
Save SHDShim/da9b017c8f40d93d88d7df8b888ea5ed to your computer and use it in GitHub Desktop.
latex, citation, bibtex, natbib, nature

Nature style inline citation

The natbib package support the following command, in case you need to write: "shown in ref. 3".

shown in ref.\citenum{VanCappellen1994}\nocite{VanCappellen1994}.

Note that \citenum insert a space before, so it is better to leave no space between ref. and the command. \nocite is needed to register a particular citation in the bibtex compliation.

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