From: Dekel Tsur Date: Wed, 28 Aug 2002 12:21:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 1.6.10~18435 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=60cc1a6324c288f32655e576725d1cb82e75bc80;p=features.git *** empty log message *** git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5135 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/lyxconvert_218.py b/lib/lyx2lyx/lyxconvert_218.py index 9759fb40c0..7484aa6349 100644 --- a/lib/lyx2lyx/lyxconvert_218.py +++ b/lib/lyx2lyx/lyxconvert_218.py @@ -266,14 +266,14 @@ def remove_oldert(lines): break new = new+new2 - if not check_token(lines[j], "\\latex default"): + if not check_token(lines[j], "\\latex "): new = new+[""]+[lines[j]] lines[i:j+1] = new i = i+1 i = 0 while 1: - i = find_token(lines, "\\latex default", i) + i = find_token(lines, "\\latex ", i) if i == -1: break del lines[i]