TransWikia.com

Citing from an Encyclopedia with sub voce

TeX - LaTeX Asked by arved on April 15, 2021

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

@incollection

but 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

One Answer

I suggest you use the special type @inreference that is specifically for dictionaries and encyclopaedias.

@inreference{BAR60,
  author    = {Foo Bar},
  title     = {Baz},
  year      = {1960},
  booktitle = {Encyclopaedia of Everything},
}

Then you can just do

NewBibliographyString{subvoce}
DefineBibliographyStrings{english}{
  subvoce = {sadddot vadddot},
}
DeclareFieldFormat[inreference]{title}{%
  bibstring{subvoce}addabbrvspacemkbibquote{#1isdot}}

to automatically add the "s.v." to the title.

MWE

documentclass{article}
usepackage[backend=biber,style=authoryear]{biblatex}

NewBibliographyString{subvoce}
DefineBibliographyStrings{english}{
  subvoce = {sadddot vadddot},
}
DeclareFieldFormat[inreference]{title}{%
  bibstring{subvoce}addabbrvspacemkbibquote{#1isdot}}

begin{filecontents*}{jobname.bib}
@inreference{BAR60,
  author    = {Foo Bar},
  title     = {Baz},
  year      = {1960},
  booktitle = {Encyclopaedia of Everything},
}
end{filecontents*}
addbibresource{jobname.bib}

begin{document}
cite{BAR60}
printbibliography
end {document}

If you want the 's.v.' to remain in lowercase at all times, you can sprinkle in a midsentence

DeclareFieldFormat[inreference]{title}{%
  midsentencebibstring{subvoce}addabbrvspacemkbibquote{#1isdot}}

Correct answer by moewe on April 15, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP