Edit Links |
Layouts /
SeminarCategories: Layouts << Powerdot | Page list | Dinbrief >>New version of seminar.layout, a comprehensive LaTeX class for slides (including documentation and template). seminar.layoutLyX layout for the Seminar Class [1] by Timothy Van Zandt Seminar is a LaTeX package presentations with a lot of flexibility and functionnalities. More advanced then foiltex, but (by default) more "traditional" then prosper or beamer. This extended version adds to the seminar.layout that ships with LyX:
Files
READMEThis readme as text file uploads:/Layouts/seminar/README-seminar Some basic points to start with:
Bug in seminar.cls:seminar.cls has a bug that prevents proper working with the "a4paper" option. The option "a4" works. The bug prevents use of seminar as doctype from LyX together with the geometry package, as LyX inserts: \usepackage{geometry}
\geometry{verbose,a4paper,tmargin=1cm,bmargin=1cm,lmargin=2cm,rmargin=2cm}
and subsequentely, LaTeX reports an ! Undefined control sequence. error You can either hand-insert these lines into the preamble (instead of using the doctype tab for geometry option) \usepackage{geometry}
\geometry{verbose,a4,tmargin=1cm,bmargin=1cm,lmargin=2cm,rmargin=2cm}
% replace the margin values with your favourites
or apply the following patch to seminar.cls --- tetex-base-2.0.2/texmf/tex/latex/seminar/seminar.cls.orig Wed Dec 10
+14:58:57 2003
+++ tetex-base-2.0.2/texmf/tex/latex/seminar/seminar.cls Wed Dec 10
+15:03:13 2003
|