Mercurial > dottes
comparison abcfield.py @ 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 | d6e2a281cceb |
children | e4d31e094d24 |
comparison
equal
deleted
inserted
replaced
960:a8edaffd8845 | 961:fc2b75f6c284 |
---|---|
101 "ae" : ("æ", "\\ae"), | 101 "ae" : ("æ", "\\ae"), |
102 "ss" : ("ß", "\\ss"), | 102 "ss" : ("ß", "\\ss"), |
103 | 103 |
104 # Quote marks | 104 # Quote marks |
105 "''" : ("'", "'"), | 105 "''" : ("'", "'"), |
106 "'\"" : (""", "\""), | 106 "'`" : ("“", "``"), |
107 "'\"" : ("”", "''"), | |
107 } | 108 } |
108 | 109 |
109 abckeys = { | 110 abckeys = { |
110 "m": "Minor", | 111 "m": "Minor", |
111 "min": "Minor", | 112 "min": "Minor", |