Advertisement
Guest User

Untitled

a guest
May 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. % *** fix named problem
  2. \makeatletter
  3. \let\@internalcite\cite
  4. \def\cite{\def\citeauthoryear##1##2{##1, ##2}\@internalcite}
  5. \def\shortcite{\def\citeauthoryear##1{##2}\@internalcite}
  6. \def\@biblabel#1{\def\citeauthoryear##1##2{##1, ##2}[#1]\hfill}
  7. \makeatother
  8. % ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement