>>Subject: documentclass: seminar >>From: Kai Johannes Keller <[EMAIL PROTECTED]> >>To: LyX-List <[EMAIL PROTECTED]> >>Date: 08 Dec 2003 23:16:45 +0100 >> >>Hello List, >> >>I have a problem to view ps or print a document typed in seminar-class: >>The .dvi-file looks all right, just as I want it, but when I view .ps or >>try to print the document, the text is rotated by 90� and half of it is >>missing. Does anybody else have this problem? It's only with "seminar", >>there's no problem with book-class for example. (I use lyx 1.3.3 with >>redhat 9).
The missing half comes from a superfluous a4 line in the ps file. As the dvips doc indicates, you may add @ A4size 210mm 297mm @+ %%PaperSize: A4 before @ a4 210mm 297mm @+ ! %%DocumentPaperSizes: a4 @+ %%BeginPaperSize: a4 @+ a4 @+ %%EndPaperSize in file ../texmf/dvips/config/config.ps You may avoid using sem-a4 as well, it may be the source of the problem. >> >>If there's no solution any hints about how to create good looking >>overhead-layers (with big text) maybe with another class are welcome. prosper does it, and some layouts are available, see http://wiki.lyx.org/pmwiki.php/Examples/Prosper (prosper in built on top of seminar). -- Jean-Pierre
