|
Journal
|
|
|
Papers
|
'fmt' is in form "%__, % __, (%__)."
First char after '%' is (if cap capitalizes entire field):
'Aa' ... Author
'Jj' ... Journal
'Vv' ... Volume #
'Pp' ... Page #
'Tt' ... Title
'Yy' ... Year
'Ii' ... Invited
Second char after '%' refers to format:
'B' ... Bold
'I' ... Italic
'U' ... Underlined
'_' ... None
except if for author:
'F' ... firstname or initials first
'L' ... lastname first
Special combos: %LS = Start link; %LE = End link
|
|
Talks
|
'fmt' is in form "%__, % __, (%__)."
Date formatted as in strftime
First char after '%' is (if cap capitalizes entire field):
'Aa' ... Author
'Ll' ... Location
'Tt' ... Title
Second char after '%' refers to format:
'B' ... Bold
'I' ... Italic
'U' ... Underlined
'_' ... None
except if for author:
'F' ... firstname or initials first
'L' ... lastname first
|