mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Merge branch 'master' into biblatex2
This commit is contained in:
commit
352a8e115f
@ -1018,7 +1018,7 @@ def revert_cjkquotes(document):
|
||||
if cjk:
|
||||
replace = [u"\u300A"]
|
||||
else:
|
||||
replace = ["\\begin_inset Formula $\\langle\\kern -2.5pt\\langle$$", "\\end_inset"]
|
||||
replace = ["\\begin_inset Formula $\\langle\\kern -2.5pt\\langle$", "\\end_inset"]
|
||||
else:
|
||||
# outer closing mark
|
||||
if cjk:
|
||||
|
Loading…
Reference in New Issue
Block a user