latex quote escaping command undefined
I'm getting undefined control sequence for \dq{} command when using --replace-quotes for Latex.
It seems that the command is defined in the package ngerman, but in the style definition \usepackage{ngerman} is not specified.
Another option to fix the issue is to add to style definition: \newcommand{\dq}{"}
Please consider to implement one of the two fixes.
Thanks