Re: LaTeX parser

2000-03-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | It just occured to me: | | | Why don't we use LaTeX for parsing its own format? For the .lyx format? or for importing LaTeX? converting LaTeX to .lyx? also LyX never parses latex, we let latex do that we only output it :-) | Do I miss som

LaTeX parser

2000-03-14 Thread Andre Poenitz
It just occured to me: Why don't we use LaTeX for parsing its own format? We just have to redefine a lot of macros to typeout the information we need. For conversion of a section headline \def\section#1{\typeout{\\section}\typeout{}\typeout{#1}} is all that is needed. Fo