Last active
March 15, 2025 15:13
-
-
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}\\\ | |
# 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}\\\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment