1

I'm pretty new to LaTeX, but will try to be as clear as possible.

I'm writing a thesis in humanities, so quoting is quite significant for me - both in-text quotes and block quotes.

Therefore I'm using \csquotes package. But it manages to mess up my bibliography, as it shows question marks instead of quotation marks ("") for articles. Example:

  • The result I get with csquotes loaded : Peebles, Gustav (2010). ? The anthropology of credit and debt ? In: Annual Review of Anthropology 39.1, p. 225.

  • The result I get with csquotes not loaded (the result I need) : Peebles, Gustav (2010). " The anthropology of credit and debt " In: Annual Review of Anthropology 39.1, p. 225.

What I would like to know, is there an option to get the result I need with csquotes loaded as I need that functionality for my thesis.

My head of file (I need latvian as secondary language for some of the references):

\usepackage{csquotes}
\usepackage[UKenglish,latvian]{babel}
\usepackage[backend=bibtex,style=authoryear-ibid,ibidtracker=context]{biblatex}
\addbibresource{Bibliography}

Later in document I print bibliography (I load main chapters with input):

\cleardoublepage
\phantomsection
\label{Bibliography}
\addcontentsline{toc}{chapter}{Bibliography}
\lhead{\emph{Bibliography}}
\printbibliography
\clearpage

Any help appreciated.

0 Answers0