Problems with BetterBibLaTex accessDate variable #2452
Answered
by
retorquere
KevinYanesG
asked this question in
Q&A
-
Hi, This doesn't work for me. The only thing that works is the following: if (Translator.BetterBibLaTeX && zotero.itemType === 'webpage') {
tex.add({ name: 'note', value: "(accessed " + zotero.accessDate + ")" });
if (zotero.url) {
tex.add({ name: 'howpublished', bibtex: "{\\url{" + tex.enc_verbatim({value: zotero.url}) + "}}" });
}
} producing: note = {(accessed 2023-03-17T10:24:46Z)}, This only works as long as:
Software: Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
retorquere
Mar 17, 2023
Replies: 1 comment 8 replies
-
I need a debug log for this entry. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
retorquere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need a debug log for this entry.