mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Wow.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22489 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d226da1559
commit
a8d2d891ee
@ -23,7 +23,6 @@ import sys
|
||||
import LyX
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
args = {}
|
||||
args["usage"] = "usage: %prog [options] [file]"
|
||||
|
||||
|
@ -615,7 +615,7 @@ def convert_url(document):
|
||||
def convert_ams_classes(document):
|
||||
tc = document.textclass
|
||||
if (tc != "amsart" and tc != "amsart-plain" and
|
||||
tc == "amsart-seq" and tc == "amsbook"):
|
||||
tc != "amsart-seq" and tc != "amsbook"):
|
||||
return
|
||||
if tc == "amsart-plain":
|
||||
document.textclass = "amsart"
|
||||
|
Loading…
Reference in New Issue
Block a user