Dekel Tsur <[EMAIL PROTECTED]> writes:
| | void LyXTextClass::readOutputType(LyXLex & lexrc)
| | {
| | keyword_item outputTypeTags[] = {
| | { "docbook", DOCBOOK },
| | { "latex", LATEX },
| | { "linuxdoc", LINUXDOC },
| | {
On Thu, Mar 02, 2000 at 10:20:39PM +0200, Dekel Tsur wrote:
> Consider the code of LyXTextClass::readOutputType:
>
> | void LyXTextClass::readOutputType(LyXLex & lexrc)
> | {
> | keyword_item outputTypeTags[] = {
> | { "docbook", DOCBOOK },
> | { "latex", L
On Tue, Feb 29, 2000 at 06:18:20PM +0100, Lars Gullik Bj&resh;nnes wrote:
> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
> I have changed some of that in layout.C now. Since we usually parse
> layout files pretty seldom I have changed the lyxlex tables to be
> dynamic.
>
> I have also changed