I found that with enquote in the csquotes package, the closing double quote is too close to the last letter:
\documentclass{article}
\usepackage{csquotes}
\begin{document}
\noindent
\enquote{nature of}\\
``nature of''
\end{document}
Is this a known bug (which I don't have to report)? I use pdflatex in texlive 2016.




csquotesdoesn't work correctly withoutfontenc, it should issue at least a warning, I suppose. Should I ask the creator of the package to consider it as an enhancement? (I preferenquoteto manual quotes because it handles nested quotes automatically.) – Ryo Jun 19 '17 at 07:07