Skip to content

Instantly share code, notes, and snippets.

@mikelove
Last active August 29, 2015 14:22
Show Gist options
  • Save mikelove/f80de9e7140526c29e9c to your computer and use it in GitHub Desktop.
Save mikelove/f80de9e7140526c29e9c to your computer and use it in GitHub Desktop.
format all citations in bibtex file
\documentclass{article}
\pagenumbering{gobble}
\hyphenpenalty=10000
\exhyphenpenalty=10000
\begin{document}
\nocite{*}
\bibliographystyle{apalike}
\bibliography{citations}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment