Re: Linux.conf.au LyX Work-In-Progress online

2002-02-12 Thread Allan Rae

On Sat, 9 Feb 2002, Herbert Voss wrote:

 Allan Rae wrote:

  the actual tarball is here:
  http://www.devel.lyx.org/~rae/LCA-2002-LyX-rae.tar.gz

 you are using the textclass pdfscreen. can you send
 the pdfscreen.layout to this list?

I'll add it to the tarball sometime soon.  In the meantime here is the
layout file.  It is a modified version of the one Dekel has posted a
few times.  I made some of the environments use Sans font so they look
more like the result -- note that many of the styles didn't get fixed
for this (they are the ones that the seminar didn't use ;-)

I'll try to remember to fix the other styles font settings in the
version bundled in the tarball (whenever I get around to that).

Allan. (ARRae)


#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[article]{slides (pdfscreen)}
# By Dekel Tsur [EMAIL PROTECTED]

# General textclass parameters

Sides   1
Columns 1

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

DefaultFont
  FamilySans
  SeriesMedium
  Shape Up
  Size  Normal
  Color None
EndFont


#
#  Layout-specific preamble
#
#


Preamble
  \newcounter{slidetype}
  \setcounter{slidetype}{0}
  \newcommand{\lyxendslide}{
 \ifcase \value{slidetype}%
  \or % no action for 0
  \end{slide}
 \fi%
 \setcounter{slidetype}{0}
  }
  \AtEndDocument{\lyxendslide}

\usepackage{hyperref}
\usepackage[screen,nopanel]{pdfscreen2}

EndPreamble



#
# Standard style definition
# Always comes first.
#


Style Standard
  MarginStatic
  LatexType Paragraph
  LatexName dummy
  ParIndent M
  ParSkip   0.4
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType No_Label
  Font
  FamilySans
  EndFont
End

##
#
# New Definitions for Slides
#
##

Style Slide
  MarginDynamic
  LatexType Command
  LatexName lyxnewslide
  NeedProtect   1
  NextNoIndent  1
  ParSkip   0.4
  TopSep1.3
  BottomSep 0.7
  ParSep0.7
  Align Center
  AlignPossible Block, Center, Left
  LabelType Counter_Section
  LabelSep  xxx
  Font
Series  Bold
SizeLarger
  EndFont

  Preamble
  \newcommand{\lyxnewslide}[1]{
 \lyxendslide
 \setcounter{slidetype}{1}
 \begin{slide}
 \slideheading{#1}
  }
  EndPreamble
End

Style Slide*
  CopyStyle Slide
  LatexName lyxnewslidex
  Preamble
  \newcommand{\lyxnewslidex}[1]{
 \lyxendslide
 \setcounter{slidetype}{1}
 \begin{slide}
  }
  EndPreamble
End


Input stdclass.inc

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

MaxCounter  Counter_Section
SecNumDepth 3
TocDepth3

Style Itemize
  Font
  FamilySans
  EndFont
End

# 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 Comment
  MarginFirst_Dynamic
  NextNoIndent  0
  LeftMarginMM
  RightMargin   MM
  LabelFont
 Color  magenta
  EndFont
End

Style Bibliography
  Font
  FamilySans
  EndFont
End


Re: Linux.conf.au LyX Work-In-Progress online

2002-02-12 Thread Allan Rae

On Sat, 9 Feb 2002, Herbert Voss wrote:

 Allan Rae wrote:

  the actual tarball is here:
  http://www.devel.lyx.org/~rae/LCA-2002-LyX-rae.tar.gz

 you are using the textclass pdfscreen. can you send
 the pdfscreen.layout to this list?

I'll add it to the tarball sometime soon.  In the meantime here is the
layout file.  It is a modified version of the one Dekel has posted a
few times.  I made some of the environments use Sans font so they look
more like the result -- note that many of the styles didn't get fixed
for this (they are the ones that the seminar didn't use ;-)

I'll try to remember to fix the other styles font settings in the
version bundled in the tarball (whenever I get around to that).

Allan. (ARRae)


#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[article]{slides (pdfscreen)}
# By Dekel Tsur [EMAIL PROTECTED]

# General textclass parameters

Sides   1
Columns 1

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

DefaultFont
  FamilySans
  SeriesMedium
  Shape Up
  Size  Normal
  Color None
EndFont


#
#  Layout-specific preamble
#
#


Preamble
  \newcounter{slidetype}
  \setcounter{slidetype}{0}
  \newcommand{\lyxendslide}{
 \ifcase \value{slidetype}%
  \or % no action for 0
  \end{slide}
 \fi%
 \setcounter{slidetype}{0}
  }
  \AtEndDocument{\lyxendslide}

\usepackage{hyperref}
\usepackage[screen,nopanel]{pdfscreen2}

EndPreamble



#
# Standard style definition
# Always comes first.
#


Style Standard
  MarginStatic
  LatexType Paragraph
  LatexName dummy
  ParIndent M
  ParSkip   0.4
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType No_Label
  Font
  FamilySans
  EndFont
End

##
#
# New Definitions for Slides
#
##

Style Slide
  MarginDynamic
  LatexType Command
  LatexName lyxnewslide
  NeedProtect   1
  NextNoIndent  1
  ParSkip   0.4
  TopSep1.3
  BottomSep 0.7
  ParSep0.7
  Align Center
  AlignPossible Block, Center, Left
  LabelType Counter_Section
  LabelSep  xxx
  Font
Series  Bold
SizeLarger
  EndFont

  Preamble
  \newcommand{\lyxnewslide}[1]{
 \lyxendslide
 \setcounter{slidetype}{1}
 \begin{slide}
 \slideheading{#1}
  }
  EndPreamble
End

Style Slide*
  CopyStyle Slide
  LatexName lyxnewslidex
  Preamble
  \newcommand{\lyxnewslidex}[1]{
 \lyxendslide
 \setcounter{slidetype}{1}
 \begin{slide}
  }
  EndPreamble
End


Input stdclass.inc

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

MaxCounter  Counter_Section
SecNumDepth 3
TocDepth3

Style Itemize
  Font
  FamilySans
  EndFont
End

# 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 Comment
  MarginFirst_Dynamic
  NextNoIndent  0
  LeftMarginMM
  RightMargin   MM
  LabelFont
 Color  magenta
  EndFont
End

Style Bibliography
  Font
  FamilySans
  EndFont
End


Re: Linux.conf.au LyX Work-In-Progress online

2002-02-12 Thread Allan Rae

On Sat, 9 Feb 2002, Herbert Voss wrote:

> Allan Rae wrote:
>
> > the actual tarball is here:
> > http://www.devel.lyx.org/~rae/LCA-2002-LyX-rae.tar.gz
>
> you are using the textclass pdfscreen. can you send
> the pdfscreen.layout to this list?

I'll add it to the tarball sometime soon.  In the meantime here is the
layout file.  It is a modified version of the one Dekel has posted a
few times.  I made some of the environments use Sans font so they look
more like the result -- note that many of the styles didn't get fixed
for this (they are the ones that the seminar didn't use ;-)

I'll try to remember to fix the other styles font settings in the
version bundled in the tarball (whenever I get around to that).

Allan. (ARRae)


#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[article]{slides (pdfscreen)}
# By Dekel Tsur <[EMAIL PROTECTED]>

# General textclass parameters

Sides   1
Columns 1

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

DefaultFont
  FamilySans
  SeriesMedium
  Shape Up
  Size  Normal
  Color None
EndFont


#
#  Layout-specific preamble
#
#


Preamble
  \newcounter{slidetype}
  \setcounter{slidetype}{0}
  \newcommand{\lyxendslide}{
 \ifcase \value{slidetype}%
  \or % no action for 0
  \end{slide}
 \fi%
 \setcounter{slidetype}{0}
  }
  \AtEndDocument{\lyxendslide}

\usepackage{hyperref}
\usepackage[screen,nopanel]{pdfscreen2}

EndPreamble



#
# Standard style definition
# Always comes first.
#


Style Standard
  MarginStatic
  LatexType Paragraph
  LatexName dummy
  ParIndent M
  ParSkip   0.4
  Align Block
  AlignPossible Block, Left, Right, Center
  LabelType No_Label
  Font
  FamilySans
  EndFont
End

##
#
# New Definitions for Slides
#
##

Style Slide
  MarginDynamic
  LatexType Command
  LatexName lyxnewslide
  NeedProtect   1
  NextNoIndent  1
  ParSkip   0.4
  TopSep1.3
  BottomSep 0.7
  ParSep0.7
  Align Center
  AlignPossible Block, Center, Left
  LabelType Counter_Section
  LabelSep  xxx
  Font
Series  Bold
SizeLarger
  EndFont

  Preamble
  \newcommand{\lyxnewslide}[1]{
 \lyxendslide
 \setcounter{slidetype}{1}
 \begin{slide}
 \slideheading{#1}
  }
  EndPreamble
End

Style Slide*
  CopyStyle Slide
  LatexName lyxnewslidex
  Preamble
  \newcommand{\lyxnewslidex}[1]{
 \lyxendslide
 \setcounter{slidetype}{1}
 \begin{slide}
  }
  EndPreamble
End


Input stdclass.inc

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

MaxCounter  Counter_Section
SecNumDepth 3
TocDepth3

Style Itemize
  Font
  FamilySans
  EndFont
End

# 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 Comment
  MarginFirst_Dynamic
  NextNoIndent  0
  LeftMarginMM
  RightMargin   MM
  LabelFont
 Color  magenta
  EndFont
End

Style Bibliography
  Font
  FamilySans
  EndFont
End


Linux.conf.au LyX Work-In-Progress online

2002-02-09 Thread Allan Rae


For those of you who are really keen I've just made a tarball of files
available.  The LyX files therein will only work with 1.2.0cvs however
I have also bundled pre-generated so you can at least see what the
files would produce.

There's also a README.

More details at:
http://www.devel.lyx.org/~rae/index.html

the actual tarball is here:
http://www.devel.lyx.org/~rae/LCA-2002-LyX-rae.tar.gz

All available within four hours of presenting it.  BTW, the seminar
was recorded (audio and screen, I think, hmmm... maybe just audio) so
I'm hoping that'll be available sometime soon also.

Allan. (ARRae)




Re: Linux.conf.au LyX Work-In-Progress online

2002-02-09 Thread Herbert Voss

Allan Rae wrote:

 the actual tarball is here:
   http://www.devel.lyx.org/~rae/LCA-2002-LyX-rae.tar.gz


you are using the textclass pdfscreen. can you send

the pdfscreen.layout to this list?

Herbert



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




Linux.conf.au LyX Work-In-Progress online

2002-02-09 Thread Allan Rae


For those of you who are really keen I've just made a tarball of files
available.  The LyX files therein will only work with 1.2.0cvs however
I have also bundled pre-generated so you can at least see what the
files would produce.

There's also a README.

More details at:
http://www.devel.lyx.org/~rae/index.html

the actual tarball is here:
http://www.devel.lyx.org/~rae/LCA-2002-LyX-rae.tar.gz

All available within four hours of presenting it.  BTW, the seminar
was recorded (audio and screen, I think, hmmm... maybe just audio) so
I'm hoping that'll be available sometime soon also.

Allan. (ARRae)




Re: Linux.conf.au LyX Work-In-Progress online

2002-02-09 Thread Herbert Voss

Allan Rae wrote:

 the actual tarball is here:
   http://www.devel.lyx.org/~rae/LCA-2002-LyX-rae.tar.gz


you are using the textclass pdfscreen. can you send

the pdfscreen.layout to this list?

Herbert



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




Linux.conf.au LyX Work-In-Progress online

2002-02-09 Thread Allan Rae


For those of you who are really keen I've just made a tarball of files
available.  The LyX files therein will only work with 1.2.0cvs however
I have also bundled pre-generated so you can at least see what the
files would produce.

There's also a README.

More details at:
http://www.devel.lyx.org/~rae/index.html

the actual tarball is here:
http://www.devel.lyx.org/~rae/LCA-2002-LyX-rae.tar.gz

All available within four hours of presenting it.  BTW, the seminar
was recorded (audio and screen, I think, hmmm... maybe just audio) so
I'm hoping that'll be available sometime soon also.

Allan. (ARRae)




Re: Linux.conf.au LyX Work-In-Progress online

2002-02-09 Thread Herbert Voss

Allan Rae wrote:

> the actual tarball is here:
>   http://www.devel.lyx.org/~rae/LCA-2002-LyX-rae.tar.gz


you are using the textclass pdfscreen. can you send

the pdfscreen.layout to this list?

Herbert



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