Guest User

Untitled

a guest
May 16th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. @book{smith13,
  2. Author = {Waldo Smith},
  3. Title = {Real Given Names},
  4. Publisher = {Foobar Press},
  5. Address = {Erewhon},
  6. Year = {2013}
  7. }
  8.  
  9. usepackage[natbibapa]{apacite}
  10. % or you can also use
  11. % usepackage{natbib}
  12.  
  13. citet*{smith13} demonstrated conclusively that it is possible to generate full names using BibTex.
  14.  
  15. Waldo Smith (1993) demonstrated conclusively that it is possible to generate full names using BibTex.
  16.  
  17. defcitealias{smith13}{Waldo Smith (2013)}
  18.  
  19. citetalias{smith13}
Add Comment
Please, Sign In to add comment