csquotes、makeblockquote 和大引号

csquotes、makeblockquote 和大引号

我正在尝试启用大引号,就像她之前回答的帖子一样:带大引号的块引用

但是,我想将它与 csquotes 和 makeblockquote 命令一起使用。有谁知道如何实现这个效果?

\documentclass[11pt, norsk]{article}
\usepackage[autostyle=true]{csquotes}
\usepackage{lipsum}
\MakeBlockQuote{<}{|}{>}
\begin{document}
\lipsum[1] <\lipsum[2]>

Some random text right here just to show <Some quoted text not in block>
\end{document}

相关内容