Last active
January 21, 2026 21:32
-
-
Save stephtdouglas/8436d994a7cb89d4ab991f676f39824a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # For PAF | |
| # Title, author list, (year), journal, vol, first page | |
| %T. %l (%Y), %J, %V, %p.\n | |
| # For CV in LaTeX | |
| # Title, author list truncated, (year), journal abbrev, vol, first page | |
| %ZEncoding:latex\\emph{%T}. %10.4e (%Y), %q, %V, %p\\\ \\vspace{-0.35cm}\\\ | |
| # Tenure CV with numbers | |
| %ZEncoding:latex\\item\\emph{%T}.\\\ %10.7e (%Y), %q, %V, %p | |
| # for other products, print all possible info, have to edit by hand | |
| %ZEncoding:latex\\emph{%T}. %10.4e (%Y), %q, %Q, %V, %p, %d, %X \\\ \\vspace{-0.35cm}\\\ | |
| # Other products, new variation | |
| %ZEncoding:latex\\item\\emph{%T}.\\\ %10.3e (%Y), %Q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment