Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. usepackage[spanish]{babel}
  2. usepackage{natbib}
  3. ...
  4. begin{document}
  5. ...
  6. ...
  7. ...
  8.  
  9. %-----------------------------------
  10. % BIBLIOGRAPHY
  11. %-----------------------------------
  12.  
  13. label{Bibliography}
  14. lhead{textsc{Bibliograf'ia}} % Change the page header to say "Bibliography"
  15. bibliographystyle{dcu} % Use the "dcu" BibTeX style for formatting the Bibliography
  16. nocite*{}
  17. bibliography{Bibliography.bib} % The references (bibliography) information are stored in the file named "Bibliography.bib"
  18.  
  19. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement