I would like to cite from an encyclopedia. My advisor would like me to use s.v. (see 1. example here: https://de.wikipedia.org/wiki/S._v. ).
I am currently using
@incollectionbut adding s.v. to the
TITLE=will wrongly put it between the quotation marks.
Is there a better suited bibtex template? I am using biber with biblatex
Update MWE:
\documentclass{article} \usepackage[backend=biber,style=authoryear]{biblatex} \begin{document} \printbibliography \end {document}
@incollection{BAR60, Author={Foo Bar}, Title={s.v. Baz}, Year={1960}, Booktitle={Encyclopaedia of Everything} }
How should it look like:
Bar, Foo (1960) s.v. "Baz". In: Encyclopaedia of Everything
biblatex
style do you use? (This is best answered with an MWE whowing the status quo.) What would you like your "s.v." citations to to look like? Note that for your "s.v." citations you probably want to use@inreference
and not@incollection
.