On 16.11.07, [EMAIL PROTECTED] wrote:
> I've found several references through Google search on how to create an 
> a0poster.layout, but I haven't found any tips on what LyX tools to use to 
> create a poster.

> Should I use minipages and fixed floats for graphics and tables, or, should I 
> use columns? Any special handling of fonts? What about background decorations 
> or watermarks?

> Or, should I design a one-page (A4) landscape APA article layout and use a 
> tool like psa4toa0.sh to enlarge it?

> Anyone have an example a0poster that they produced with LyX that they could 
> share?

I use the a0poster.cls LaTeX class, part of texlive, documented in 
a0.pdf (German) or a0_eng.pdf (English) toghether with a home-made LyX style
(a0poster.layout, see attachment).

I found some examples of a0poster.cls use (without LyX) on the net and
adapted it with use for LyX. (The result does not longer work, however since
I switched from tetex to texlive and some packages are no longer there or
changed a bit.)


Guenter
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[a0poster]{A0 Poster}
# Wrapper layout for the a0poster.cls poster class
#
# Author : Guenter Milde
#
# Input general definitions
Input stdclass.inc

# There are no chapters in a poster.
NoStyle Chapter
NoStyle Chapter*
# Nor are there parts
NoStyle Part
NoStyle Part*

MaxCounter              Counter_Section
SecNumDepth             3
TocDepth                3

# Header  (framed box, 0.9 * \textwidth)
Style Header
  LatexType     Environment
  KeepEmpty     1
  NextNoIndent  1
  LabelType     Top_Environment
  LabelFont 
    # Family    Sans
    Color       latex
    Size        small
  EndFont
  LatexName     header
  LabelString   "____________________________  Header  
____________________________"
End

# Poster box (framed box, 0.96 * \linewidth)
Style PosterBox
  CopyStyle     Header
  LatexName     pbox
  LabelString   "_____________________________  Box  
_____________________________"
End


# Environment Separator
Style Separator
  CopyStyle     Header
  Margin        first_dynamic
  LabelType     static
  LatexType     Paragraph
  LabelString   "_____________________________  end  
_____________________________"
End

# !!!Attention: Must be closed with EndEnvironment!!!
# Begin an environment
Style BeginEnvironment
  LatexType     Command
  LatexName     begin
  NextNoIndent  1
  PassThru      1
  Margin        First_Dynamic
  LabelType     Static
  LabelString   "begin: "
  Font 
    # Family    Sans
    Size        small
    Color       latex
  EndFont
End

# !!! Attention: Use only for environments started with BeginEnvironment!!!
# End an environment
Style EndEnvironment
  CopyStyle     BeginEnvironment
  LatexName     end
  LabelString   "end: "
End

Style NewColumn
  CopyStyle     BeginEnvironment
  LatexName     "end{pcolumn} \begin{pcolumn}"
  LabelString   "new column"
End

Reply via email to