Add related
and relatedtype
fields to BibLaTeX exports
#2768
-
What is the correct way to add the @Book{key1,
...
related = {key2},
relatedtype = {reprintof},
...
}
@Book{key2,
...
} It looks like the following content in the
|
Beta Was this translation helpful? Give feedback.
Answered by
retorquere
Jan 27, 2024
Replies: 1 comment 1 reply
-
That is indeed the solution. I don't know of any Zotero information that could be used to generate these otherwise; Zotero knows generic relations but they are untyped. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alexreg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is indeed the solution. I don't know of any Zotero information that could be used to generate these otherwise; Zotero knows generic relations but they are untyped.