mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Fix copy/paste error
This commit is contained in:
parent
70167007e4
commit
fada053c72
@ -2682,9 +2682,9 @@ def convert_osf(document):
|
||||
ttfont = re.findall(r'[^"\s]\S*|".+?"', document.header[x])
|
||||
tt = ttfont[1].strip('"')
|
||||
if tt in osftt:
|
||||
document.header.insert(i + 1, "\\font_sans_osf true")
|
||||
document.header.insert(i + 1, "\\font_typewriter_osf true")
|
||||
else:
|
||||
document.header.insert(i + 1, "\\font_sans_osf false")
|
||||
document.header.insert(i + 1, "\\font_typewriter_osf false")
|
||||
|
||||
else:
|
||||
document.header.insert(i, "\\font_sans_osf false")
|
||||
|
Loading…
Reference in New Issue
Block a user