Add some kerns where needed between quotes in LaTeX output.

Closes #9371.
This commit is contained in:
John MacFarlane
2024-01-25 09:41:47 -08:00
parent 23f67c8458
commit d9a70d2eaf
2 changed files with 62 additions and 12 deletions
+30
View File
@@ -0,0 +1,30 @@
```
% pandoc -t latex
"'In this case (A),
I get a kern to separate the quotes,' he said."
"'Also in this case (B), I get a kern,' he added."
"'But in this case (C), there is no kern,'
he continued."
"He concluded,
'Nor in this case (D) is there a kern.'"
^D
``\,'In this case (A),
I get a kern to separate the quotes,' he said.''
``\,`Also in this case (B), I get a kern,' he added.''
``\,`But in this case (C), there is no kern,'
he continued.''
``He concluded,
`Nor in this case (D) is there a kern.'\,''
```