Edit Links |
Layouts /
SeminarCategories: Layouts << | Page list | >>Alternative implementation of seminar.layout, a comprehensive LaTeX class for slides (including documentation and template). LyX 1.6 (and eventually 1.5.7) will ship with an updated version of this layout. seminar.layoutLyX layout for the Seminar Class [1] by Timothy Van Zandt Seminar is a LaTeX package for presentations (slides and notes and printout) 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
READMERequirements:
LyX 1.6 (and eventually 1.5.7) will ship with an updated version of this extended layout.
If it is not in your distribution, you can download it from CTAN
Installation:
What now?
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 If you need the geometry package, 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
|