* qt_helpers.cpp:
[lyx.git] / development / Seminar.txt
blob82f32b5bb085d2ca8695200bc46e387bb623d52a
2                 How to support the seminar package in LyX
3                ===========================================
5          Seminar.cls is a nice LaTeX2e package aimed a producing
6        nice and clear slides. It can work together with pstricks and
7        the color package, and can procduce fance slides indeed.
9        The seminar class has some important class options:
10            - article   Produce the whole seminar document as a regular
11                        latex article with the slides as floating
12                        bodies and the notes as running text.
13            - slidesonly Generates only the slides, not the notes.
14            - notesonly Generates only the notes.
15            -
17            Variables for the slide environment
18            ===================================
20            \slideleftmargin
21            \sliderightmargin
22            \slidetopmargin
23            \slidebottommargin
24            \paperwidth
25            \paperheight
26            ... and a lot of others
28            Goal
29            ====
31            The ultimate goad would be to be able to do all that is
32            done in the Seminar FAQ inside LyX.
34            References
35            ==========
37            CTAN/macros/latex/contrib/other/seminar
38            http://www.tug.org/applications/Seminar
39            The Seminar FAQ