<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">I am using the latex biblatex (3.13) (authoryear style) and csquotes (5.2e) together. I have found that blockcquote fails to print parentheses around the citation at the end of the blockquote. I don't know if this is a bug of biblatex or of csquote. <br></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">What follows is a minimal file. <br></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">--------------------------</div><div style="font-family:tahoma,sans-serif" class="gmail_default">

<p style="margin:0px;text-indent:0px;white-space:pre-wrap">% !TEX TS-program = lualatex</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">% !TEX encoding = UTF-8</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">\documentclass[12pt,a4paper]{article} % use larger</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">\usepackage{filecontents}</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">\begin{filecontents}{test2.bib}</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">@incollection{vibhat,</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">     options = {useeditor=false},</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">     title = {Vibhatyattha},</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">     pages = {127-131},</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">     address = {Rangoon, MM},</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">     editor = {{Tun Sein}, U and {Sein Oak}, U and {Win Phe}, U and {Tin Myint}, U},</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">     publisher = {Icchasaya},</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">     booktitle = {15 Grammatical Manuals},</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">     year = 1965</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">}</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">\end{filecontents}</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">\usepackage{csquotes}</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">\usepackage[style=authoryear,backend=biber]{biblatex}</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">\addbibresource{test2.bib}</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">\begin{document}</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">\blockcquote[7]{vibhat}{%</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">No one was in a position to record or reproduce the Buddha’s sermons as he uttered them. The texts preserved did not just drop from his lips; they must be products of deliberate composition—in fact, they were composed to be memorized. This inevitably introduces a certain formalization: such features as versification, numbered lists, repetition and stock formulae are all aids to memory.}</p><p style="margin:0px;text-indent:0px;white-space:pre-wrap"><br></p><p style="margin:0px;text-indent:0px;white-space:pre-wrap">\printbibliography%[heading=secondary]</p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap">\end{document}</p></div><br><br></div>