Andr� Duarte Bueno wrote: > I write a free gpl book for C++ and linux programming in PORTUGUESE > (Brasilian). > > In old time I use word, and staroffice. > I convert all documents to lyx. > > But, when I incert an algorithm using > Insert->Float->Algorithm Float > define the title of algorithm > then, aply > Insert->Include File->NameOfFile.cpp and set words/per/word[true]. > (using verbatim mode). > > BUT > when the code is largest, it apear belown of the page. > The page break are not applied?
a float can't have a pagebreak. in this case use package listing: http://www.lyx.org/help/listings/listings.php3 Herbert -- http://www.lyx.org/help/
