Discussion:
examples/thesis/thesis.lyx "Malformed LyX document"
Scott Kostyshak
2014-05-11 06:51:51 UTC
Permalink
On master branch, the command
lyx2lyx -t 413 thesis.lyx > temp.lyx
gives the output
Warning: Malformed LyX document: Missing \justification.
but just opening the LyX document does not give any error.

Is it malformed?

Note that other documents in the same folder give that error also.

Scott
Georg Baum
2014-05-12 19:10:10 UTC
Permalink
Post by Scott Kostyshak
On master branch, the command
lyx2lyx -t 413 thesis.lyx > temp.lyx
gives the output
Warning: Malformed LyX document: Missing \justification.
but just opening the LyX document does not give any error.
Is it malformed?
It is malformed in such a way that lyx2lyx does not find the \justification
header setting. However, this does not matter, since it simply would remove
it. See the commit log of cacd2a041d2c for details.
Post by Scott Kostyshak
Note that other documents in the same folder give that error also.
These were obviously converted from older versions by lyx2lyx and not saved
by LyX.


Georg
Scott Kostyshak
2014-05-13 08:06:59 UTC
Permalink
On Mon, May 12, 2014 at 3:10 PM, Georg Baum
Post by Georg Baum
Post by Scott Kostyshak
Is it malformed?
It is malformed in such a way that lyx2lyx does not find the \justification
header setting. However, this does not matter, since it simply would remove
it. See the commit log of cacd2a041d2c for details.
Post by Scott Kostyshak
Note that other documents in the same folder give that error also.
These were obviously converted from older versions by lyx2lyx and not saved
by LyX.
Thanks for the explanation, Georg.

Scott

Loading...