Vincent van Ravesteijn - TNW schrieb:
Besides the awful duplication of code,
I haven't figured out a simpler solution. But anyway, it works.
the following looks suspicious:
sstring = value + "\\paperwidth" + end
^
Fixed.
And is this warning necessary, or a relic of the debugging phase ?
+ document.warning("value_plus: " + value)
Yes, this was a debugging relict. I removed it.
> Just one question to the lyx2lyx code: did you exclude minus at the first
> position? "-2cm" is a valid non-glue length that doesn't need to be reverted.
minus is never at the first position when there is also a plus. Lengths like 5col%-2text% are
converted correctly. If you find any further problem, please report me.
> Could you shove it in if the lyx2lyx issue is sorted out?
Done.
thanks for your reviews and regards
Uwe