>>>>> "Francois" == Francois Beaubert 0251858286 <[EMAIL PROTECTED]> writes:
Francois> Hi, I'm already working on the seminar .layout for the
Francois> seminar classe support in lyx, but I've got problems with
Francois> the definition of the label in the slide(*) style definition
Francois> and with font in the dvi or ps.
Hello,
Unfortunately, the slides layout file is certainly the worst in the
distribution, not because it is badly done, but because the syntax of
the class is not adapted to LyX. Thus the horrible latex code you
see...
Francois> When I begin a new slide I must always type some characters
Francois> after the slide label to be able to write the contents of
Francois> the slide.
The problem is that LyX does not (yet) support empty environments.
Francois> Furthermore I've got problems with fonts when I
Francois> wiew my dvi file, it doesn't support latin 1 character like
Francois> é or ç and the semhelv package (from the seminar
Francois> distribution)doesn't work.
Did you set document encoding to latin1? It is strange that it does
not work.
Francois> I start from the slides.layout file from John Weiss
Francois> <[EMAIL PROTECTED]> I'm a newbie and I unfortunatly don't
Francois> understand the meaning of his first line ine the preamble:
Francois> \newif\ifLyXsNoCenter \LyXsNoCenterfalse
Francois> \newcommand{\noslidecentering}{ \LyXsNoCentertrue% }
Francois> \newcommand{\slidecentering}{ \LyXsNoCenterfalse% }
This creates a way of specifying whether slides should be centered
(vertically, I assume). Imagine that the is a variable \LyXsNoCenter
which is set to true with \LyXsNoCentertrue and to false with
\LyXsNoCenterfalse. Then, if you enter an empty paragraph with
LatexCommand \slidecentering, this will set \LyXsNoCenter to false,
since the code generated is
\sildecentering{}
Then some other ugly code will actually use the variable.
Francois> Any suggestions will be helpfull. Regards. Francois.
Good luck...
JMarc