lyx_mirror/development/Seminar.txt
Angus Leeming 46ee486bda Whitespace, only whitespace. Part II.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9138 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-28 14:35:53 +00:00

39 lines
1.1 KiB
Plaintext

How to support the seminar package in LyX
===========================================
Seminar.cls is a nice LaTeX2e package aimed a producing
nice and clear slides. It can work together with pstricks and
the color package, and can procduce fance slides indeed.
The seminar class has some important class options:
- article Produce the whole seminar document as a regular
latex article with the slides as floating
bodies and the notes as running text.
- slidesonly Generates only the slides, not the notes.
- notesonly Generates only the notes.
-
Variables for the slide environment
===================================
\slideleftmargin
\sliderightmargin
\slidetopmargin
\slidebottommargin
\paperwidth
\paperheight
... and a lot of others
Goal
====
The ultimate goad would be to be able to do all that is
done in the Seminar FAQ inside LyX.
References
==========
CTAN/macros/latex/contrib/other/seminar
http://www.tug.org/applications/Seminar
The Seminar FAQ