Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. begin{filecontents}{jobname.bib}
  2.  
  3. @book{Chomsky1965,
  4. Address = {Cambridge Mass.},
  5. Author = {Noam Chomsky},
  6. Publisher = {{MIT} Press},
  7. Title = {Aspects of the Theory of Syntax},
  8. Year = {1965}}
  9. end{filecontents}
  10. documentclass{article}
  11. usepackage{natbib}
  12. setcitestyle{open={},close={}}
  13. bibliographystyle{dcu}
  14. begin{document}
  15. citet{Chomsky1965}
  16. bibliography{jobname}
  17. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement