On Wednesday 22 January 2003 19:16, Richard Huxton wrote: > > Aha - found that already, but doesn't contain nearly enough information to > transform sgml to latex (something happening behind the scenes). > > The latex commands are getting into an exported .tex file though, they're > just being escaped on the way. Got a work-around for the moment anyway.
The information you are looking for is in /usr/share/linuxdoc-tools/dist/linuxdoc-tools/latex2e/mapping there you should modify <sect> + "\n\\section" to <sect> + "\n\\pagebreak\n\\section" Notice that this is untested, but it should be what you want. > Thanks Does it work this way? -- Jos� Ab�lio
