]> git.lyx.org Git - lyx.git/commit
XHTML output for InsetInclude.
authorRichard Heck <rgheck@comcast.net>
Fri, 19 Jun 2009 15:11:33 +0000 (15:11 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 19 Jun 2009 15:11:33 +0000 (15:11 +0000)
commit16f119cab5419dabc52f0e40cc876c391edc41cd
tree301a060bc31879fc3411729d4cf197a6088db4b5
parent1898db6aca3fa488e4f0cbf6b14cb2b8017797ec
XHTML output for InsetInclude.

Here's the deal:
* With verbatim, we include it verbatim. This would allow the inclusion of
  other HTML files.
* With listings, we include it verbatim, wrapped in <pre>.
* With Input and Include, we check if it's a LyX file. If not, we don't do
  anything, since we don't know how to include (say) a TeX file in the HTML
  output. (Wanna call tex4ht, anyone?) If it is a LyX file, we let it write
  itself as HTML, and include it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30191 a592a061-630c-0410-9148-cb99ea01b6c8
development/HTML/HTML.notes
src/insets/InsetInclude.cpp
src/insets/InsetInclude.h