overlays and seminar class

2004-04-20 Thread Myriam Abramson

I'm using the seminar class and seminar.layout for my presentations 
and I'm still struggling with overlays. I've found out that I need 
to control the slide environment myself to have overlays working. So
far so good but the display seems to get recentered each time. I've
found that some people use the InvisibleText command from the slides
class to get overlays working. How can I do that with the seminar
class? Just inserting \invisible did not work. 

   myriam



Re: overlays and seminar class

2004-04-20 Thread Jean-Pierre.Chretien

To: [EMAIL PROTECTED]
Subject: overlays and seminar class
From: Myriam Abramson [EMAIL PROTECTED]
Date: Tue, 20 Apr 2004 12:15:49 -0400


I'm using the seminar class and seminar.layout for my presentations 
and I'm still struggling with overlays. I've found out that I need 
to control the slide environment myself to have overlays working. So
far so good but the display seems to get recentered each time. I've
found that some people use the InvisibleText command from the slides
class to get overlays working. How can I do that with the seminar
class? Just inserting \invisible did not work. 

   myriam

You must select the correct seminar option for overlaid views
(\centerslidesfalse)
I've added this to the local slides class (adapted from seminar), see
attachment.


-- 
Jean-Pierre

First, I define two environments for vertically centered
and not vertically centered slides (this is inspired from prosper layout,
to avoid problems with the \maketitle command which produces
the title slide by default if a title is defined)


Preamble
\renewcommand{\newdiapo}[1]{
\end{slide}
\centerslidestrue
#1
\begin{slide}
}
\renewcommand{\newdiaponc}[1]{
\end{slide}
\centerslidesfalse
#1
\begin{slide}
}

\AtEndDocument{\end{slide}}
\AtBeginDocument{\begin{slide}}
EndPreamble

#Then the layouts read:

Style NewSlide
  LatexType Command
  LatexName newdiapo
  KeepEmpty 1
  NextNoIndent  1
  LabelType Centered_Top_Environment
  LabelString   New Slide   

  LabelFont 
Shape   Italic
Color   blue
  #  Size   small
  EndFont
End
Style Slide
Obsoletedby NewSlide
End
Style Slide*
Obsoletedby NewSlide
End



Style NewSlideNonCentered
  LatexType Command
  LatexName newdiaponc
  KeepEmpty 1
  NextNoIndent  1
  LabelType Centered_Top_Environment
  LabelString   New Slide (non centered)   

  LabelFont 
Shape   Italic
Color   blue
  #  Size   small
  EndFont
End

# Select one or the other depending of the need for overlay.


overlays and seminar class

2004-04-20 Thread Myriam Abramson

I'm using the seminar class and seminar.layout for my presentations 
and I'm still struggling with overlays. I've found out that I need 
to control the slide environment myself to have overlays working. So
far so good but the display seems to get recentered each time. I've
found that some people use the InvisibleText command from the slides
class to get overlays working. How can I do that with the seminar
class? Just inserting \invisible did not work. 

   myriam



Re: overlays and seminar class

2004-04-20 Thread Jean-Pierre.Chretien

To: [EMAIL PROTECTED]
Subject: overlays and seminar class
From: Myriam Abramson [EMAIL PROTECTED]
Date: Tue, 20 Apr 2004 12:15:49 -0400


I'm using the seminar class and seminar.layout for my presentations 
and I'm still struggling with overlays. I've found out that I need 
to control the slide environment myself to have overlays working. So
far so good but the display seems to get recentered each time. I've
found that some people use the InvisibleText command from the slides
class to get overlays working. How can I do that with the seminar
class? Just inserting \invisible did not work. 

   myriam

You must select the correct seminar option for overlaid views
(\centerslidesfalse)
I've added this to the local slides class (adapted from seminar), see
attachment.


-- 
Jean-Pierre

First, I define two environments for vertically centered
and not vertically centered slides (this is inspired from prosper layout,
to avoid problems with the \maketitle command which produces
the title slide by default if a title is defined)


Preamble
\renewcommand{\newdiapo}[1]{
\end{slide}
\centerslidestrue
#1
\begin{slide}
}
\renewcommand{\newdiaponc}[1]{
\end{slide}
\centerslidesfalse
#1
\begin{slide}
}

\AtEndDocument{\end{slide}}
\AtBeginDocument{\begin{slide}}
EndPreamble

#Then the layouts read:

Style NewSlide
  LatexType Command
  LatexName newdiapo
  KeepEmpty 1
  NextNoIndent  1
  LabelType Centered_Top_Environment
  LabelString   New Slide   

  LabelFont 
Shape   Italic
Color   blue
  #  Size   small
  EndFont
End
Style Slide
Obsoletedby NewSlide
End
Style Slide*
Obsoletedby NewSlide
End



Style NewSlideNonCentered
  LatexType Command
  LatexName newdiaponc
  KeepEmpty 1
  NextNoIndent  1
  LabelType Centered_Top_Environment
  LabelString   New Slide (non centered)   

  LabelFont 
Shape   Italic
Color   blue
  #  Size   small
  EndFont
End

# Select one or the other depending of the need for overlay.


overlays and seminar class

2004-04-20 Thread Myriam Abramson

I'm using the seminar class and seminar.layout for my presentations 
and I'm still struggling with overlays. I've found out that I need 
to control the slide environment myself to have overlays working. So
far so good but the display seems to get recentered each time. I've
found that some people use the InvisibleText command from the slides
class to get overlays working. How can I do that with the seminar
class? Just inserting \invisible did not work. 

   myriam



Re: overlays and seminar class

2004-04-20 Thread Jean-Pierre.Chretien

>>To: [EMAIL PROTECTED]
>>Subject: overlays and seminar class
>>From: Myriam Abramson <[EMAIL PROTECTED]>
>>Date: Tue, 20 Apr 2004 12:15:49 -0400
>>
>>
>>I'm using the seminar class and seminar.layout for my presentations 
>>and I'm still struggling with overlays. I've found out that I need 
>>to control the slide environment myself to have overlays working. So
>>far so good but the display seems to get recentered each time. I've
>>found that some people use the InvisibleText command from the slides
>>class to get overlays working. How can I do that with the seminar
>>class? Just inserting \invisible did not work. 
>>
>>   myriam

You must select the correct seminar option for overlaid views
(\centerslidesfalse)
I've added this to the local slides class (adapted from seminar), see
attachment.


-- 
Jean-Pierre

First, I define two environments for vertically centered
and not vertically centered slides (this is inspired from prosper layout,
to avoid problems with the \maketitle command which produces
the title slide by default if a title is defined)


Preamble
\renewcommand{\newdiapo}[1]{
\end{slide}
\centerslidestrue
#1
\begin{slide}
}
\renewcommand{\newdiaponc}[1]{
\end{slide}
\centerslidesfalse
#1
\begin{slide}
}

\AtEndDocument{\end{slide}}
\AtBeginDocument{\begin{slide}}
EndPreamble

#Then the layouts read:

Style NewSlide
  LatexType Command
  LatexName newdiapo
  KeepEmpty 1
  NextNoIndent  1
  LabelType Centered_Top_Environment
  LabelString   "New Slide   
"
  LabelFont 
Shape   Italic
Color   blue
  #  Size   small
  EndFont
End
Style Slide
Obsoletedby NewSlide
End
Style Slide*
Obsoletedby NewSlide
End



Style NewSlideNonCentered
  LatexType Command
  LatexName newdiaponc
  KeepEmpty 1
  NextNoIndent  1
  LabelType Centered_Top_Environment
  LabelString   "New Slide (non centered)   
"
  LabelFont 
Shape   Italic
Color   blue
  #  Size   small
  EndFont
End

# Select one or the other depending of the need for overlay.


overlays in seminar slides

2004-03-07 Thread Myriam Abramson

Hi!

I read in the seminar documentation that overlay are possibles. 
I tried \overlay{n} and \begin {overlay}{n} with no success. How do
you do overlays with seminar in lyx, then?

TIA
   myriam



notes in seminar slides

2004-03-07 Thread Myriam Abramson

Hi!

I sprinkled my slides with notes. Is there a way to print only those
notes? TIA (lyx 1.3.2)

   myriam



overlays in seminar slides

2004-03-07 Thread Myriam Abramson

Hi!

I read in the seminar documentation that overlay are possibles. 
I tried \overlay{n} and \begin {overlay}{n} with no success. How do
you do overlays with seminar in lyx, then?

TIA
   myriam



notes in seminar slides

2004-03-07 Thread Myriam Abramson

Hi!

I sprinkled my slides with notes. Is there a way to print only those
notes? TIA (lyx 1.3.2)

   myriam



overlays in seminar slides

2004-03-07 Thread Myriam Abramson

Hi!

I read in the seminar documentation that overlay are possibles. 
I tried \overlay{n} and \begin {overlay}{n} with no success. How do
you do overlays with seminar in lyx, then?

TIA
   myriam



notes in seminar slides

2004-03-07 Thread Myriam Abramson

Hi!

I sprinkled my slides with notes. Is there a way to print only those
notes? TIA (lyx 1.3.2)

   myriam



Re: seminar slides

2004-03-02 Thread Günter Milde
Juergen Spitzmueller wrote:
 Juergen Spitzmueller wrote:
   Jürgen - could you please have a look if this is
   qt related?
 
  Yes, seems so.
 
 I have to correct myself. xforms also does not update (at least not always. 
 Sometimes it does, but I haven't yet figured out why).

If a template has settings that differ from the class defaults, I would
really not like it to be overwritten!

IMHO, the bug is in not separating *compulsory* and *configurable* class
options.

With preamble commands, I have the choice to put them in a
  Preamble
  EndPreamble
clause and have them hidden from the user.  

With options, I did not found a similar clause. ClassOptions are always
user-configurable.

The bug in seminar.layout is, that it defines the styles

Style SlideHeading and
Style SlideSubHeading

while there is a possibility that the user overrides the default choice of

ClassOptions
Other slidesec
End

but I currently see no solution (other than depriving the user of the
SlideHeading and SlideSubHeading styles).

BTW: the same bug is in the seminar.layout provided with LyX.

Günter

-- 
G.Milde at web.de


Re: seminar slides

2004-03-02 Thread Günter Milde
Juergen Spitzmueller wrote:
 Juergen Spitzmueller wrote:
   Jürgen - could you please have a look if this is
   qt related?
 
  Yes, seems so.
 
 I have to correct myself. xforms also does not update (at least not always. 
 Sometimes it does, but I haven't yet figured out why).

If a template has settings that differ from the class defaults, I would
really not like it to be overwritten!

IMHO, the bug is in not separating *compulsory* and *configurable* class
options.

With preamble commands, I have the choice to put them in a
  Preamble
  EndPreamble
clause and have them hidden from the user.  

With options, I did not found a similar clause. ClassOptions are always
user-configurable.

The bug in seminar.layout is, that it defines the styles

Style SlideHeading and
Style SlideSubHeading

while there is a possibility that the user overrides the default choice of

ClassOptions
Other slidesec
End

but I currently see no solution (other than depriving the user of the
SlideHeading and SlideSubHeading styles).

BTW: the same bug is in the seminar.layout provided with LyX.

Günter

-- 
G.Milde at web.de


Re: seminar slides

2004-03-02 Thread Günter Milde
Juergen Spitzmueller wrote:
> Juergen Spitzmueller wrote:
> > > Jürgen -> could you please have a look if this is
> > > qt related?
> >
> > Yes, seems so.
> 
> I have to correct myself. xforms also does not update (at least not always. 
> Sometimes it does, but I haven't yet figured out why).

If a template has settings that differ from the class defaults, I would
really not like it to be overwritten!

IMHO, the bug is in not separating *compulsory* and *configurable* class
options.

With preamble commands, I have the choice to put them in a
  Preamble
  EndPreamble
clause and have them hidden from the user.  

With options, I did not found a similar clause. ClassOptions are always
user-configurable.

The bug in seminar.layout is, that it defines the styles

Style SlideHeading and
Style SlideSubHeading

while there is a possibility that the user overrides the default choice of

ClassOptions
Other slidesec
End

but I currently see no solution (other than depriving the user of the
SlideHeading and SlideSubHeading styles).

BTW: the same bug is in the seminar.layout provided with LyX.

Günter

-- 
G.Milde at web.de


Re: seminar slides

2004-03-01 Thread Günter Milde
Herbert Voss wrote:
 Herbert Voss wrote:
 Myriam Abramson wrote:
 
 Is there something wrong with the seminar class in Lyx? I get the
 following error:
 
 Undefined control sequence.
  \slideheading
   {this is a header}
...
 put slidesec into Layout-Document-LAyouts-Options
 
 seems to be a bug, because it should be done by LyX

LyX does this already. In seminar.layout I have

ClassOptions
FontSize 8|9|10|11|12|14|17
Other slidesec
End

However, the Content of Other is user-changeable. Is there a way to have a
compulsory latex option set from the layout file?

Günter

-- 
G.Milde at web.de


Re: seminar slides

2004-03-01 Thread Herbert Voss
Günter Milde wrote:
Herbert Voss wrote:

Herbert Voss wrote:

Myriam Abramson wrote:


Is there something wrong with the seminar class in Lyx? I get the
following error:
Undefined control sequence.
\slideheading
{this is a header}
...

put slidesec into Layout-Document-LAyouts-Options

seems to be a bug, because it should be done by LyX


LyX does this already. In seminar.layout I have

ClassOptions
FontSize 8|9|10|11|12|14|17
Other slidesec
End
I know ...
Read my mails well.
Herbert




Re: seminar slides

2004-03-01 Thread Herbert Voss
Herbert Voss wrote:

put slidesec into Layout-Document-LAyouts-Options

seems to be a bug, because it should be done by LyX


LyX does this already. In seminar.layout I have

ClassOptions
FontSize 8|9|10|11|12|14|17
Other slidesec
End


I know ...
Read my mails well.
Jürgen - could you please have a look if this is
qt related?
Herbert




Re: seminar slides

2004-03-01 Thread Juergen Spitzmueller
Herbert Voss wrote:
 Jürgen - could you please have a look if this is
 qt related?

Yes, seems so. In qt, you have to press use class defaults (or set reset to 
defaults on class change in prefs) to get the extra options.
It's a bug.

Jürgen.


Re: seminar slides

2004-03-01 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote:
  Jürgen - could you please have a look if this is
  qt related?

 Yes, seems so.

I have to correct myself. xforms also does not update (at least not always. 
Sometimes it does, but I haven't yet figured out why).

Jürgen.


Re: seminar slides

2004-03-01 Thread Günter Milde
Herbert Voss wrote:
 Herbert Voss wrote:
 Myriam Abramson wrote:
 
 Is there something wrong with the seminar class in Lyx? I get the
 following error:
 
 Undefined control sequence.
  \slideheading
   {this is a header}
...
 put slidesec into Layout-Document-LAyouts-Options
 
 seems to be a bug, because it should be done by LyX

LyX does this already. In seminar.layout I have

ClassOptions
FontSize 8|9|10|11|12|14|17
Other slidesec
End

However, the Content of Other is user-changeable. Is there a way to have a
compulsory latex option set from the layout file?

Günter

-- 
G.Milde at web.de


Re: seminar slides

2004-03-01 Thread Herbert Voss
Günter Milde wrote:
Herbert Voss wrote:

Herbert Voss wrote:

Myriam Abramson wrote:


Is there something wrong with the seminar class in Lyx? I get the
following error:
Undefined control sequence.
\slideheading
{this is a header}
...

put slidesec into Layout-Document-LAyouts-Options

seems to be a bug, because it should be done by LyX


LyX does this already. In seminar.layout I have

ClassOptions
FontSize 8|9|10|11|12|14|17
Other slidesec
End
I know ...
Read my mails well.
Herbert




Re: seminar slides

2004-03-01 Thread Herbert Voss
Herbert Voss wrote:

put slidesec into Layout-Document-LAyouts-Options

seems to be a bug, because it should be done by LyX


LyX does this already. In seminar.layout I have

ClassOptions
FontSize 8|9|10|11|12|14|17
Other slidesec
End


I know ...
Read my mails well.
Jürgen - could you please have a look if this is
qt related?
Herbert




Re: seminar slides

2004-03-01 Thread Juergen Spitzmueller
Herbert Voss wrote:
 Jürgen - could you please have a look if this is
 qt related?

Yes, seems so. In qt, you have to press use class defaults (or set reset to 
defaults on class change in prefs) to get the extra options.
It's a bug.

Jürgen.


Re: seminar slides

2004-03-01 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote:
  Jürgen - could you please have a look if this is
  qt related?

 Yes, seems so.

I have to correct myself. xforms also does not update (at least not always. 
Sometimes it does, but I haven't yet figured out why).

Jürgen.


Re: seminar slides

2004-03-01 Thread Günter Milde
Herbert Voss wrote:
> Herbert Voss wrote:
> >Myriam Abramson wrote:
> >
> >>Is there something wrong with the seminar class in Lyx? I get the
> >>following error:
> >>
> >>Undefined control sequence.
> >> \slideheading
> >>  {this is a header}
...
> put slidesec into Layout->Document->LAyouts->Options
> 
> seems to be a bug, because it should be done by LyX

LyX does this already. In seminar.layout I have

ClassOptions
FontSize 8|9|10|11|12|14|17
Other slidesec
End

However, the Content of Other is user-changeable. Is there a way to have a
"compulsory" latex option set from the layout file?

Günter

-- 
G.Milde at web.de


Re: seminar slides

2004-03-01 Thread Herbert Voss
Günter Milde wrote:
Herbert Voss wrote:

Herbert Voss wrote:

Myriam Abramson wrote:


Is there something wrong with the seminar class in Lyx? I get the
following error:
Undefined control sequence.
\slideheading
{this is a header}
...

put slidesec into Layout->Document->LAyouts->Options

seems to be a bug, because it should be done by LyX


LyX does this already. In seminar.layout I have

ClassOptions
FontSize 8|9|10|11|12|14|17
Other slidesec
End
I know ...
Read my mails well.
Herbert




Re: seminar slides

2004-03-01 Thread Herbert Voss
Herbert Voss wrote:

put slidesec into Layout->Document->LAyouts->Options

seems to be a bug, because it should be done by LyX


LyX does this already. In seminar.layout I have

ClassOptions
FontSize 8|9|10|11|12|14|17
Other slidesec
End


I know ...
Read my mails well.
Jürgen -> could you please have a look if this is
qt related?
Herbert




Re: seminar slides

2004-03-01 Thread Juergen Spitzmueller
Herbert Voss wrote:
> Jürgen -> could you please have a look if this is
> qt related?

Yes, seems so. In qt, you have to press "use class defaults" (or set "reset to 
defaults on class change" in prefs) to get the extra options.
It's a bug.

Jürgen.


Re: seminar slides

2004-03-01 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote:
> > Jürgen -> could you please have a look if this is
> > qt related?
>
> Yes, seems so.

I have to correct myself. xforms also does not update (at least not always. 
Sometimes it does, but I haven't yet figured out why).

Jürgen.


Re: page display in seminar slides

2004-02-29 Thread Herbert Voss
Myriam Abramson wrote:
\thepage is displayed as 2 numbers like that: 0-1, 0-2, etc. 

How can I fix that? Here's my pagestyle definition: 
try \renewcommand\thepage{\arabic{page}}
before your page defnition
Herbert




Re: page display in seminar slides

2004-02-29 Thread Herbert Voss
Myriam Abramson wrote:
\thepage is displayed as 2 numbers like that: 0-1, 0-2, etc. 

How can I fix that? Here's my pagestyle definition: 
try \renewcommand\thepage{\arabic{page}}
before your page defnition
Herbert




Re: page display in seminar slides

2004-02-29 Thread Herbert Voss
Myriam Abramson wrote:
\thepage is displayed as 2 numbers like that: 0-1, 0-2, etc. 

How can I fix that? Here's my pagestyle definition: 
try \renewcommand\thepage{\arabic{page}}
before your page defnition
Herbert




seminar slides

2004-02-28 Thread Myriam Abramson

Is there something wrong with the seminar class in Lyx? I get the
following error:

Undefined control sequence.
 \slideheading
  {this is a header}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

I use the seminar.layout from the wiki and here's my preamble: 

\usepackage[dvips]{pstcol}
\usepackage{semcolor}
\usepackage{semlayer}
\usepackage{semhelv}
\usepackage[dvips]{color}

\usepackage{latexsym}

\input{seminar.bug}
\input{seminar.bg2}

% Slides parameters: general setup

% \centerslidesfalse  % Text not centered 
\slideframe{none}   % No frame borders


   myriam



Re: seminar slides

2004-02-28 Thread Herbert Voss
Myriam Abramson wrote:

Is there something wrong with the seminar class in Lyx? I get the
following error:
Undefined control sequence.
 \slideheading
  {this is a header}
from seminar.layout ;-)

# Note: \slideheading is only defined when the option slidesec is present

Herbert




Re: seminar slides

2004-02-28 Thread Herbert Voss
Myriam Abramson wrote:

some more comments:

I use the seminar.layout from the wiki and here's my preamble: 

\usepackage[dvips]{pstcol}
only for old distributions you need the option
dvips.
\usepackage{semcolor}
\usepackage{semlayer}
\usepackage{semhelv}
\usepackage[dvips]{color}
this makes no sense, because pstcol loads already color

Herbert




Re: seminar slides

2004-02-28 Thread Herbert Voss
Herbert Voss wrote:
Myriam Abramson wrote:

Is there something wrong with the seminar class in Lyx? I get the
following error:
Undefined control sequence.
 \slideheading
  {this is a header}


from seminar.layout ;-)

# Note: \slideheading is only defined when the option slidesec is present
uups, forget the important fact:
put slidesec into Layout-Document-LAyouts-Options
seems to be a bug, because it should be done by LyX

Herbert




page display in seminar slides

2004-02-28 Thread Myriam Abramson

\thepage is displayed as 2 numbers like that: 0-1, 0-2, etc. 

How can I fix that? Here's my pagestyle definition: 

\newpagestyle{mypage}
{\color{Gold}
 \leavevmode\leaders\hrule height1.5pt\hfil}
{\color{Gold}
  \leavevmode\leaders\hrule height1.5pt\hfil%
  \lower.32ex\hbox{%
\textcolor{Blue2}{~~\thepage~~}}%
  \rule{5mm}{1.5pt}}

TIA

   myriam



seminar slides

2004-02-28 Thread Myriam Abramson

Is there something wrong with the seminar class in Lyx? I get the
following error:

Undefined control sequence.
 \slideheading
  {this is a header}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

I use the seminar.layout from the wiki and here's my preamble: 

\usepackage[dvips]{pstcol}
\usepackage{semcolor}
\usepackage{semlayer}
\usepackage{semhelv}
\usepackage[dvips]{color}

\usepackage{latexsym}

\input{seminar.bug}
\input{seminar.bg2}

% Slides parameters: general setup

% \centerslidesfalse  % Text not centered 
\slideframe{none}   % No frame borders


   myriam



Re: seminar slides

2004-02-28 Thread Herbert Voss
Myriam Abramson wrote:

Is there something wrong with the seminar class in Lyx? I get the
following error:
Undefined control sequence.
 \slideheading
  {this is a header}
from seminar.layout ;-)

# Note: \slideheading is only defined when the option slidesec is present

Herbert




Re: seminar slides

2004-02-28 Thread Herbert Voss
Myriam Abramson wrote:

some more comments:

I use the seminar.layout from the wiki and here's my preamble: 

\usepackage[dvips]{pstcol}
only for old distributions you need the option
dvips.
\usepackage{semcolor}
\usepackage{semlayer}
\usepackage{semhelv}
\usepackage[dvips]{color}
this makes no sense, because pstcol loads already color

Herbert




Re: seminar slides

2004-02-28 Thread Herbert Voss
Herbert Voss wrote:
Myriam Abramson wrote:

Is there something wrong with the seminar class in Lyx? I get the
following error:
Undefined control sequence.
 \slideheading
  {this is a header}


from seminar.layout ;-)

# Note: \slideheading is only defined when the option slidesec is present
uups, forget the important fact:
put slidesec into Layout-Document-LAyouts-Options
seems to be a bug, because it should be done by LyX

Herbert




page display in seminar slides

2004-02-28 Thread Myriam Abramson

\thepage is displayed as 2 numbers like that: 0-1, 0-2, etc. 

How can I fix that? Here's my pagestyle definition: 

\newpagestyle{mypage}
{\color{Gold}
 \leavevmode\leaders\hrule height1.5pt\hfil}
{\color{Gold}
  \leavevmode\leaders\hrule height1.5pt\hfil%
  \lower.32ex\hbox{%
\textcolor{Blue2}{~~\thepage~~}}%
  \rule{5mm}{1.5pt}}

TIA

   myriam



seminar slides

2004-02-28 Thread Myriam Abramson

Is there something wrong with the seminar class in Lyx? I get the
following error:

Undefined control sequence.
 \slideheading
  {this is a header}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

I use the seminar.layout from the wiki and here's my preamble: 

\usepackage[dvips]{pstcol}
\usepackage{semcolor}
\usepackage{semlayer}
\usepackage{semhelv}
\usepackage[dvips]{color}

\usepackage{latexsym}

\input{seminar.bug}
\input{seminar.bg2}

% Slides parameters: general setup

% \centerslidesfalse  % Text not centered 
\slideframe{none}   % No frame borders


   myriam



Re: seminar slides

2004-02-28 Thread Herbert Voss
Myriam Abramson wrote:

Is there something wrong with the seminar class in Lyx? I get the
following error:
Undefined control sequence.
 \slideheading
  {this is a header}
from seminar.layout ;-)

# Note: \slideheading is only defined when the option slidesec is present

Herbert




Re: seminar slides

2004-02-28 Thread Herbert Voss
Myriam Abramson wrote:

some more comments:

I use the seminar.layout from the wiki and here's my preamble: 

\usepackage[dvips]{pstcol}
only for old distributions you need the option
dvips.
\usepackage{semcolor}
\usepackage{semlayer}
\usepackage{semhelv}
\usepackage[dvips]{color}
this makes no sense, because pstcol loads already color

Herbert




Re: seminar slides

2004-02-28 Thread Herbert Voss
Herbert Voss wrote:
Myriam Abramson wrote:

Is there something wrong with the seminar class in Lyx? I get the
following error:
Undefined control sequence.
 \slideheading
  {this is a header}


from seminar.layout ;-)

# Note: \slideheading is only defined when the option slidesec is present
uups, forget the important fact:
put slidesec into Layout->Document->LAyouts->Options
seems to be a bug, because it should be done by LyX

Herbert




page display in seminar slides

2004-02-28 Thread Myriam Abramson

\thepage is displayed as 2 numbers like that: 0-1, 0-2, etc. 

How can I fix that? Here's my pagestyle definition: 

\newpagestyle{mypage}
{\color{Gold}
 \leavevmode\leaders\hrule height1.5pt\hfil}
{\color{Gold}
  \leavevmode\leaders\hrule height1.5pt\hfil%
  \lower.32ex\hbox{%
\textcolor{Blue2}{~~\thepage~~}}%
  \rule{5mm}{1.5pt}}

TIA

   myriam



Re: documentclass: seminar

2003-12-18 Thread Günter Milde
Kai Johannes Keller wrote:

 Apparently there are problems with the documentclass seminar and
 a4-paparsize,

 1. Lyx calls dvips with the option -t a4 - don't ask me why 'cause I don't 
 know; that's just what the pop-up-window tells.

This is the papersize option (see info dvips). There are, however other
means to specify the papersize.
 
 2. If one exports the foo.dvi file and does dvips foo.dvi in a shell
 without any options (especially without -t a4), he'll get a file
 foo.ps, which is printable on a4-paper - though without pagenumbers -
 and again: don't ask me why 'cause I don't know.

Maybe it is in letter format now, and the printer just prints what fits
on A4? Or the defaults work (as I suppose your system to be set to A4
anyway) with or without dvips knowing the stuff should fit on A4? 
 
 Would be nice if somebody could explain why it works in this way and
 tell us if there's a way to call dvips without the option -t a4
 within lyx (why is this option there anyway, if it works without it,
 too?)

You could try what happens when you change FormatDocumentPapersize
setting from A4 to default.

In EditSettings there are two more places to experiment with:

  Output.Printer (with dvips options -T for papersize and -t for papertype)
  Output.Latex   (with Standard-Papersize)


Günter

-- 
G.Milde at web.de


Re: documentclass: seminar

2003-12-18 Thread Günter Milde
Kai Johannes Keller wrote:

 Apparently there are problems with the documentclass seminar and
 a4-paparsize,

 1. Lyx calls dvips with the option -t a4 - don't ask me why 'cause I don't 
 know; that's just what the pop-up-window tells.

This is the papersize option (see info dvips). There are, however other
means to specify the papersize.
 
 2. If one exports the foo.dvi file and does dvips foo.dvi in a shell
 without any options (especially without -t a4), he'll get a file
 foo.ps, which is printable on a4-paper - though without pagenumbers -
 and again: don't ask me why 'cause I don't know.

Maybe it is in letter format now, and the printer just prints what fits
on A4? Or the defaults work (as I suppose your system to be set to A4
anyway) with or without dvips knowing the stuff should fit on A4? 
 
 Would be nice if somebody could explain why it works in this way and
 tell us if there's a way to call dvips without the option -t a4
 within lyx (why is this option there anyway, if it works without it,
 too?)

You could try what happens when you change FormatDocumentPapersize
setting from A4 to default.

In EditSettings there are two more places to experiment with:

  Output.Printer (with dvips options -T for papersize and -t for papertype)
  Output.Latex   (with Standard-Papersize)


Günter

-- 
G.Milde at web.de


Re: documentclass: seminar

2003-12-18 Thread Günter Milde
Kai Johannes Keller wrote:

> Apparently there are problems with the documentclass seminar and
> a4-paparsize,

> 1. Lyx calls dvips with the option -t a4 - don't ask me why 'cause I don't 
> know; that's just what the pop-up-window tells.

This is the papersize option (see info dvips). There are, however other
means to specify the papersize.
 
> 2. If one exports the foo.dvi file and does "dvips foo.dvi" in a shell
> without any options (especially without -t a4), he'll get a file
> "foo.ps", which is printable on a4-paper - though without pagenumbers -
> and again: don't ask me why 'cause I don't know.

Maybe it is in letter format now, and the printer just prints what fits
on A4? Or the defaults work (as I suppose your system to be set to A4
anyway) with or without dvips knowing the stuff should fit on A4? 
 
> Would be nice if somebody could explain why it works in this way and
> tell us if there's a way to call dvips without the option "-t a4"
> within lyx (why is this option there anyway, if it works without it,
> too?)

You could try what happens when you change Format>Document>Papersize
setting from A4 to default.

In Edit>Settings there are two more places to experiment with:

  Output.Printer (with dvips options -T for papersize and -t for papertype)
  Output.Latex   (with Standard-Papersize)


Günter

-- 
G.Milde at web.de


Re: seminar bug, geometry and a4paper

2003-12-12 Thread Herbert Voß
Günter Milde wrote:

seminar.cls has a bug that prevents proper working with the a4paper
option. (Option a4 works).
the seminar and prosper packages are still buggy.

The bug prevents use of seminar as doctype from LyX together with the
geometry package and a4 option, 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

I wonder, whether the prosper package built on seminar is affected too...

As seminar.cls is no longer maintained by the author, fixing it upstream
is nontrivial. I filed a bug to the the Debian maintainer of tetex-extra
Frank Küster and got a prompt response inclusive improved patch:
I do not think that this is the right way to create a special
package for LyX. You also can insert these lines into the
preamble without doing it from inside LyX.
\usepackage{geometry}
\geometry{verbose,a4,tmargin=1cm,bmargin=1cm,lmargin=2cm,rmargin=2cm}
Herbert




Re: documentclass: seminar

2003-12-12 Thread Kai Johannes Keller
Hello List,

Apparently there are problems with the documentclass seminar and a4-paparsize,
though I haven't solved them I#ve found something out that might be helpful
for somebody who needs his slides prindet and doesn't bother if its a bit
unconvenient, so there are two things:

1. Lyx calls dvips with the option -t a4 - don't ask me why 'cause I don't know;
that's just what the pop-up-window tells.

2. If one exports the foo.dvi file and does dvips foo.dvi in a shell
without any options (especially without -t a4), he'll get a file foo.ps, which is
printable on a4-paper - though without pagenumbers - and again: don't ask me why 
'cause I don't know.

In this way it worked with my system (rh9, lyx-1.3.3).

Would be nice if somebody could explain why it works in this way and tell us if
there's a way to call dvips without the option -t a4 within lyx (why is this 
option there anyway, if it works without it, too?)

-Hope this helps anybody (even if it's no real solution to the problem)

Ciao

 -Kai



Re: seminar bug, geometry and a4paper

2003-12-12 Thread Herbert Voß
Günter Milde wrote:

seminar.cls has a bug that prevents proper working with the a4paper
option. (Option a4 works).
the seminar and prosper packages are still buggy.

The bug prevents use of seminar as doctype from LyX together with the
geometry package and a4 option, 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

I wonder, whether the prosper package built on seminar is affected too...

As seminar.cls is no longer maintained by the author, fixing it upstream
is nontrivial. I filed a bug to the the Debian maintainer of tetex-extra
Frank Küster and got a prompt response inclusive improved patch:
I do not think that this is the right way to create a special
package for LyX. You also can insert these lines into the
preamble without doing it from inside LyX.
\usepackage{geometry}
\geometry{verbose,a4,tmargin=1cm,bmargin=1cm,lmargin=2cm,rmargin=2cm}
Herbert




Re: documentclass: seminar

2003-12-12 Thread Kai Johannes Keller
Hello List,

Apparently there are problems with the documentclass seminar and a4-paparsize,
though I haven't solved them I#ve found something out that might be helpful
for somebody who needs his slides prindet and doesn't bother if its a bit
unconvenient, so there are two things:

1. Lyx calls dvips with the option -t a4 - don't ask me why 'cause I don't know;
that's just what the pop-up-window tells.

2. If one exports the foo.dvi file and does dvips foo.dvi in a shell
without any options (especially without -t a4), he'll get a file foo.ps, which is
printable on a4-paper - though without pagenumbers - and again: don't ask me why 
'cause I don't know.

In this way it worked with my system (rh9, lyx-1.3.3).

Would be nice if somebody could explain why it works in this way and tell us if
there's a way to call dvips without the option -t a4 within lyx (why is this 
option there anyway, if it works without it, too?)

-Hope this helps anybody (even if it's no real solution to the problem)

Ciao

 -Kai



Re: seminar bug, geometry and a4paper

2003-12-12 Thread Herbert Voß
Günter Milde wrote:

seminar.cls has a bug that prevents proper working with the "a4paper"
option. (Option "a4" works).
the seminar and prosper packages are still buggy.

The bug prevents use of seminar as doctype from LyX together with the
geometry package and a4 option, 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

I wonder, whether the prosper package built on seminar is affected too...

As seminar.cls is no longer maintained by the author, fixing it upstream
is nontrivial. I filed a bug to the the Debian maintainer of tetex-extra
Frank Küster and got a prompt response inclusive improved patch:
I do not think that this is the right way to create a special
package for LyX. You also can insert these lines into the
preamble without doing it from inside LyX.
\usepackage{geometry}
\geometry{verbose,a4,tmargin=1cm,bmargin=1cm,lmargin=2cm,rmargin=2cm}
Herbert




Re: documentclass: seminar

2003-12-12 Thread Kai Johannes Keller
Hello List,

Apparently there are problems with the documentclass seminar and a4-paparsize,
though I haven't solved them I#ve found something out that might be helpful
for somebody who needs his slides prindet and doesn't bother if its a bit
"unconvenient", so there are two things:

1. Lyx calls dvips with the option -t a4 - don't ask me why 'cause I don't know;
that's just what the pop-up-window tells.

2. If one exports the foo.dvi file and does "dvips foo.dvi" in a shell
without any options (especially without -t a4), he'll get a file "foo.ps", which is
printable on a4-paper - though without pagenumbers - and again: don't ask me why 
'cause I don't know.

In this way it worked with my system (rh9, lyx-1.3.3).

Would be nice if somebody could explain why it works in this way and tell us if
there's a way to call dvips without the option "-t a4" within lyx (why is this 
option there anyway, if it works without it, too?)

-Hope this helps anybody (even if it's no "real" solution to the problem)

Ciao

 -Kai



seminar bug, geometry and a4paper

2003-12-11 Thread Günter Milde
Dear lyx-users,

seminar.cls has a bug that prevents proper working with the a4paper
option. (Option a4 works).

The bug prevents use of seminar as doctype from LyX together with the
geometry package and a4 option, 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

I wonder, whether the prosper package built on seminar is affected too...

As seminar.cls is no longer maintained by the author, fixing it upstream
is nontrivial. I filed a bug to the the Debian maintainer of tetex-extra
Frank Küster and got a prompt response inclusive improved patch:

--- 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.clsWed Dec 10
+15:03:13 2003
@@ -79,7 +79,7 @@
   \paperheight 297mm
   \slidewidth 222mm
   \slideheight 152mm\relax}
[EMAIL PROTECTED]
+\DeclareOption{a4paper}{\csname [EMAIL PROTECTED]
 \DeclareOption{semrot}{\AtEndOfClass{\input{semrot.sty}}}
 \DeclareOption{semhelv}{\AtEndOfClass{\input{semhelv.sty}}}
 \DeclareOption{semcolor}{\AtEndOfClass{\input{semcolor.sty}}}


Günter


-- 
G.Milde at web.de


seminar bug, geometry and a4paper

2003-12-11 Thread Günter Milde
Dear lyx-users,

seminar.cls has a bug that prevents proper working with the a4paper
option. (Option a4 works).

The bug prevents use of seminar as doctype from LyX together with the
geometry package and a4 option, 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

I wonder, whether the prosper package built on seminar is affected too...

As seminar.cls is no longer maintained by the author, fixing it upstream
is nontrivial. I filed a bug to the the Debian maintainer of tetex-extra
Frank Küster and got a prompt response inclusive improved patch:

--- 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.clsWed Dec 10
+15:03:13 2003
@@ -79,7 +79,7 @@
   \paperheight 297mm
   \slidewidth 222mm
   \slideheight 152mm\relax}
[EMAIL PROTECTED]
+\DeclareOption{a4paper}{\csname [EMAIL PROTECTED]
 \DeclareOption{semrot}{\AtEndOfClass{\input{semrot.sty}}}
 \DeclareOption{semhelv}{\AtEndOfClass{\input{semhelv.sty}}}
 \DeclareOption{semcolor}{\AtEndOfClass{\input{semcolor.sty}}}


Günter


-- 
G.Milde at web.de


seminar bug, geometry and a4paper

2003-12-11 Thread Günter Milde
Dear lyx-users,

seminar.cls has a bug that prevents proper working with the "a4paper"
option. (Option "a4" works).

The bug prevents use of seminar as doctype from LyX together with the
geometry package and a4 option, 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

I wonder, whether the prosper package built on seminar is affected too...

As seminar.cls is no longer maintained by the author, fixing it upstream
is nontrivial. I filed a bug to the the Debian maintainer of tetex-extra
Frank Küster and got a prompt response inclusive improved patch:

--- 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.clsWed Dec 10
+15:03:13 2003
@@ -79,7 +79,7 @@
   \paperheight 297mm
   \slidewidth 222mm
   \slideheight 152mm\relax}
[EMAIL PROTECTED]
+\DeclareOption{a4paper}{\csname [EMAIL PROTECTED]
 \DeclareOption{semrot}{\AtEndOfClass{\input{semrot.sty}}}
 \DeclareOption{semhelv}{\AtEndOfClass{\input{semhelv.sty}}}
 \DeclareOption{semcolor}{\AtEndOfClass{\input{semcolor.sty}}}


Günter


-- 
G.Milde at web.de


Re: documentclass: seminar

2003-12-09 Thread Günter Milde
Kai Johannes Keller wrote:
 Hello List,
 
 I have a problem to view ps or print a document typed in seminar-class:
 The .dvi-file looks all right, just as I want it, but when I view .ps or
 try to print the document, the text is rotated by 90° and half of it is
 missing. Does anybody else have this problem? It's only with seminar,
 there's no problem with book-class for example. (I use lyx 1.3.3 with
 redhat 9).

For me, it is the other way round, DVI is off the sheet and ps is ok.

Did you try with both, portrait and landscape slides? Also look for the 
options in the seminar documentation sem-user.dvi.

I use my own version of seminar.layout that is available (together with
documentation and template file) on
ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz

Günter


-- 
G.Milde at web.de


Re: documentclass: seminar

2003-12-09 Thread Jean-Pierre.Chretien

Subject: documentclass: seminar
From: Kai Johannes Keller [EMAIL PROTECTED]
To: LyX-List [EMAIL PROTECTED]
Date: 08 Dec 2003 23:16:45 +0100

Hello List,

I have a problem to view ps or print a document typed in seminar-class:
The .dvi-file looks all right, just as I want it, but when I view .ps or
try to print the document, the text is rotated by 90° and half of it is
missing. Does anybody else have this problem? It's only with seminar,
there's no problem with book-class for example. (I use lyx 1.3.3 with
redhat 9).

The missing half comes from a superfluous a4 line in the ps file.
As the dvips doc indicates, you may add
@ A4size 210mm 297mm
@+ %%PaperSize: A4
before
@ a4 210mm 297mm
@+ ! %%DocumentPaperSizes: a4
@+ %%BeginPaperSize: a4
@+ a4
@+ %%EndPaperSize
in file
../texmf/dvips/config/config.ps

You may avoid using sem-a4 as well, it may be the source of the problem.


If there's no solution any hints about how to create good looking
overhead-layers (with big text) maybe with another class are welcome.

prosper does it, and some layouts are available, see
http://wiki.lyx.org/pmwiki.php/Examples/Prosper
(prosper in built on top of seminar).

-- 
Jean-Pierre




Re: documentclass: seminar

2003-12-09 Thread Günter Milde
Kai Johannes Keller wrote:
 Hello List,
 
 I have a problem to view ps or print a document typed in seminar-class:
 The .dvi-file looks all right, just as I want it, but when I view .ps or
 try to print the document, the text is rotated by 90° and half of it is
 missing. Does anybody else have this problem? It's only with seminar,
 there's no problem with book-class for example. (I use lyx 1.3.3 with
 redhat 9).

For me, it is the other way round, DVI is off the sheet and ps is ok.

Did you try with both, portrait and landscape slides? Also look for the 
options in the seminar documentation sem-user.dvi.

I use my own version of seminar.layout that is available (together with
documentation and template file) on
ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz

Günter


-- 
G.Milde at web.de


Re: documentclass: seminar

2003-12-09 Thread Jean-Pierre.Chretien

Subject: documentclass: seminar
From: Kai Johannes Keller [EMAIL PROTECTED]
To: LyX-List [EMAIL PROTECTED]
Date: 08 Dec 2003 23:16:45 +0100

Hello List,

I have a problem to view ps or print a document typed in seminar-class:
The .dvi-file looks all right, just as I want it, but when I view .ps or
try to print the document, the text is rotated by 90° and half of it is
missing. Does anybody else have this problem? It's only with seminar,
there's no problem with book-class for example. (I use lyx 1.3.3 with
redhat 9).

The missing half comes from a superfluous a4 line in the ps file.
As the dvips doc indicates, you may add
@ A4size 210mm 297mm
@+ %%PaperSize: A4
before
@ a4 210mm 297mm
@+ ! %%DocumentPaperSizes: a4
@+ %%BeginPaperSize: a4
@+ a4
@+ %%EndPaperSize
in file
../texmf/dvips/config/config.ps

You may avoid using sem-a4 as well, it may be the source of the problem.


If there's no solution any hints about how to create good looking
overhead-layers (with big text) maybe with another class are welcome.

prosper does it, and some layouts are available, see
http://wiki.lyx.org/pmwiki.php/Examples/Prosper
(prosper in built on top of seminar).

-- 
Jean-Pierre




Re: documentclass: seminar

2003-12-09 Thread Günter Milde
Kai Johannes Keller wrote:
> Hello List,
> 
> I have a problem to view ps or print a document typed in seminar-class:
> The .dvi-file looks all right, just as I want it, but when I view .ps or
> try to print the document, the text is rotated by 90° and half of it is
> missing. Does anybody else have this problem? It's only with "seminar",
> there's no problem with book-class for example. (I use lyx 1.3.3 with
> redhat 9).

For me, it is the other way round, DVI is off the sheet and ps is ok.

Did you try with both, portrait and landscape slides? Also look for the 
options in the seminar documentation sem-user.dvi.

I use my own version of seminar.layout that is available (together with
documentation and template file) on
ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz

Günter


-- 
G.Milde at web.de


Re: documentclass: seminar

2003-12-09 Thread Jean-Pierre.Chretien

>>Subject: documentclass: seminar
>>From: Kai Johannes Keller <[EMAIL PROTECTED]>
>>To: LyX-List <[EMAIL PROTECTED]>
>>Date: 08 Dec 2003 23:16:45 +0100
>>
>>Hello List,
>>
>>I have a problem to view ps or print a document typed in seminar-class:
>>The .dvi-file looks all right, just as I want it, but when I view .ps or
>>try to print the document, the text is rotated by 90° and half of it is
>>missing. Does anybody else have this problem? It's only with "seminar",
>>there's no problem with book-class for example. (I use lyx 1.3.3 with
>>redhat 9).

The missing half comes from a superfluous a4 line in the ps file.
As the dvips doc indicates, you may add
@ A4size 210mm 297mm
@+ %%PaperSize: A4
before
@ a4 210mm 297mm
@+ ! %%DocumentPaperSizes: a4
@+ %%BeginPaperSize: a4
@+ a4
@+ %%EndPaperSize
in file
../texmf/dvips/config/config.ps

You may avoid using sem-a4 as well, it may be the source of the problem.

>>
>>If there's no solution any hints about how to create good looking
>>overhead-layers (with big text) maybe with another class are welcome.

prosper does it, and some layouts are available, see
http://wiki.lyx.org/pmwiki.php/Examples/Prosper
(prosper in built on top of seminar).

-- 
Jean-Pierre




documentclass: seminar

2003-12-08 Thread Kai Johannes Keller
Hello List,

I have a problem to view ps or print a document typed in seminar-class:
The .dvi-file looks all right, just as I want it, but when I view .ps or
try to print the document, the text is rotated by 90° and half of it is
missing. Does anybody else have this problem? It's only with seminar,
there's no problem with book-class for example. (I use lyx 1.3.3 with
redhat 9).

If there's no solution any hints about how to create good looking
overhead-layers (with big text) maybe with another class are welcome.


Thanks in advance.

  -Kai-



documentclass: seminar

2003-12-08 Thread Kai Johannes Keller
Hello List,

I have a problem to view ps or print a document typed in seminar-class:
The .dvi-file looks all right, just as I want it, but when I view .ps or
try to print the document, the text is rotated by 90° and half of it is
missing. Does anybody else have this problem? It's only with seminar,
there's no problem with book-class for example. (I use lyx 1.3.3 with
redhat 9).

If there's no solution any hints about how to create good looking
overhead-layers (with big text) maybe with another class are welcome.


Thanks in advance.

  -Kai-



documentclass: seminar

2003-12-08 Thread Kai Johannes Keller
Hello List,

I have a problem to view ps or print a document typed in seminar-class:
The .dvi-file looks all right, just as I want it, but when I view .ps or
try to print the document, the text is rotated by 90° and half of it is
missing. Does anybody else have this problem? It's only with "seminar",
there's no problem with book-class for example. (I use lyx 1.3.3 with
redhat 9).

If there's no solution any hints about how to create good looking
overhead-layers (with big text) maybe with another class are welcome.


Thanks in advance.

  -Kai-



Seminar

2003-02-27 Thread Remzi Seker
I am using Seminar environment for slides. Weird thing is slide numbers
are all zero. Even for the old slides I have made long ago. Then I
removed the qt version and went back to 1.2.1, still the same problem.
Any idea what's wrong?
Thanks,
Remzi



Re: title in seminar layout

2003-02-12 Thread Herbert Voss
Myriam Abramson schrieb:

I get an error when using title in seminar layout. 
I'm enclosing a test file. I'm using lyx 1.2.2. 

use the title outside of a slide environment

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/




Re: title in seminar layout

2003-02-12 Thread Herbert Voss
Myriam Abramson schrieb:

I get an error when using title in seminar layout. 
I'm enclosing a test file. I'm using lyx 1.2.2. 

use the title outside of a slide environment

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/




Re: title in seminar layout

2003-02-12 Thread Herbert Voss
Myriam Abramson schrieb:

I get an error when using title in seminar layout. 
I'm enclosing a test file. I'm using lyx 1.2.2. 

use the title outside of a slide environment

Herbert

--
http://www.educat.hu-berlin.de/~voss/lyx/




title in seminar layout

2003-02-11 Thread Myriam Abramson

I get an error when using title in seminar layout. 
I'm enclosing a test file. I'm using lyx 1.2.2. 




ailisp.lyx
Description: test.lyx

-- 
   myriam




title in seminar layout

2003-02-11 Thread Myriam Abramson

I get an error when using title in seminar layout. 
I'm enclosing a test file. I'm using lyx 1.2.2. 




ailisp.lyx
Description: test.lyx

-- 
   myriam




title in seminar layout

2003-02-11 Thread Myriam Abramson

I get an error when using title in seminar layout. 
I'm enclosing a test file. I'm using lyx 1.2.2. 




ailisp.lyx
Description: test.lyx

-- 
   myriam




Re: Seminar class too hard in LyX?

2003-01-16 Thread Dekel Tsur
On Tue, Jan 14, 2003 at 01:30:07PM +1300, John O'Gorman wrote:
 I'm still trying to master LyX's seminar class (before going on to
 Prosper).
 
 I am dismayed to find that seminar seems to be a class where it is
 harder to create a document using LyX. I hope someone can give
 me the hint that breaks through this difficulty.

I too think that the seminar layout is unusable.
I created an alternative layout, which is available at
http://www.math.tau.ac.il/~dekelts/slides/seminar.layout
For a prosper layout, look at
http://www.math.tau.ac.il/~dekelts/slides/



Re: Seminar class too hard in LyX?

2003-01-16 Thread Dekel Tsur
On Tue, Jan 14, 2003 at 01:30:07PM +1300, John O'Gorman wrote:
 I'm still trying to master LyX's seminar class (before going on to
 Prosper).
 
 I am dismayed to find that seminar seems to be a class where it is
 harder to create a document using LyX. I hope someone can give
 me the hint that breaks through this difficulty.

I too think that the seminar layout is unusable.
I created an alternative layout, which is available at
http://www.math.tau.ac.il/~dekelts/slides/seminar.layout
For a prosper layout, look at
http://www.math.tau.ac.il/~dekelts/slides/



Re: Seminar class too hard in LyX?

2003-01-16 Thread Dekel Tsur
On Tue, Jan 14, 2003 at 01:30:07PM +1300, John O'Gorman wrote:
> I'm still trying to master LyX's seminar class (before going on to
> Prosper).
> 
> I am dismayed to find that seminar seems to be a class where it is
> harder to create a document using LyX. I hope someone can give
> me the hint that breaks through this difficulty.

I too think that the seminar layout is unusable.
I created an alternative layout, which is available at
http://www.math.tau.ac.il/~dekelts/slides/seminar.layout
For a prosper layout, look at
http://www.math.tau.ac.il/~dekelts/slides/



Seminar class too hard in LyX?

2003-01-13 Thread John O'Gorman
Hi everyone.

I'm still trying to master LyX's seminar class (before going on to
Prosper).

I am dismayed to find that seminar seems to be a class where it is
harder to create a document using LyX. I hope someone can give
me the hint that breaks through this difficulty.

The main difficulty is that you cannot see where one slide environment
ends and another begins. I have resorted to exporting to LaTeX and
viewing
the .tex file with vi.

I have read all the documentation that I can find and still find it
non-trivial to create a set of slides.

I may have install errors. The Portraitslide environment has a de label
in Lyx. The Landscapeslide environment has no label.

I have to figure out how to place a Listofslides inside a slide
environment.
(Other than creating a .tex file by hand or using ERT.)

John O'Gorman



Seminar class too hard in LyX?

2003-01-13 Thread John O'Gorman
Hi everyone.

I'm still trying to master LyX's seminar class (before going on to
Prosper).

I am dismayed to find that seminar seems to be a class where it is
harder to create a document using LyX. I hope someone can give
me the hint that breaks through this difficulty.

The main difficulty is that you cannot see where one slide environment
ends and another begins. I have resorted to exporting to LaTeX and
viewing
the .tex file with vi.

I have read all the documentation that I can find and still find it
non-trivial to create a set of slides.

I may have install errors. The Portraitslide environment has a de label
in Lyx. The Landscapeslide environment has no label.

I have to figure out how to place a Listofslides inside a slide
environment.
(Other than creating a .tex file by hand or using ERT.)

John O'Gorman



Seminar class too hard in LyX?

2003-01-13 Thread John O'Gorman
Hi everyone.

I'm still trying to master LyX's seminar class (before going on to
Prosper).

I am dismayed to find that seminar seems to be a class where it is
harder to create a document using LyX. I hope someone can give
me the hint that breaks through this difficulty.

The main difficulty is that you cannot see where one slide environment
ends and another begins. I have resorted to exporting to LaTeX and
viewing
the .tex file with vi.

I have read all the documentation that I can find and still find it
non-trivial to create a set of slides.

I may have install errors. The Portraitslide environment has a de label
in Lyx. The Landscapeslide environment has no label.

I have to figure out how to place a Listofslides inside a slide
environment.
(Other than creating a .tex file by hand or using ERT.)

John O'Gorman



seminar and lyx

2003-01-06 Thread Raphael Clifford
I have lyx 1.2.1 (from mandrake 9.0) and am trying to get the seminar
style to work.  I have downloaded a new seminar.layout and slide.inc and
have copied them into 

/usr/share/lyx/layouts/

This makes most things work but I still get the following errors when
import a tex document which uses seminar...

Creating LyX preamble
Reading layout file 
unknown LatexType commandfor startLyXLSlide (layout
BeginLandscapeSlide)!
unknown LatexType commandfor stopLyXLSlide (layout EndLandscapeSlide)!
unknown LatexType commandfor startLyXPSlide (layout BeginPortraitSlide)!
unknown LatexType commandfor stopLyXPSlide (layout EndPortraitSlide)!
unknown LatexType commandfor LyXNoFrame (layout NoFrame)!
unknown LatexType commandfor LyXOvalFrame (layout OvalFrame)!
unknown LatexType commandfor LyXShadowFrame (layout ShadowFrame)!
unknown LatexType commandfor LyXDoubleFrame (layout DoubleFrame)!
Cleaning... Translating... Writing... )


What else should I have done?

Any help is very much appreciated,
Raphael




seminar and lyx

2003-01-06 Thread Raphael Clifford
I have lyx 1.2.1 (from mandrake 9.0) and am trying to get the seminar
style to work.  I have downloaded a new seminar.layout and slide.inc and
have copied them into 

/usr/share/lyx/layouts/

This makes most things work but I still get the following errors when
import a tex document which uses seminar...

Creating LyX preamble
Reading layout file 
unknown LatexType commandfor startLyXLSlide (layout
BeginLandscapeSlide)!
unknown LatexType commandfor stopLyXLSlide (layout EndLandscapeSlide)!
unknown LatexType commandfor startLyXPSlide (layout BeginPortraitSlide)!
unknown LatexType commandfor stopLyXPSlide (layout EndPortraitSlide)!
unknown LatexType commandfor LyXNoFrame (layout NoFrame)!
unknown LatexType commandfor LyXOvalFrame (layout OvalFrame)!
unknown LatexType commandfor LyXShadowFrame (layout ShadowFrame)!
unknown LatexType commandfor LyXDoubleFrame (layout DoubleFrame)!
Cleaning... Translating... Writing... )


What else should I have done?

Any help is very much appreciated,
Raphael




seminar and lyx

2003-01-06 Thread Raphael Clifford
I have lyx 1.2.1 (from mandrake 9.0) and am trying to get the seminar
style to work.  I have downloaded a new seminar.layout and slide.inc and
have copied them into 

/usr/share/lyx/layouts/

This makes most things work but I still get the following errors when
import a tex document which uses seminar...

Creating LyX preamble
Reading layout file 
unknown LatexType commandfor startLyXLSlide (layout
BeginLandscapeSlide)!
unknown LatexType commandfor stopLyXLSlide (layout EndLandscapeSlide)!
unknown LatexType commandfor startLyXPSlide (layout BeginPortraitSlide)!
unknown LatexType commandfor stopLyXPSlide (layout EndPortraitSlide)!
unknown LatexType commandfor LyXNoFrame (layout NoFrame)!
unknown LatexType commandfor LyXOvalFrame (layout OvalFrame)!
unknown LatexType commandfor LyXShadowFrame (layout ShadowFrame)!
unknown LatexType commandfor LyXDoubleFrame (layout DoubleFrame)!
Cleaning... Translating... Writing... )


What else should I have done?

Any help is very much appreciated,
Raphael




[newbie] seminar turned upside-down in ps-output

2002-11-19 Thread Holger Zebner
Hi,
I have I question about the seminar.cls:
I set the page to landscape. When I preview the *.dvi it looks allright. 
But when I export it to ps/pdf the pages get turned upside down. I always 
have to press swap landscape in the ps-preview. (I checked 
seminar_faq.html but didn't find a hint.)
What can I do to prevent this?

Thanks.
Holger


OS: SuSe 7.1 pro
TeX: probably teTeX
Lyx : Version 1.1.5fix
Adobe Acrobat 4



[newbie] seminar turned upside-down in ps-output

2002-11-19 Thread Holger Zebner
Hi,
I have I question about the seminar.cls:
I set the page to landscape. When I preview the *.dvi it looks allright. 
But when I export it to ps/pdf the pages get turned upside down. I always 
have to press swap landscape in the ps-preview. (I checked 
seminar_faq.html but didn't find a hint.)
What can I do to prevent this?

Thanks.
Holger


OS: SuSe 7.1 pro
TeX: probably teTeX
Lyx : Version 1.1.5fix
Adobe Acrobat 4



[newbie] seminar turned upside-down in ps-output

2002-11-19 Thread Holger Zebner
Hi,
I have I question about the seminar.cls:
I set the page to landscape. When I preview the *.dvi it looks allright. 
But when I export it to ps/pdf the pages get turned upside down. I always 
have to press "swap landscape" in the ps-preview. (I checked 
seminar_faq.html but didn't find a hint.)
What can I do to prevent this?

Thanks.
Holger


OS: SuSe 7.1 pro
TeX: probably teTeX
Lyx : Version 1.1.5fix
Adobe Acrobat 4



Re: Seminar Layout --Bug

2002-09-19 Thread Wolfgang Engelmann

Re: When I use the seminar layout, i have the title etc and then i choose...

I am interested in using `seminar´. In the help document `extended features´ 
it says, however
or the seminar package [present on some TeX distributions].
-- The latter is not yet supported under LyX!

has this been changed in the meantime and were do I get the seminar package?
Thanks

One final thing: I created this class to support the LaTeX2e SliTeX 
emulation class, one of the built-in LaTeX2e classes. Neither I nor the rest 
of the LyX Team endorse or oppose the use of this built-in slide class. It's 
here if you want it or need it. There exist other LaTeX2e classes for 
creating presentations, such as the Foils class [see section [sec:foiltex]] 
or the seminar package [present on some TeX distributions]. The latter is 
not yet supported under LyX.Perhaps you can take on the ...task I know 
nothing about these other classes. Try them out to see what sort of 
alternative they provide.

On Monday 16 September 2002 11:51, Remzi Seker wrote:
 When I use the seminar layout, i have the title etc and then i choose

 No Frame
 BeginLandscapeSlide
 then my slides...

 at the end
 EndLandscapeSlide

 Here is the problem... if I put \thispagestyle{empty} to get rid of the
 page number in the title page, it works... I save the document, close it
 but when I open it both
 No Frame
 BeginLandscapeSlide
 commands are gone... Is this a bug? I am using LyX 1.2.0

 Remzi





Re: Seminar Layout --Bug

2002-09-19 Thread Wolfgang Engelmann

Re: When I use the seminar layout, i have the title etc and then i choose...

I am interested in using `seminar´. In the help document `extended features´ 
it says, however
or the seminar package [present on some TeX distributions].
-- The latter is not yet supported under LyX!

has this been changed in the meantime and were do I get the seminar package?
Thanks

One final thing: I created this class to support the LaTeX2e SliTeX 
emulation class, one of the built-in LaTeX2e classes. Neither I nor the rest 
of the LyX Team endorse or oppose the use of this built-in slide class. It's 
here if you want it or need it. There exist other LaTeX2e classes for 
creating presentations, such as the Foils class [see section [sec:foiltex]] 
or the seminar package [present on some TeX distributions]. The latter is 
not yet supported under LyX.Perhaps you can take on the ...task I know 
nothing about these other classes. Try them out to see what sort of 
alternative they provide.

On Monday 16 September 2002 11:51, Remzi Seker wrote:
 When I use the seminar layout, i have the title etc and then i choose

 No Frame
 BeginLandscapeSlide
 then my slides...

 at the end
 EndLandscapeSlide

 Here is the problem... if I put \thispagestyle{empty} to get rid of the
 page number in the title page, it works... I save the document, close it
 but when I open it both
 No Frame
 BeginLandscapeSlide
 commands are gone... Is this a bug? I am using LyX 1.2.0

 Remzi





Re: Seminar Layout --Bug

2002-09-19 Thread Wolfgang Engelmann

Re: When I use the seminar layout, i have the title etc and then i choose...

I am interested in using `seminar´. In the help document `extended features´ 
it says, however
or the "seminar" package [present on some TeX distributions].
--> The latter is not yet supported under LyX!

has this been changed in the meantime and were do I get the seminar package?
Thanks

One final thing: I created this class to support the LaTeX2e "SliTeX 
emulation" class, one of the built-in LaTeX2e classes. Neither I nor the rest 
of the LyX Team endorse or oppose the use of this built-in slide class. It's 
here if you want it or need it. There exist other LaTeX2e classes for 
creating presentations, such as the Foils class [see section [sec:foiltex]] 
or the "seminar" package [present on some TeX distributions]. The latter is 
not yet supported under LyX.Perhaps you can take on the ...task I know 
nothing about these other classes. Try them out to see what sort of 
alternative they provide.

On Monday 16 September 2002 11:51, Remzi Seker wrote:
> When I use the seminar layout, i have the title etc and then i choose
>
> No Frame
> BeginLandscapeSlide
> then my slides...
>
> at the end
> EndLandscapeSlide
>
> Here is the problem... if I put \thispagestyle{empty} to get rid of the
> page number in the title page, it works... I save the document, close it
> but when I open it both
> No Frame
> BeginLandscapeSlide
> commands are gone... Is this a bug? I am using LyX 1.2.0
>
> Remzi





Re: Seminar class does not work properly in LyX 1.2.1

2002-08-26 Thread Guenter Milde

On 23 Aug 2002 22:03:53 +0530 wrote Ananda Murthy R S [EMAIL PROTECTED]:

 Hello:
 
 Seminar document class does not work properly in LyX 1.2.1. But it works
 properly in LaTeX. So, there is nothing wrong with the document class.
 But the layout given with LyX 1.2.1 appears to be defective.
 
 Earlier many people have reported the same problem on this list and
 somebody had suggested to use the seminar layout file available at
 http://www.math.tau.ac.il/~dekelts/slides/seminar.layout. I tried this
 layout file also and found it not working properly.
 
 Can anybody tell me how to solve this problem.I am running LyX 1.2.1 on
 Mandrake Linux 8.2.

You can try the seminar layout from the LyX ftp server, look under

   ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz

It was done for 1.1.6, but should work with 1.2.1. too.

However, it has different names for the environments and a different
approach, so be sure to read the template that comes with it and adapt your
document...

Please tell me about any problems or success...

Guenter



--
G.Milde at physik.tu-dresden.de




Re: seminar style

2002-08-26 Thread Guenter Milde

On Sat, 24 Aug 2002 11:17:52 -0600 wrote Remzi Seker [EMAIL PROTECTED]:

 Hi,
 
 When i use fancy headers in seminar layout everything is okay as long as I
 don't use portrait slides.
 When I do portrait, the header and footer is still in the form of landscape
 one (on the sides of the page)
 Is this a bug or am I doing something wrong?

Which seminar.layout: The one that comes with 1.2.1 or the one from the
contribs section of the lyx ftp server:
  ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz
?

In the latter case: strange, it worked for me. (Please give me an example
file for further help.)

Guenter


--
G.Milde at physik.tu-dresden.de




Re: Seminar class does not work properly in LyX 1.2.1

2002-08-26 Thread Ananda Murthy R S

On Mon, 2002-08-26 at 12:46, Guenter Milde wrote: 
 On 23 Aug 2002 22:03:53 +0530 wrote Ananda Murthy R S [EMAIL PROTECTED]:
 
  Hello:
  
  Seminar document class does not work properly in LyX 1.2.1. But it works
  properly in LaTeX. So, there is nothing wrong with the document class.
  But the layout given with LyX 1.2.1 appears to be defective.
  
  Earlier many people have reported the same problem on this list and
  somebody had suggested to use the seminar layout file available at
  http://www.math.tau.ac.il/~dekelts/slides/seminar.layout. I tried this
  layout file also and found it not working properly.
  
  Can anybody tell me how to solve this problem.I am running LyX 1.2.1 on
  Mandrake Linux 8.2.
 
 You can try the seminar layout from the LyX ftp server, look under
 
ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz
 
 It was done for 1.1.6, but should work with 1.2.1. too.
 
 However, it has different names for the environments and a different
 approach, so be sure to read the template that comes with it and adapt your
 document...
 
 Please tell me about any problems or success...
 
 Guenter
 
 
 
 --
 G.Milde at physik.tu-dresden.de
 
Hello: 

I tried the layout available at
ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz. But it is not working
properly in LyX 1.2.1. 

Then I tried the layout files given by Herbert Voss. These are attached
below. This is my observation: 

1. This layout works properly only if the page style is plain. 
2. If you use hyperref, it does not work properly.

Both the files attached should be copied into layout directory.

I feel that seminar layout is still not stable on LyX and it is safer to
directly use LaTeX to create documents using seminar, especially when
you have portrait and landscape slides, page headers and footers, and
hyperref.



#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass{seminar}
# Initial attemt at makeing a LyX layout file for the seminar class.
# Author : Lars Gullik Bjønnes [EMAIL PROTECTED]
# modified by Herbert Voss [EMAIL PROTECTED]  2002-07-30

Preamble
\usepackage{fancybox}
EndPreamble

Sides   1
Columns 1
DefaultStyleStandard


ClassOptions
FontSize8|9|10|11|12|14|17
Other   slidesec
End


# Input general definitions
Input slide.inc
Input stdclass.inc

# There are no chapters in an article.
NoStyle Chapter
NoStyle Chapter*

MaxCounter  Counter_Section
SecNumDepth 3
TocDepth3

# Change a bit Part and Part*
Style Part
  Align Left
  AlignPossible Left
  TopSep2
  BottomSep 1.5

  Font
SizeLarger
  EndFont
End

Style Part*
  Align Left
  AlignPossible Left
  TopSep2
  BottomSep 1.5

  Font
SizeLarger
  EndFont
End


Style Heading
CopyStyle   Section
LatexName   heading
End

Style ListOfSlides
KeepEmpty   1
Align   Center
LatexType   Command
LatexName   listofslides
Labeltype   Static
LabelString List Of Slides
End

Style SlideContents
KeepEmpty   1
Align   Center
LatexType   Command
LatexName   slidecontents
Labeltype   Static
LabelString Slidecontents
End

Style ProgressContents
KeepEmpty   1
Align   Center
LatexType   Command
LatexName   Slidecontents
Labeltype   Static
LabelString Progress Contents
End



# textclass extensions for use of layout seminar
# \startSlide
# \endSlide
# 
# Herbert Voss [EMAIL PROTECTED] 2002-04-04
#

Style BeginLandscapeSlide
  MarginStatic
  LatexType command
  LatexName startLyXLSlide
  LeftMarginx::xx
  LabelSep  xx
  KeepEmpty 1  
  Align Left
  LabelType Static
  LabelString   BeginLandscapeSlide -
  # label font definition
  LabelFont 
Series  Bold
Shape   Italic
Color   Red
  EndFont
  Preamble
\newcommand{\startLyXLSlide}[1]{\begin{slide}}
  EndPreamble
End

Style EndLandscapeSlide
CopyStyle   BeginLandscapeSlide
LatexName   stopLyXLSlide
LabelString EndLandscapeSlide -
  Preamble
\newcommand{\stopLyXLSlide}[1]{\end{slide}}
  EndPreamble
End

Style BeginPortraitSlide
CopyStyle   BeginLandscapeSlide
LatexName   startLyXPSlide
LabelString BeginPortraitSlide -
Preamble
\newcommand{\startLyXPSlide}[1]{\begin{slide*}}
EndPreamble
End

Style EndPortraitSlide
CopyStyle   BeginLandscapeSlide
LatexName   stopLyXPSlide
LabelString EndPortraitSlide -
Preamble
\newcommand{\stopLyXPSlide}[1

Re: Seminar class does not work properly in LyX 1.2.1

2002-08-26 Thread Guenter Milde

On 23 Aug 2002 22:03:53 +0530 wrote Ananda Murthy R S [EMAIL PROTECTED]:

 Hello:
 
 Seminar document class does not work properly in LyX 1.2.1. But it works
 properly in LaTeX. So, there is nothing wrong with the document class.
 But the layout given with LyX 1.2.1 appears to be defective.
 
 Earlier many people have reported the same problem on this list and
 somebody had suggested to use the seminar layout file available at
 http://www.math.tau.ac.il/~dekelts/slides/seminar.layout. I tried this
 layout file also and found it not working properly.
 
 Can anybody tell me how to solve this problem.I am running LyX 1.2.1 on
 Mandrake Linux 8.2.

You can try the seminar layout from the LyX ftp server, look under

   ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz

It was done for 1.1.6, but should work with 1.2.1. too.

However, it has different names for the environments and a different
approach, so be sure to read the template that comes with it and adapt your
document...

Please tell me about any problems or success...

Guenter



--
G.Milde at physik.tu-dresden.de




Re: seminar style

2002-08-26 Thread Guenter Milde

On Sat, 24 Aug 2002 11:17:52 -0600 wrote Remzi Seker [EMAIL PROTECTED]:

 Hi,
 
 When i use fancy headers in seminar layout everything is okay as long as I
 don't use portrait slides.
 When I do portrait, the header and footer is still in the form of landscape
 one (on the sides of the page)
 Is this a bug or am I doing something wrong?

Which seminar.layout: The one that comes with 1.2.1 or the one from the
contribs section of the lyx ftp server:
  ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz
?

In the latter case: strange, it worked for me. (Please give me an example
file for further help.)

Guenter


--
G.Milde at physik.tu-dresden.de




Re: Seminar class does not work properly in LyX 1.2.1

2002-08-26 Thread Ananda Murthy R S

On Mon, 2002-08-26 at 12:46, Guenter Milde wrote: 
 On 23 Aug 2002 22:03:53 +0530 wrote Ananda Murthy R S [EMAIL PROTECTED]:
 
  Hello:
  
  Seminar document class does not work properly in LyX 1.2.1. But it works
  properly in LaTeX. So, there is nothing wrong with the document class.
  But the layout given with LyX 1.2.1 appears to be defective.
  
  Earlier many people have reported the same problem on this list and
  somebody had suggested to use the seminar layout file available at
  http://www.math.tau.ac.il/~dekelts/slides/seminar.layout. I tried this
  layout file also and found it not working properly.
  
  Can anybody tell me how to solve this problem.I am running LyX 1.2.1 on
  Mandrake Linux 8.2.
 
 You can try the seminar layout from the LyX ftp server, look under
 
ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz
 
 It was done for 1.1.6, but should work with 1.2.1. too.
 
 However, it has different names for the environments and a different
 approach, so be sure to read the template that comes with it and adapt your
 document...
 
 Please tell me about any problems or success...
 
 Guenter
 
 
 
 --
 G.Milde at physik.tu-dresden.de
 
Hello: 

I tried the layout available at
ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz. But it is not working
properly in LyX 1.2.1. 

Then I tried the layout files given by Herbert Voss. These are attached
below. This is my observation: 

1. This layout works properly only if the page style is plain. 
2. If you use hyperref, it does not work properly.

Both the files attached should be copied into layout directory.

I feel that seminar layout is still not stable on LyX and it is safer to
directly use LaTeX to create documents using seminar, especially when
you have portrait and landscape slides, page headers and footers, and
hyperref.



#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass{seminar}
# Initial attemt at makeing a LyX layout file for the seminar class.
# Author : Lars Gullik Bjønnes [EMAIL PROTECTED]
# modified by Herbert Voss [EMAIL PROTECTED]  2002-07-30

Preamble
\usepackage{fancybox}
EndPreamble

Sides   1
Columns 1
DefaultStyleStandard


ClassOptions
FontSize8|9|10|11|12|14|17
Other   slidesec
End


# Input general definitions
Input slide.inc
Input stdclass.inc

# There are no chapters in an article.
NoStyle Chapter
NoStyle Chapter*

MaxCounter  Counter_Section
SecNumDepth 3
TocDepth3

# Change a bit Part and Part*
Style Part
  Align Left
  AlignPossible Left
  TopSep2
  BottomSep 1.5

  Font
SizeLarger
  EndFont
End

Style Part*
  Align Left
  AlignPossible Left
  TopSep2
  BottomSep 1.5

  Font
SizeLarger
  EndFont
End


Style Heading
CopyStyle   Section
LatexName   heading
End

Style ListOfSlides
KeepEmpty   1
Align   Center
LatexType   Command
LatexName   listofslides
Labeltype   Static
LabelString List Of Slides
End

Style SlideContents
KeepEmpty   1
Align   Center
LatexType   Command
LatexName   slidecontents
Labeltype   Static
LabelString Slidecontents
End

Style ProgressContents
KeepEmpty   1
Align   Center
LatexType   Command
LatexName   Slidecontents
Labeltype   Static
LabelString Progress Contents
End



# textclass extensions for use of layout seminar
# \startSlide
# \endSlide
# 
# Herbert Voss [EMAIL PROTECTED] 2002-04-04
#

Style BeginLandscapeSlide
  MarginStatic
  LatexType command
  LatexName startLyXLSlide
  LeftMarginx::xx
  LabelSep  xx
  KeepEmpty 1  
  Align Left
  LabelType Static
  LabelString   BeginLandscapeSlide -
  # label font definition
  LabelFont 
Series  Bold
Shape   Italic
Color   Red
  EndFont
  Preamble
\newcommand{\startLyXLSlide}[1]{\begin{slide}}
  EndPreamble
End

Style EndLandscapeSlide
CopyStyle   BeginLandscapeSlide
LatexName   stopLyXLSlide
LabelString EndLandscapeSlide -
  Preamble
\newcommand{\stopLyXLSlide}[1]{\end{slide}}
  EndPreamble
End

Style BeginPortraitSlide
CopyStyle   BeginLandscapeSlide
LatexName   startLyXPSlide
LabelString BeginPortraitSlide -
Preamble
\newcommand{\startLyXPSlide}[1]{\begin{slide*}}
EndPreamble
End

Style EndPortraitSlide
CopyStyle   BeginLandscapeSlide
LatexName   stopLyXPSlide
LabelString EndPortraitSlide -
Preamble
\newcommand{\stopLyXPSlide}[1

Re: Seminar class does not work properly in LyX 1.2.1

2002-08-26 Thread Guenter Milde

On 23 Aug 2002 22:03:53 +0530 wrote Ananda Murthy R S <[EMAIL PROTECTED]>:

> Hello:
> 
> Seminar document class does not work properly in LyX 1.2.1. But it works
> properly in LaTeX. So, there is nothing wrong with the document class.
> But the layout given with LyX 1.2.1 appears to be defective.
> 
> Earlier many people have reported the same problem on this list and
> somebody had suggested to use the seminar layout file available at
> http://www.math.tau.ac.il/~dekelts/slides/seminar.layout. I tried this
> layout file also and found it not working properly.
> 
> Can anybody tell me how to solve this problem.I am running LyX 1.2.1 on
> Mandrake Linux 8.2.

You can try the seminar layout from the LyX ftp server, look under

   ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz

It was done for 1.1.6, but should work with 1.2.1. too.

However, it has different names for the environments and a different
approach, so be sure to read the template that comes with it and adapt your
document...

Please tell me about any problems or success...

Guenter



--
G.Milde at physik.tu-dresden.de




Re: seminar style

2002-08-26 Thread Guenter Milde

On Sat, 24 Aug 2002 11:17:52 -0600 wrote Remzi Seker <[EMAIL PROTECTED]>:

> Hi,
> 
> When i use fancy headers in seminar layout everything is okay as long as I
> don't use portrait slides.
> When I do portrait, the header and footer is still in the form of landscape
> one (on the sides of the page)
> Is this a bug or am I doing something wrong?

Which seminar.layout: The one that comes with 1.2.1 or the one from the
contribs section of the lyx ftp server:
  ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz
?

In the latter case: strange, it worked for me. (Please give me an example
file for further help.)

Guenter


--
G.Milde at physik.tu-dresden.de




Re: Seminar class does not work properly in LyX 1.2.1

2002-08-26 Thread Ananda Murthy R S

On Mon, 2002-08-26 at 12:46, Guenter Milde wrote: 
> On 23 Aug 2002 22:03:53 +0530 wrote Ananda Murthy R S <[EMAIL PROTECTED]>:
> 
> > Hello:
> > 
> > Seminar document class does not work properly in LyX 1.2.1. But it works
> > properly in LaTeX. So, there is nothing wrong with the document class.
> > But the layout given with LyX 1.2.1 appears to be defective.
> > 
> > Earlier many people have reported the same problem on this list and
> > somebody had suggested to use the seminar layout file available at
> > http://www.math.tau.ac.il/~dekelts/slides/seminar.layout. I tried this
> > layout file also and found it not working properly.
> > 
> > Can anybody tell me how to solve this problem.I am running LyX 1.2.1 on
> > Mandrake Linux 8.2.
> 
> You can try the seminar layout from the LyX ftp server, look under
> 
>ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz
> 
> It was done for 1.1.6, but should work with 1.2.1. too.
> 
> However, it has different names for the environments and a different
> approach, so be sure to read the template that comes with it and adapt your
> document...
> 
> Please tell me about any problems or success...
> 
> Guenter
> 
> 
> 
> --
> G.Milde at physik.tu-dresden.de
> 
Hello: 

I tried the layout available at
ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz. But it is not working
properly in LyX 1.2.1. 

Then I tried the layout files given by Herbert Voss. These are attached
below. This is my observation: 

1. This layout works properly only if the page style is plain. 
2. If you use hyperref, it does not work properly.

Both the files attached should be copied into layout directory.

I feel that seminar layout is still not stable on LyX and it is safer to
directly use LaTeX to create documents using seminar, especially when
you have portrait and landscape slides, page headers and footers, and
hyperref.



#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass{seminar}
# Initial attemt at makeing a LyX layout file for the seminar class.
# Author : Lars Gullik Bjønnes <[EMAIL PROTECTED]>
# modified by Herbert Voss <[EMAIL PROTECTED]>  2002-07-30

Preamble
\usepackage{fancybox}
EndPreamble

Sides   1
Columns 1
DefaultStyleStandard


ClassOptions
FontSize8|9|10|11|12|14|17
Other   slidesec
End


# Input general definitions
Input slide.inc
Input stdclass.inc

# There are no chapters in an article.
NoStyle Chapter
NoStyle Chapter*

MaxCounter  Counter_Section
SecNumDepth 3
TocDepth3

# Change a bit Part and Part*
Style Part
  Align Left
  AlignPossible Left
  TopSep2
  BottomSep 1.5

  Font
SizeLarger
  EndFont
End

Style Part*
  Align Left
  AlignPossible Left
  TopSep2
  BottomSep 1.5

  Font
SizeLarger
  EndFont
End


Style Heading
CopyStyle   Section
LatexName   heading
End

Style ListOfSlides
KeepEmpty   1
Align   Center
LatexType   Command
LatexName   listofslides
Labeltype   Static
LabelString "List Of Slides"
End

Style SlideContents
KeepEmpty   1
Align   Center
LatexType   Command
LatexName   slidecontents
Labeltype   Static
LabelString "Slidecontents"
End

Style ProgressContents
KeepEmpty   1
Align   Center
LatexType   Command
LatexName   Slidecontents
Labeltype   Static
LabelString "Progress Contents"
End



# textclass extensions for use of layout seminar
# \startSlide
# \endSlide
# 
# Herbert Voss <[EMAIL PROTECTED]> 2002-04-04
#

Style BeginLandscapeSlide
  MarginStatic
  LatexType command
  LatexName startLyXLSlide
  LeftMarginx::xx
  LabelSep  xx
  KeepEmpty 1  
  Align Left
  LabelType Static
  LabelString   "BeginLandscapeSlide ->"
  # label font definition
  LabelFont 
Series  Bold
Shape   Italic
Color   Red
  EndFont
  Preamble
\newcommand{\startLyXLSlide}[1]{\begin{slide}}
  EndPreamble
End

Style EndLandscapeSlide
CopyStyle   BeginLandscapeSlide
LatexName   stopLyXLSlide
LabelString "EndLandscapeSlide <-"
  Preamble
\newcommand{\stopLyXLSlide}[1]{\end{slide}}
  EndPreamble
End

Style BeginPortraitSlide
CopyStyle   BeginLandscapeSlide
LatexName   startLyXPSlide
LabelString "Begi

  1   2   >