mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
lyx_1_5.py: fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18995 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
be01974475
commit
d4fb110865
@ -868,7 +868,7 @@ accent_map = {
|
|||||||
"=" : u'\u0304', # macron
|
"=" : u'\u0304', # macron
|
||||||
"u" : u'\u0306', # breve
|
"u" : u'\u0306', # breve
|
||||||
"." : u'\u0307', # dot above
|
"." : u'\u0307', # dot above
|
||||||
"\"": u'\u0308', # diaresis
|
"\"": u'\u0308', # diaeresis
|
||||||
"r" : u'\u030a', # ring above
|
"r" : u'\u030a', # ring above
|
||||||
"H" : u'\u030b', # double acute
|
"H" : u'\u030b', # double acute
|
||||||
"v" : u'\u030c', # caron
|
"v" : u'\u030c', # caron
|
||||||
@ -1850,7 +1850,7 @@ Forced output is currently not enforced'''
|
|||||||
if line[0] != '#':
|
if line[0] != '#':
|
||||||
line=line.replace(' "',' ') # remove all quotation marks with spaces before
|
line=line.replace(' "',' ') # remove all quotation marks with spaces before
|
||||||
line=line.replace('" ',' ') # remove all quotation marks with spaces after
|
line=line.replace('" ',' ') # remove all quotation marks with spaces after
|
||||||
line=line.replace(r'\"','"') # replace \" by " (for characters with diaresis)
|
line=line.replace(r'\"','"') # replace \" by " (for characters with diaeresis)
|
||||||
try:
|
try:
|
||||||
# flag1 and flag2 are preamble & flags
|
# flag1 and flag2 are preamble & flags
|
||||||
# currently NOT implemented
|
# currently NOT implemented
|
||||||
|
Loading…
Reference in New Issue
Block a user