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



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



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 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 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 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 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 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: 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




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: 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




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
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




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: 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: 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




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 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


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/




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/



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




[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





seminar

2002-09-03 Thread Remzi Seker

Hi

Is there a way to make the latex code written for making up navigation bars
in seminar.sty work in lyx? I wondered if anyone tried that..

Thanks

Remzi





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

Re: seminar style

2002-08-25 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-25 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

2002-07-30 Thread Herbert Voss

Rem wrote:

> I tried to use the seminar layout under  LyX 1.2.
> Also, the file http://www.lyx.org/help/seminar/seminar.lyx
> doesn't exist on the server...


forgot to add it to the website 

it's in 20 minutes online and here attached, works also
for me.


Herbert



-- 
http://www.lyx.org/help/


#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 220
\textclass seminar
\begin_preamble
\usepackage[usenames]{pstcol}
\usepackage{pst-grad}
\usepackage{graphicx}
\usepackage{pifont}
\usepackage{semcolor}

% Basic Color Defs used within this file
\definecolor{lightblue}{rgb}{0.3296, 0.6648, 0.8644}% Sky Blue
\definecolor{shadowcolor}{rgb}{0., 0., 0.6179}  % Midnight Blue
\definecolor{bulletcolor}{rgb}{ 0.8441, 0.1582, 0.} % Orange-Red
\definecolor{bordercolor}{rgb}{0,0,.2380}   % Midnight Blue

\psset{shadowcolor=shadowcolor} % Set all shadowdrops to same color

% Change itemize environment to use funky color bullets
\renewcommand{\labelitemi}{\textcolor{bulletcolor}{\ding{118}}}
\renewcommand{\labelitemii}{\textcolor{bulletcolor}{\ding{224}}}
\renewcommand{\labelitemiii}{\textcolor{bulletcolor}{\ding{51}}}

% Define some nifty shaded backgrounds
% Nice shaded blue background:
\newslideframe{gradframe}
   
[\psset{framesep=12pt,linecolor=bordercolor,fillstyle=gradient,gradend=white,gradbegin=lightblue,framearc=0.1,gradmidpoint=0.8,linewidth=0.5pt}]{\psframebox{#1}}

% Use our newly-defined gradient style
\slideframe{gradframe}



%-%
% Do not edit this line, it's inserted by LyX ... %
\usepackage{babel}
% insert additional commands before this one. In some %
% cases it's useful to place commands behind babel,   %
% like the language specific one as   %
% \AtBeginDocument{\renewcommand\refname{blah}}   %
%-%

\renewcommand{\printlandscape}{\sliderotation{right}\special{landscape}}
\end_preamble
\language german
\inputencoding latin1
\fontscheme default
\graphics default
\paperfontsize 12
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 1
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language german
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
begin{slide}
\end_inset 


\layout Itemize

One item
\layout Itemize

Another item 
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
end{slide} 
\backslash 
begin{slide}
\end_inset 


\layout Standard

When you use pdftricks-command you cannot use 
\family typewriter 
export\SpecialChar \menuseparator
pdftex
\family default 
.
 In this case do a 
\family typewriter 
export\SpecialChar \menuseparator
latex
\family default 
 and run from outside LyX:
\layout LyX-Code

latex .tex 
\layout LyX-Code

dvips -Pcmz -o .ps .dvi 
\layout LyX-Code

distill .ps
\layout Standard


\begin_inset ERT
status Collapsed

\layout Standard

\backslash 
end{slide}
\end_inset 


\the_end



seminar.pdf
Description: Binary data


Re: seminar

2002-07-30 Thread Herbert Voss

Guenter Milde wrote:

> comes with a LyX template file. However, it is for use with LyX 1.1.6 and not
> adapted to 1.2.0 yet.


I have no problems with this layout file. Can someone please
mail me a copy of a not-running lyxfile, which doesn't work
with the seminar layout file.

lyx 1.2.0 and 1.3.0

Herbert



-- 
http://www.lyx.org/help/




Re: seminar

2002-07-30 Thread Rem

I tried to use the seminar layout under  LyX 1.2.
Also, the file http://www.lyx.org/help/seminar/seminar.lyx
doesn't exist on the server...

- Original Message -
From: "Guenter Milde" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 30, 2002 9:03 AM
Subject: Re: seminar


> On Tue, 30 Jul 2002 16:22:47 +0200 wrote Herbert Voss
<[EMAIL PROTECTED]>:
>
> > Remzi Seker wrote:
> >
> > > Hi
> > > I am having problems with the seminar style. It simply doesn't run.
Can
> > > anyone send me a working example file so I can try and troubleshoot?
> > >
> >
> >
> > http://www.lyx.org/help/seminar/seminar.php
>
> Do you mean the seminar.cls LaTeX class or the seminar.layout Lyx support?
> Could you try some example *.tex file that comes with seminar, to see if
the
> problem is with lyx or with latex?
>
> The seminar.layout file from the contributed stuff section
>
>ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz
>
> comes with a LyX template file. However, it is for use with LyX 1.1.6 and
not
> adapted to 1.2.0 yet.
>
> Günter
>
> --
> G.Milde at physik.tu-dresden.de
>




Re: seminar

2002-07-30 Thread Guenter Milde

On Tue, 30 Jul 2002 16:22:47 +0200 wrote Herbert Voss 
<[EMAIL PROTECTED]>:

> Remzi Seker wrote:
> 
> > Hi
> > I am having problems with the seminar style. It simply doesn't run. Can
> > anyone send me a working example file so I can try and troubleshoot?
> > 
> 
> 
> http://www.lyx.org/help/seminar/seminar.php

Do you mean the seminar.cls LaTeX class or the seminar.layout Lyx support?
Could you try some example *.tex file that comes with seminar, to see if the
problem is with lyx or with latex?

The seminar.layout file from the contributed stuff section 
   
   ftp://ftp.lyx.org/pub/lyx/contrib/seminar.tar.gz

comes with a LyX template file. However, it is for use with LyX 1.1.6 and not
adapted to 1.2.0 yet.

Günter

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




Re: seminar

2002-07-30 Thread Herbert Voss

Remzi Seker wrote:

> Hi
> I am having problems with the seminar style. It simply doesn't run. Can
> anyone send me a working example file so I can try and troubleshoot?
> 


http://www.lyx.org/help/seminar/seminar.php

Herbert




seminar

2002-07-30 Thread Remzi Seker

Hi
I am having problems with the seminar style. It simply doesn't run. Can
anyone send me a working example file so I can try and troubleshoot?

Thanks

Remzi





/help/seminar/seminar.lyx not found

2002-06-13 Thread Ananda Murthy R S

Hello:

/help/seminar/seminar.lyx is not found.


Anand




Quick help for seminar

2002-02-06 Thread Allan Rae


I want to include some Hebrew in a demonstration that LyX can actually
be used for RTL languages but I can't make it work.

I have Hebrew fonts, I setup a "PDF (pdfelatex)" and a "DVI (elatex)"
convertor.  I enabled RTL support in Prefernecs->Language.

I can switch languages (although I haven't setup an alternate keyboard
for Hebrew -- do I need to?  I can't even remember how to swicth
keyboards ... )

Anyway, can someone, Dekel?, give me a file with some Hebrew in it
especially if it also has two minipages and an english translation in
a two column thingy -- nice for a demo.

And can you give me a clue as to what I should need to do to get
something in the way of output.  My attempts so  far result in
hundreds of latex errors.

I'm running short of time so please forgive the lack of RTFM.

Thanks,
Allan. (ARRae)




reLyX fails on seminar example file

2001-12-04 Thread Guenter Milde

Dear LyXers,

When I tried to import the example file semsamp1.tex for the seminar class into lyx, I
got the following error:


   milde@horst:/root/downloads/TeX/seminar/doc > reLyX -c seminar semsamp1.tex
   reLyX, the LaTeX to LyX translator. Revision date 2000/06/06

   Use of uninitialized value at /usr/bin/../share/lyx/reLyX/reLyXmain.pl line 355.
   Reading LaTeX command syntax

   Can't find input file /root/semsamp1.tex

   Exited due to fatal Error!  


Looking at the given error line, I find

   # Stole this from Cwd.pm. Can't use the Cwd:: function cuz it's not in 5.003
   # I could test $] >5.004 or something, but why bother?
   sub my_fast_abs_path {
   my $cwd = fastcwd();
   my $path = shift || '.';
   chdir($path) || die "Cannot chdir to $path:$!";
   my $realpath = fastcwd();
>  chdir($cwd)  || die "Cannot chdir back to $cwd:$!";
   $realpath;
   }  

with > marking the offending line No 355.


so I wonder, whether I don't have fastcwd() on my SuSE Linux system or
whether something else got wrong. Also, why does it try to read from the
parents partents parents parent directory?

Anybody has a clue?

Guenter

--
[EMAIL PROTECTED]




Re: seminar...

2001-06-20 Thread Herbert Voss

Thomas Steffen wrote:
> 
> Emanuele Olivetti <[EMAIL PROTECTED]> writes:
> 
> > I'm trying to use seminar document class for the first time; I can't
> > find any documentation; Is it stable? I set paper to A4 but evey
> > simple try doesn't compile.
> 
> Seminar is not exactly stable, unsupported is probably the better
> description. Seminar has not been ported to latex2e, so there are the

from http://www.tug.org/applications/Seminar/

A minimal support of Seminar is included since LaTeX2html v.98.1


Herbert

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



Re: seminar...

2001-06-20 Thread Thomas Steffen

Emanuele Olivetti <[EMAIL PROTECTED]> writes:

> I'm trying to use seminar document class for the first time; I can't
> find any documentation; Is it stable? I set paper to A4 but evey
> simple try doesn't compile.

Seminar is not exactly stable, unsupported is probably the better
description. Seminar has not been ported to latex2e, so there are the
few rough edges. There are also some bugs related to A4 and landscape
or portrait, which I have not been able to pinpoint. Different
versions of latex and dvips behave slightly differently. By all means,
do read the documentation for seminar and apply the (numerous) bug
fixes. 

However, none of these problems is a problem of LyX. And I still think
that seminar is the style of choice for slides, because the concept is
really superior to foiltex, for example. 

Thomas <[EMAIL PROTECTED]>
-- 
Umweltfreundlich, da aus recycleten Buchstaben.




Re: seminar...

2001-06-20 Thread Herbert Voss

Emanuele Olivetti wrote:
> 
> I'm trying to use seminar document class for the first time; I can't find
> any documentation; Is it stable? I set paper to A4 but evey simple try
> doesn't compile.

http://www.educat.hu-berlin.de/~voss/lyx/LyXTips.html#seminar

Herbert


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



seminar...

2001-06-20 Thread Emanuele Olivetti

I'm trying to use seminar document class for the first time; I can't find
any documentation; Is it stable? I set paper to A4 but evey simple try
doesn't compile.
Suggestions?

Emanuele



Re: seminar class

2001-05-28 Thread Herbert Voss

Myriam Abramson wrote:
> 
> Is the seminar class documented anywhere in the Lyx documentation?
> I couldn't find anything on it.  I have 1.1.5fix2.

have a look at:
http://www.educat.hu-berlin.de/~voss/lyx/#seminar

Herbert

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



seminar class

2001-05-28 Thread Myriam Abramson


Hi!

Is the seminar class documented anywhere in the Lyx documentation?
I couldn't find anything on it.  I have 1.1.5fix2. 

-- 
   myriam


Go Proverb:

Don't play on dame points, but guarantee connections.



Re: Seminar again - portrait output

2001-04-19 Thread Herbert Voss

Mark Hansel wrote:
> 
> My initial error was easily fixed by telling lyx the desired orientation.
> I could not find a lyx approach to putting an "oval" box (rounded corners)
> around pages. My solution has been to create my own commands (in the
> prefix) and enter these througout the text in TeX mode. This is awkward
> and moves backwards -- tediously fussing with appearance. While it works,
> I want to pick the option from the drop-down environment menu.

have you ever tried fancybox package?

> Is there a layout file that can serve as a model? Am I thinking along the
> wrong lines altogether? (Quite possible. I've never worked with the layout
> files and am not familiar with the source code.)

have a look at
http://www.educat.hu-berlin.de/~voss/lyx/layouts/layout.phtml

Herbert

-- 
http:[EMAIL PROTECTED]




Re: Seminar again - portrait output

2001-04-19 Thread Mark Hansel

Greatful thanks to Mr. Voss and Mr. Tsur for responses to my initial
query.

My initial error was easily fixed by telling lyx the desired orientation.
I could not find a lyx approach to putting an "oval" box (rounded corners)
around pages. My solution has been to create my own commands (in the
prefix) and enter these througout the text in TeX mode. This is awkward
and moves backwards -- tediously fussing with appearance. While it works,
I want to pick the option from the drop-down environment menu.

After semester end, I want to experiment with the seminar layout file. One
option, if possible, is to associate specific latex commands with
individual lyx environments. But I might want, say, some boxed and some
unboxed pages. Associating latex sequences with the portrait slide seminar
environment would result in a single option. I could create two or three
portrait slide environments (no box, rounded box, square box), but this
moves away from the disciplined and parsimonious approach now adopted. It
is also messy.

By manipulating the prefix, I can get global changes. This limits desired
flexibility.

Is there a layout file that can serve as a model? Am I thinking along the
wrong lines altogether? (Quite possible. I've never worked with the layout
files and am not familiar with the source code.)

On Wed, 18 Apr 2001, Dekel Tsur wrote:

>On Mon, Apr 16, 2001 at 03:30:34PM -0500, Mark Hansel wrote:
>> If answered already, please point me to the answer.
>> 
>> Using lyx, I cannot force seminar class to print portrait mode. Exporting
>> the latex and working with it directly will yeild proper (desired) output.
>
>Add 'portrait' to the 'Extra Options' field in the document dialog.
>

-- 
Mark Hansel
PO Box 41
Minnesota State University Moorhead
Moorhead, MN 56563
ph: 218-236-2039 fax: 218-236-2593
[EMAIL PROTECTED]
http://wwwcj.mnstate.edu







Re: Seminar again - portrait output

2001-04-18 Thread Dekel Tsur

On Mon, Apr 16, 2001 at 03:30:34PM -0500, Mark Hansel wrote:
> If answered already, please point me to the answer.
> 
> Using lyx, I cannot force seminar class to print portrait mode. Exporting
> the latex and working with it directly will yeild proper (desired) output.

Add 'portrait' to the 'Extra Options' field in the document dialog.



Re: Seminar again - portrait output

2001-04-16 Thread Herbert Voss

Mark Hansel wrote:
> 
> If answered already, please point me to the answer.
> 
> Using lyx, I cannot force seminar class to print portrait mode. Exporting
> the latex and working with it directly will yeild proper (desired) output.
> 
> Prefix commands \landscapeonly and \portraitonly give identical output.
> Latex comands \begin{slide} and \begin{slide*} (with appropriate \end{...}
> give same result.
> 
> I is tempting simply to work with raw latex and tolerate the extra work. I
> do have the Latex style User's Guide (dated 4/1/1993) and therefore know I
> can get the job done. I want to avoid some of the more tedious details.

what's going on, when you choose in 
layout->document->page->use geometry package
AND
portrait mode?

Herbert

-- 
http:[EMAIL PROTECTED]




Seminar again - portrait output

2001-04-16 Thread Mark Hansel

If answered already, please point me to the answer.

Using lyx, I cannot force seminar class to print portrait mode. Exporting
the latex and working with it directly will yeild proper (desired) output.

Prefix commands \landscapeonly and \portraitonly give identical output.
Latex comands \begin{slide} and \begin{slide*} (with appropriate \end{...}
give same result.

I is tempting simply to work with raw latex and tolerate the extra work. I
do have the Latex style User's Guide (dated 4/1/1993) and therefore know I
can get the job done. I want to avoid some of the more tedious details.

Thank you for any help.

-- 
Mark Hansel
PO Box 41
Minnesota State University Moorhead
Moorhead, MN 56563
ph: 218-236-2039 fax: 218-236-2593
[EMAIL PROTECTED]
http://wwwcj.mnstate.edu





Re: Using seminar

2001-03-12 Thread Dekel Tsur

On Sun, Mar 11, 2001 at 01:42:14PM -0400, German Poo Caaman~o wrote:
> Writting \theslideheading on the header could be the solution, but
> I modify the heading locating it over the frame.  Furthermore, th
> \theslideheading sould be appear inside of the slide.  Here is
> the problem, the slide text is written over the heading name.
> 
> Any suggestion?

While it is probably possible to do what you want automatically,
I think it might be better to break the slides yourself, and put the desired
headings (you need to put \extraslideheight{10in} to prevent automatic
breaking).

If you don't want to type the same heading twice, put the following in the
preamble
\newcommand{\mynewslide}{%
 \let\tmp=\theslideheading
 \newslide
 \slideheading{\tmp}}

and then put \mynewslide (in latex mode) in the place you want to break the
slide (see attached file).


#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass seminar
\begin_preamble
\usepackage[dvips]{pstcol} 
\usepackage{semcolor}
\input{seminar.bug}
\usepackage{fancybox}

\centerslidesfalse

%
% Variables de los recuadros del frame
%
\def\Titulo{Sistemas Ditribuidos / Universidad del Bío--Bío}
\def\FrameDerecha{Hola}
\def\FrameIzquierda{\emph{Relator: Germán Poo Caamaño}}

% Se modifica el espacio ocupado por la transparencia. Como el header el y el
% footer se alojaran dentro del marco, se amplia dicho marco para aprovechar
% mejor la hoja
\addtolength{\slidewidth}{1.9cm}   %% for portrait mode
\addtolength{\slideheight}{2cm}%% for landscape mode
%\extraslideheight{-1.8cm}
%\setlength{\slideframewidth}{1cm}  %% ancho de la linea del frame

\newslideframe{Titulo}{%
  \boxput*(0,1){%
  \psframebox[fillcolor=white,fillstyle=solid,framearc=.3]{\tiny \Titulo}}%
  {#1}%
}

\newslideframe{FooterRight}{
  \boxput*(0.82,-1){
\makebox[0cm][r]{
  \psframebox[fillcolor=white,fillstyle=solid,framearc=.3]{\tiny Página \theslide}
}
  }
  {#1}
}

\newslideframe{FooterLeft}{%
  \boxput*(-0.82,-1){%
\makebox[0cm][l]{%
  \psframebox[fillcolor=white,fillstyle=solid,framearc=.3]{\tiny \FrameIzquierda}%
}%
  }%
  {#1}%
}

\slideframe*{Titulo}
\slideframe*{FooterRight}
\slideframe*{FooterLeft}

\slidepagestyle{empty}

\newcommand{\mynewslide}{%
 \let\tmp=\theslideheading
 \newslide
 \slideheading{\tmp}}

\extraslideheight{10in}
\end_preamble
\options slidesec,portrait
\language spanish
\inputencoding auto
\fontscheme pslatex
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default
\bullet 1
0
15
-1
\end_bullet

\layout PortraitSlide

Conceptos
\layout SlideHeading

Conceptos
\layout Description

Modelo\SpecialChar ~
de\SpecialChar ~
comunicaciones
\begin_deeper 
\layout Itemize

El propósito fundamental de la comunicación de datos es intercambiar información
 entre dos agentes
\end_deeper 
\layout Description

Red\SpecialChar ~
de\SpecialChar ~
computadores 
\begin_deeper 
\layout Itemize

Colección interconectada de computadores autónomos por medio de comunicación
 (software y hardware) 
\layout Itemize

Realizar trabajo cooperativo 
\layout Itemize

Compartir recursos 
\end_deeper 
\layout Description

Sistema\SpecialChar ~
Distribuido 
\begin_deeper 
\layout Itemize

Sistema de software que distribuye las tareas de los usuarios empleando
 el hardware de la red 
\layout Itemize

Utiliza servicios de la red 
\layout Itemize

El software del sistema distribuido da transparencia al usuario acerca del
 lugar en que se efectúan las tareas 
\end_deeper 
\layout Itemize

Compartir recursos.
 
\begin_deeper 
\layout Itemize

Carga de procesamiento 
\layout Itemize

Periféricos.
 
\end_deeper 
\layout Standard


\latex latex 

\backslash 
mynewslide
\layout Itemize

Alta confiabilidad.
 
\begin_deeper 
\layout Itemize

Tolerancia a fallas 
\layout Itemize

Duplicación de archivos 
\layout Itemize

Duplicación de dispositivos 
\end_deeper 
\layout Itemize

Ahorro.
 
\begin_deeper 
\layout Itemize

Razón precio/rendimiento de los computadores personales ha aumentado 
\layout Itemize

Servidores de archivos 
\layout Itemize

Servidores de impresoras 
\layout Itemize

Medio de comunicación entre personas
\end_deeper 
\layout PortraitSlide

Clasificación de las redes
\layout SlideHeading

Clasificación de las redes
\layout Itemize

LAN (Local Area Network) 
\begin_deeper 
\layout Itemize

Sala, edificio, campus universitario 
\layout Itemize

Propiedad de los usuarios 
\end_deeper 
\layout Itemize

MAN (Metropolitan Area Network) 
\begin_deeper 
\layout Itemize

Area urbana 
\layout Itemize

Propiedad de empresa de comunicaciones 
\end_deeper 
\layout Itemize

WAN (Wide Area Network) 
\begin_deeper 
\layout Itemize

Paíse

Using seminar

2001-03-11 Thread German Poo Caaman~o

I'm using seminar in a portrait mode.  It works fine, but I can't
get an special feature for the slide I require.

Seminar has an automatic page breaking, but I need that the
slide name will be printed in each new slide.  
Example:
   Heading Title1 (2/2)
   ...
   ...
   Heading Title1 (2/2)
   ...
   ...
   Heading Title2
   ...

The slide of slides it doesn't matter right now, but the heading is
important.

Writting \theslideheading on the header could be the solution, but
I modify the heading locating it over the frame.  Furthermore, th
\theslideheading sould be appear inside of the slide.  Here is
the problem, the slide text is written over the heading name.

Any suggestion?

Thanks in advance.


PD: An example file is attached.

-- 
German Poo Caaman~o
mailto:[EMAIL PROTECTED]
http://www.ubiobio.cl/~gpoo/chilelindo.html
"La historia no se lee, se escribe"

#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass seminar
\begin_preamble
\usepackage[dvips]{pstcol} 
\usepackage{semcolor}
\input{seminar.bug}
\usepackage{fancybox}

\centerslidesfalse

%
% Variables de los recuadros del frame
%
\def\Titulo{Sistemas Ditribuidos / Universidad del Bío--Bío}
\def\FrameDerecha{Hola}
\def\FrameIzquierda{\emph{Relator: Germán Poo Caamaño}}

% Se modifica el espacio ocupado por la transparencia. Como el header el y el
% footer se alojaran dentro del marco, se amplia dicho marco para aprovechar
% mejor la hoja
\addtolength{\slidewidth}{1.9cm}   %% for portrait mode
\addtolength{\slideheight}{2cm}%% for landscape mode
%\extraslideheight{-1.8cm}
%\setlength{\slideframewidth}{1cm}  %% ancho de la linea del frame

\newslideframe{Titulo}{%
  \boxput*(0,1){%
  \psframebox[fillcolor=white,fillstyle=solid,framearc=.3]{\tiny \Titulo}}%
  {#1}%
}

\newslideframe{FooterRight}{
  \boxput*(0.82,-1){
\makebox[0cm][r]{
  \psframebox[fillcolor=white,fillstyle=solid,framearc=.3]{\tiny Página \theslide}
}
  }
  {#1}
}

\newslideframe{FooterLeft}{%
  \boxput*(-0.82,-1){%
\makebox[0cm][l]{%
  \psframebox[fillcolor=white,fillstyle=solid,framearc=.3]{\tiny \FrameIzquierda}%
}%
  }%
  {#1}%
}

\newslideframe{HeaderTitle}{\boxput(0,0.90){\Large{\theslideheading}}{#1}}

\slideframe*{Titulo}
\slideframe*{HeaderTitle}
\slideframe*{FooterRight}
\slideframe*{FooterLeft}

\slidepagestyle{empty}
\end_preamble
\options slidesec,portrait
\language spanish
\inputencoding auto
\fontscheme pslatex
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default
\bullet 1
0
15
-1
\end_bullet

\layout PortraitSlide

Conceptos
\layout SlideHeading

Conceptos
\layout Description

Modelo\SpecialChar ~
de\SpecialChar ~
comunicaciones
\begin_deeper 
\layout Itemize

El propósito fundamental de la comunicación de datos es intercambiar información
 entre dos agentes
\end_deeper 
\layout Description

Red\SpecialChar ~
de\SpecialChar ~
computadores 
\begin_deeper 
\layout Itemize

Colección interconectada de computadores autónomos por medio de comunicación
 (software y hardware) 
\layout Itemize

Realizar trabajo cooperativo 
\layout Itemize

Compartir recursos 
\end_deeper 
\layout Description

Sistema\SpecialChar ~
Distribuido 
\begin_deeper 
\layout Itemize

Sistema de software que distribuye las tareas de los usuarios empleando
 el hardware de la red 
\layout Itemize

Utiliza servicios de la red 
\layout Itemize

El software del sistema distribuido da transparencia al usuario acerca del
 lugar en que se efectúan las tareas 
\end_deeper 
\layout Itemize

Compartir recursos.
 
\begin_deeper 
\layout Itemize

Carga de procesamiento 
\layout Itemize

Periféricos.
 
\end_deeper 
\layout Itemize

Alta confiabilidad.
 
\begin_deeper 
\layout Itemize

Tolerancia a fallas 
\layout Itemize

Duplicación de archivos 
\layout Itemize

Duplicación de dispositivos 
\end_deeper 
\layout Itemize

Ahorro.
 
\begin_deeper 
\layout Itemize

Razón precio/rendimiento de los computadores personales ha aumentado 
\layout Itemize

Servidores de archivos 
\layout Itemize

Servidores de impresoras 
\layout Itemize

Medio de comunicación entre personas
\end_deeper 
\layout PortraitSlide

Clasificación de las redes
\layout SlideHeading

Clasificación de las redes
\layout Itemize

LAN (Local Area Network) 
\begin_deeper 
\layout Itemize

Sala, edificio, campus universitario 
\layout Itemize

Propiedad de los usuarios 
\end_deeper 
\layout Itemize

MAN (Metropolitan Area Network) 
\begin_deeper 
\layout Itemize

Area urbana 
\layout Itemize

Propiedad de empresa de comunicaciones 
\end_deeper 
\layout Itemize

WAN (Wide Area Network) 
\begin_deeper 
\layout Itemize

Países, continentes 
\layout Itemize

Propiedad de e

Re: Error in seminar class?

2000-11-08 Thread Lars Gullik Bjønnes

Sarah Mount <[EMAIL PROTECTED]> writes:

| On Tue, 7 Nov 2000, Herbert Voss wrote:
| 
| > Sarah Mount wrote:
| > > 
| > > Apologies if this has already been discussed... I've been trying to use
| > > the Seminar document class, but get "Missing \begin{document}" errors, no
| > > matter what I do! I'm running LyX v1.1.5fix2. Any ideas, anyone?
| > 
| > from my point of view, the error must be located in your latex preamble.
| 
| Well, I fixed it by changing the layout file. hmmm. More importantly, now
| the darn thing works, I can't figure out what "SlideContents" does. Anyone
| know?

The seminar layout file is not finised sine it need some lacking lyx
features.

SlideContents is a placeolder and you "put" all your regular paragrap
layout styles "inside" it.

Lgb




Re: Error in seminar class?

2000-11-07 Thread Sarah Mount

On Tue, 7 Nov 2000, Herbert Voss wrote:

> Sarah Mount wrote:
> > 
> > Apologies if this has already been discussed... I've been trying to use
> > the Seminar document class, but get "Missing \begin{document}" errors, no
> > matter what I do! I'm running LyX v1.1.5fix2. Any ideas, anyone?
> 
> from my point of view, the error must be located in your latex preamble.

Well, I fixed it by changing the layout file. hmmm. More importantly, now
the darn thing works, I can't figure out what "SlideContents" does. Anyone
know?

Cheers,

Sarah

-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




Re: Error in seminar class?

2000-11-07 Thread Herbert Voss

Sarah Mount wrote:
> 
> Apologies if this has already been discussed... I've been trying to use
> the Seminar document class, but get "Missing \begin{document}" errors, no
> matter what I do! I'm running LyX v1.1.5fix2. Any ideas, anyone?

from my point of view, the error must be located in your latex preamble.

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




Error in seminar class?

2000-11-07 Thread Sarah Mount



Apologies if this has already been discussed... I've been trying to use
the Seminar document class, but get "Missing \begin{document}" errors, no
matter what I do! I'm running LyX v1.1.5fix2. Any ideas, anyone?

Ta!

Sarah


-- 
Sarah Mount - Tutorial Asst. in Computer Science
University of Coventry (024) 7688 8519




Support for the seminar classe: seminar.layout

2000-02-02 Thread Francois Beaubert 0251858286


Hi,
I'm trying to make a new seminar.layout file to support the seminar
classe in lyx.
Before starting I'll like to know if sombody tries to make such think
...
 My plan to write this new layout is to look at the slides.layout
and foils.layout.
I'have just made a first raw to try to understand the layouts command
in lyx.
As a first try I only want to support the following commands:
- slide
- slide*
- \slideheading
- \slidesubheading
- \listofslides
Any comment or suggestion would be helpfull
 
 
-- 
  """
  o o
+---ooO---(_)---Ooo---+
| |
|  François Beaubert  |
|   Ecole des Mines de Nantes |
|  4 rue Alfred Kastler BP 20722 44307 Nantes Cedex 3 France  |
| Telephone : (0/33)2.51.85.82.86  Telecopie : (0/33)2.51.85.82.99|
|   [EMAIL PROTECTED]  |
+-+
 


Re: LyX & seminar package

2000-01-13 Thread Jean-Marc Lasgouttes

>>>>> "Sasa" == Sasa Janiska <[EMAIL PROTECTED]> writes:

Sasa> Hello! I've been searching on mailing-list archives but could
Sasa> not find answer for seminar class support for LyX.

As far as I know, there is no seminar support. The two classes
supporting slides are "slide" and "foils".

Sasa> P.S. If anyone can share some
Sasa> experiences in writing class for LyX, please share it woth
Sasa> others. If it's not too complicated, I may try myself.

I can probably help if you have questions. My advices are (1) read
superficially the chapter in Customization.lyx (2) have a look at the
classes in lib/layout (3) re-read Customization.lyx.

I have no idea of the syntax of seminar, so I cannot tell you whether
the textclass will be easy to wirte (like foils) or horrible (like
slide).

JMarc



LyX & seminar package

2000-01-13 Thread Sasa Janiska

Hello!
I've been searching on mailing-list archives but could not find answer
for seminar class support for LyX.

Does anybody know if someone has  written class for seminar package?
Sincerely,
Sasa
P.S. If anyone can share some experiences in writing class for LyX,
please share it woth others.
If it's not too complicated, I may try myself.


Sasa Janiska
Zagreb, Croatia
E-mail: [EMAIL PROTECTED]




Re: seminar

1999-11-03 Thread Jean-Marc Lasgouttes

>>>>> "Patrick" == Patrick Dupre LCMI <[EMAIL PROTECTED]> writes:

Patrick> Hello every bido, It seems that lyx (1.0.4) does not
Patrick> recognize the documentclass seminar, how can this be fix ?
Patrick> Thank for your help.

The fix would be to implement seminar support for LyX :) Currently
only slides (sort of) and foiltex are supported.

JMarc



seminar

1999-10-29 Thread Patrick Dupre LCMI

Hello every bido,

It seems that lyx (1.0.4) does not recognize the documentclass seminar,
how can this be fix ?
Thank for your help.

-- 
---
==
   Patrick DUPRE|   |   Tel:  (33 4) 76-88-78-51
   CNRS/LCMI (GHMFL)|   |   Fax:  (33 4) 76-85-56-10
   25 Rue des Martyrs, BP 166   |   |   http://eschyle.polycnrs-gre.fr
   F-38042 GRENOBLE Cedex 09|   |   email: [EMAIL PROTECTED]
==