mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix cut and paste error
This commit is contained in:
parent
e6af50108a
commit
c90e656d9d
@ -3061,7 +3061,7 @@ def convert_Semibolds(document):
|
|||||||
else:
|
else:
|
||||||
# We need to use this regex since split() does not handle quote protection
|
# We need to use this regex since split() does not handle quote protection
|
||||||
ttopts = re.findall(r'[^"\s]\S*|".+?"', document.header[x])
|
ttopts = re.findall(r'[^"\s]\S*|".+?"', document.header[x])
|
||||||
document.header[x] = "\\font_typewriter_opts \"semibold, " + sfopts[1].strip('"') + "\""
|
document.header[x] = "\\font_typewriter_opts \"semibold, " + ttopts[1].strip('"') + "\""
|
||||||
|
|
||||||
|
|
||||||
def convert_NotoRegulars(document):
|
def convert_NotoRegulars(document):
|
||||||
|
Loading…
Reference in New Issue
Block a user