changeset 961:fc2b75f6c284
build-default-349
Go to separate left and right double quote special characters.
" works in HTML, but LaTeX was using right double quotes everywhere.
author |
Jim Hague <jim.hague@acm.org> |
date |
Wed, 07 Aug 2019 10:12:35 +0100 |
parents |
a8edaffd8845 |
children |
cb5109fbaef0 |
files |
Session/InconnuDeLimoise.abc abcfield.py |
diffstat |
2 files changed, 3 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/Session/InconnuDeLimoise.abc Wed Aug 07 09:36:19 2019 +0100
+++ b/Session/InconnuDeLimoise.abc Wed Aug 07 10:12:35 2019 +0100
@@ -1,6 +1,6 @@
X: 1
T: Inconnu de Limoise, L'
-C: Jean-Fran\,cois \'"Maxou\'" Heintzen
+C: Jean-Fran\,cois \'`Maxou\'" Heintzen
M: 3/4
L: 1/8
Q: 1/4=104
--- a/abcfield.py Wed Aug 07 09:36:19 2019 +0100
+++ b/abcfield.py Wed Aug 07 10:12:35 2019 +0100
@@ -103,7 +103,8 @@
# Quote marks
"''" : ("'", "'"),
- "'\"" : (""", "\""),
+ "'`" : ("“", "``"),
+ "'\"" : ("”", "''"),
}
abckeys = {