-
|
Hi, I am trying to print all the authors in a LASTNAME, Firstname(s) format (instead of just the first author, as is the standard for iso690). I tried to edit MWE bibsample.bib The output is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
You have to use Maybe, you didn't find the mention about |
Beta Was this translation helpful? Give feedback.
You have to use
\bibtexhook, because the macros from the bib-style file (bib-iso690.opm in this example] are read in a group when the\usebibmacro is processing. So, your definition is re-defined at this moment. But there is\bibtexhooktoken list where a user can put all re-definitions, because\bibtexhookis processed after the bib-style file is read. Your example can look like this:Maybe, you didn't find the mention about
\bibtexhookin OpTeX documentation. …