diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-01-25 09:41:47 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-01-25 09:41:47 -0800 |
| commit | d9a70d2eaf30a3fe4836f8b69a0c32181d84bd00 (patch) | |
| tree | 9de745c5e675179c48c95f70c4c1a7e8b14da4bc /test | |
| parent | 23f67c8458ea9a052dca9ed7a49151ea677d09dc (diff) | |
Add some kerns where needed between quotes in LaTeX output.
Closes #9371.
Diffstat (limited to 'test')
| -rw-r--r-- | test/command/9371.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/command/9371.md b/test/command/9371.md new file mode 100644 index 000000000..bb34f87a6 --- /dev/null +++ b/test/command/9371.md @@ -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.'\,'' +``` |
