mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Disable InsetIndex XHTML output, for now.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29986 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3910e6772a
commit
16e52cb601
@ -44,12 +44,13 @@ These do not yet work and need some attention:
|
||||
InsetInclude: I think we just want to include it, straightforwardly. Probably will
|
||||
base this more on the latex() routine, then. Another possibility, maybe with a
|
||||
flag of some sort, would be to do it as a separate file, to which we link.
|
||||
InsetIndex: Not clear whether to do anything with this or not. Certainly it's an
|
||||
"advanced" case.
|
||||
InsetIndex and InsetPrintIndex: An "advanced" case. What really would be cool
|
||||
would be to collect all of these and then write the index as a series of links
|
||||
back to the occurrences. But not now.
|
||||
InsetInfo: Probably skip it.
|
||||
InsetListings: Probably just output it as <pre>.
|
||||
InsetMarginal: Fine, but will need CSS.
|
||||
InsetNomencl: Also "advanced".
|
||||
InsetNomencl and InsetPrintNomencl: Also "advanced".
|
||||
InsetRef: Presumably, this is an internal link. But what should the text be, and how
|
||||
should we get it? Probably some validation thing again, where labels tell us where
|
||||
they are. Alternatively, we could parse the aux file.
|
||||
|
@ -56,6 +56,9 @@ private:
|
||||
void read(Lexer & lex);
|
||||
///
|
||||
int docbook(odocstream &, OutputParams const &) const;
|
||||
/// At the moment, this does nothing. See development/HTML.notes
|
||||
/// for some remarks on what could be done.
|
||||
int xhtml(odocstream &, OutputParams const &) const { return 0; };
|
||||
///
|
||||
int latex(odocstream &, OutputParams const &) const;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user