我csquotes
使用美式英语在文档中管理我的引文。我的代码基本上如下。
\documentclass{article}
\usepackage[american]{babel}
\usepackage{csquotes}
\begin{document}
This is \enquote{my splendid quote}.
\end{document}
呈现为:这就是“我的精彩语录”。
我想要的是:这就是“我的精彩语录”。
有没有办法在使用的同时实现自动化\enquote
?我以为这个autopunct
选项可以解决问题,但显然不行。