TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting
systems. Join them; it only takes a minute:
Sign up
Here's how it works:
Anybody can ask a question Anybody can answer The best answers are voted up
and rise to the top
Home
Citing EU regulations using BibTeX Ask Question
Questions
Tags For my dissertation, I would like to cite
an EU regulation No 269/2014 using
Users BibTeX in the APA style. Has anyone
8
Unanswered ever done this? What is the most
convenient way to do so and which
template should be used?
I am aware that there are specialised
packages for citing legislation, but this
is likely going to be the only legal
source for my document.
Minimum working example:
\documentclass{book}
\usepackage{natbib}
\begin{document}
%
Body
text
\bibliography{references}
\bibliographystyle{apa}
\nocite*{}
\end{document}
bibtex natbib
edited Nov 16 '14 at 21:24
lockstep
192k 53 592 723
asked Nov 16 '14 at 20:43
By using our site, you acknowledge that you have read and understand our Cookie Policy, Privacy Policy, and our Terms of Service.