mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 21:55:29 +00:00
*** empty log message ***
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5053 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
998c773a16
commit
8f5f4a74ae
@ -271,6 +271,14 @@ def remove_oldert(lines):
|
||||
lines[i:j+1] = new
|
||||
i = i+1
|
||||
|
||||
i = 0
|
||||
while 1:
|
||||
i = find_token(lines, "\\latex default", i)
|
||||
if i == -1:
|
||||
break
|
||||
del lines[i]
|
||||
|
||||
|
||||
def remove_oldertinset(lines):
|
||||
i = 0
|
||||
while 1:
|
||||
|
Loading…
Reference in New Issue
Block a user