mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
lyx_2_0.py: correct comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30695 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
53e7a92494
commit
d7e6c2a539
@ -176,7 +176,7 @@ def lyx2latex(document, lines):
|
||||
|
||||
|
||||
def latex_length(string):
|
||||
'Convert some LyX stuff into corresponding LaTeX stuff, as best we can.'
|
||||
'Convert lengths to their LaTeX representation.'
|
||||
i = 0
|
||||
percent = False
|
||||
i = string.find("text%")
|
||||
|
Loading…
Reference in New Issue
Block a user