`luaquotes` 包中的单引号行为不一致

`luaquotes` 包中的单引号行为不一致

以下是我与该luaquotes包的 MWE:

\documentclass{article}
\usepackage{luaquotes}
% \smartquotes
\usepackage[english=british]{csquotes}
\begin{document}

\section{Test of \texttt{luaquotes} package}

\noindent 'Single' 'Single' 'Single'\\

\noindent "Double" "Double" "Double".
  
\end{document}

为什么第一个单引号是反转的?我发现单引号的行为不一致。我怎样才能获得一致的行为?

取消注释该行\smartquotes不会影响结果。

答案1

抱歉,这个错误已经修复,很快就会在 CTAN 上发布 1.2.1 版本。与此同时,您可以在 GitHub 上下载更新版本的软件包,该软件包可以产生正确的结果。https://github.com/ezgranet/luaquotes

更新:感谢 CTAN 维护人员一如既往的速度和效率。更新后的软件包现已在 CTAN 上提供,并通过常规更新渠道推送。

相关内容