On Thu, 7 Feb 2002 15:21:12 +0100 wrote Vidar <[EMAIL PROTECTED]>: > > Hi > > I am writting a document where Document layout class is "book" > > If I for instance write "Hi, this is chapter one" with the [Chapter] layout, > this is the actuall text when exported to pdf: > Chapter 1 > Hi, this is chapter one > But if I export to ASCII file, I only get this: > Hi, this is chapter one > > Anyone know I can change the ASCII export so that it also adds the "Chapter > 1" line ?
This happens, becouse the ascii-export works on the LyX file, while the insertion of Capter 1 or cross-references is done by LaTeX when producing the dvi file. You could try the program dvi2tty which converts the dvi-output to ASCII. (If it works, you can also install this as a new conversion-type for LyX) Guenter -- [EMAIL PROTECTED]
