Guest User

Untitled

a guest
Oct 18th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. documentclass[10pt]{article}
  2. setlengthparindent{0pt}
  3. usepackage{hyperref}
  4. usepackage[square,numbers]{natbib}
  5.  
  6. begin{document}
  7.  
  8. A single citation: cite{M} \
  9. Multiple citations: cite{M,K,T} \
  10. Page ref. example: citep[p. 10]{B} \
  11. As shown by citet{M,K} or also by citet{B} \
  12.  
  13. begin{thebibliography}{9}
  14. bibitem[Me(2006)]{M} Me: My book related to the problem (2006), 145 p.
  15. % The new line is important!
  16.  
  17. bibitem[Karl(2005)]{K} Karl: Karl's paper published in some minor proceedings,
  18. a local conferrence organized by his university (2005), 23--25.
  19. % The new line is important!
  20.  
  21. bibitem[Test(2013)]{T} Test. A test paper,
  22. Conf. of testing (2013), 99.
  23. % The new line is important!
  24.  
  25. bibitem[Someone(2013)]{B} Someone, a nice book,
  26. A good publisher (2013).
  27. % The new line is important!
  28.  
  29. end{thebibliography}
  30. end{document}
  31.  
  32. A single citation: [1]
  33. Multiple citations: [1, 2, 3]
  34. Page ref. example: [4, p. 10]
  35. As shown by Me [1], Karl [2] or also by Someone [4]
  36.  
  37. letoldcitecite
  38. renewcommand{cite}[1]{tooltip{oldcite{#1}}{#1}}
  39.  
  40. letoldCommandInQuestionCommandInQuestion
  41. renewcommand{CommandInQuestion}{tooltip{oldCommandInQuestion{#1}}{#1}}
Add Comment
Please, Sign In to add comment