mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-01 13:40:39 +00:00
lyx_2_0.py: whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34939 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
45ab02e550
commit
f06e7dcedf
@ -1916,20 +1916,15 @@ def revert_IEEEtran(document):
|
|||||||
" Convert IEEEtran layouts and styles to TeX code "
|
" Convert IEEEtran layouts and styles to TeX code "
|
||||||
if document.textclass != "IEEEtran":
|
if document.textclass != "IEEEtran":
|
||||||
return
|
return
|
||||||
|
|
||||||
revert_flex_inset(document, "IEEE membership", "\\IEEEmembership", 0)
|
revert_flex_inset(document, "IEEE membership", "\\IEEEmembership", 0)
|
||||||
revert_flex_inset(document, "Lowercase", "\\MakeLowercase", 0)
|
revert_flex_inset(document, "Lowercase", "\\MakeLowercase", 0)
|
||||||
|
|
||||||
layouts = ("Special Paper Notice", "After Title Text", "Publication ID",
|
layouts = ("Special Paper Notice", "After Title Text", "Publication ID",
|
||||||
"Page headings", "Biography without photo")
|
"Page headings", "Biography without photo")
|
||||||
|
|
||||||
latexcmd = {"Special Paper Notice": "\\IEEEspecialpapernotice",
|
latexcmd = {"Special Paper Notice": "\\IEEEspecialpapernotice",
|
||||||
"After Title Text": "\\IEEEaftertitletext",
|
"After Title Text": "\\IEEEaftertitletext",
|
||||||
"Publication ID": "\\IEEEpubid"}
|
"Publication ID": "\\IEEEpubid"}
|
||||||
|
|
||||||
obsoletedby = {"Page headings": "MarkBoth",
|
obsoletedby = {"Page headings": "MarkBoth",
|
||||||
"Biography without photo": "BiographyNoPhoto"}
|
"Biography without photo": "BiographyNoPhoto"}
|
||||||
|
|
||||||
for layout in layouts:
|
for layout in layouts:
|
||||||
i = 0
|
i = 0
|
||||||
while True:
|
while True:
|
||||||
@ -1966,7 +1961,6 @@ def revert_nameref(document):
|
|||||||
break
|
break
|
||||||
cmdloc = i
|
cmdloc = i
|
||||||
i += 1
|
i += 1
|
||||||
|
|
||||||
# Make sure it is actually in an inset!
|
# Make sure it is actually in an inset!
|
||||||
# We could just check document.lines[i-1], but that relies
|
# We could just check document.lines[i-1], but that relies
|
||||||
# upon something that might easily change.
|
# upon something that might easily change.
|
||||||
|
Loading…
Reference in New Issue
Block a user