mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
simplify index (string drunkness corrected)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9027 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6b9ff53e6d
commit
915304d550
@ -1,3 +1,7 @@
|
||||
2004-09-29 José Matos <jamatos@lyx.org>
|
||||
|
||||
* lyx_1_4.py (get_end_format): simplify index.
|
||||
|
||||
2004-09-12 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* lyx_1_4.py (convert_ertbackslash): insert the new line after the
|
||||
|
@ -48,7 +48,7 @@ format_relation = [("0_10", [210], ["0.10.7","0.10"]),
|
||||
|
||||
|
||||
def get_end_format():
|
||||
return format_relation[-1:][0][1][-1:][0]
|
||||
return format_relation[-1][1][-1]
|
||||
|
||||
|
||||
def get_backend(textclass):
|
||||
|
Loading…
Reference in New Issue
Block a user