]> git.lyx.org Git - features.git/commit
Try to deal with one of the big problems here, namely, that we
authorRichard Heck <rgheck@comcast.net>
Mon, 26 Oct 2009 20:53:46 +0000 (20:53 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 26 Oct 2009 20:53:46 +0000 (20:53 +0000)
commit5faa75408b82b8825ff5572af2c821a7aa979b9b
tree6ed1c9ca1e96948e3c33eb0d20abab9cbead7f1a
parent9a19a312bab9ade2d28d884385a989fbede210a0
Try to deal with one of the big problems here, namely, that we
can't just output Standard as <p>, or anything else, because we
have structures like:
  this is text <branch>and more text</branch> and more
which would then come out as:
  <p>this is text <p>and more text</p> and more</p>
So we use the OutputParam html_in_par to try to signal when we
are already in a paragraph. It is expected that we will need to
do some bug fixing here.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31753 a592a061-630c-0410-9148-cb99ea01b6c8
lib/layouts/stdclass.inc
lib/layouts/stdinsets.inc
src/Paragraph.cpp
src/insets/InsetLayout.cpp
src/insets/InsetLayout.h
src/output_xhtml.cpp