Support for conference posters

The following poster classes are now supported:

* a0poster
* beamerposter
* sciposter
This commit is contained in:
Juergen Spitzmueller 2014-07-02 14:01:28 +02:00
parent 4a0976ceeb
commit 52c219ee29
9 changed files with 4724 additions and 0 deletions

View File

@ -1885,6 +1885,7 @@ dist_kbd_DATA = \
layoutsdir = $(pkgdatadir)/layouts
dist_layouts_DATA =\
layouts/a0poster.layout \
layouts/aa.layout \
layouts/aapaper.inc \
layouts/aapaper.layout \
@ -1915,6 +1916,7 @@ dist_layouts_DATA =\
layouts/article-beamer.layout \
layouts/basic.module \
layouts/beamer.layout \
layouts/beamerposter.layout \
layouts/bicaption.module \
layouts/book.layout \
layouts/braille.module \
@ -2018,6 +2020,7 @@ dist_layouts_DATA =\
layouts/revtex4.layout \
layouts/revtex4-1.layout \
layouts/rsphrase.module \
layouts/sciposter.layout \
layouts/scrartcl.layout \
layouts/scrarticle-beamer.layout \
layouts/scrbook.layout \
@ -2160,6 +2163,10 @@ dist_templates_DATA = \
templates/koma-letter2.lyx \
templates/letter.lyx \
templates/lettre.lyx \
templates/poster-a0poster-colored.lyx \
templates/poster-a0poster-simple.lyx \
templates/poster-beamerposter.lyx \
templates/poster-sciposter.lyx \
templates/README.new_templates \
templates/RJournal.lyx \
templates/revtex4.lyx \

View File

@ -2144,6 +2144,42 @@ article
Additional document classes
\end_layout
\begin_layout Subsection
\change_inserted -712698321 1404301980
a0poster
\end_layout
\begin_layout Description
\change_inserted -712698321 1404301976
Found:
\begin_inset Info
type "textclass"
arg "a0poster"
\end_inset
\end_layout
\begin_layout Description
\change_inserted -712698321 1404302030
CTAN:
\family typewriter
/macros/latex/contrib/a0poster
\end_layout
\begin_layout Description
\change_inserted -712698321 1404302077
Notes: The document class
\family sans
a0poster
\family default
provides support for conference posters on large paper.
\end_layout
\begin_layout Subsection
aa
\end_layout
@ -2416,6 +2452,51 @@ macros/latex/contrib/beamer
\begin_layout Description
Notes: A LaTeX class for producing presentations and slides.
\change_inserted -712698321 1404302092
\end_layout
\begin_layout Subsection
\change_inserted -712698321 1404302096
beamerposter
\end_layout
\begin_layout Description
\change_inserted -712698321 1404302093
Found:
\begin_inset Info
type "textclass"
arg "beamerposter"
\end_inset
\end_layout
\begin_layout Description
\change_inserted -712698321 1404302107
CTAN:
\family typewriter
/macros/latex/contrib/beamerposter
\end_layout
\begin_layout Description
\change_inserted -712698321 1404302191
Notes: The document class
\family sans
beamerposter
\family default
provides support for conference posters on large paper, thereby using the
boxes and design features provided by the
\family sans
beamer
\family default
presentation class.
\change_unchanged
\end_layout
\begin_layout Subsection
@ -3869,6 +3950,46 @@ macros/latex/contrib/powerdot
\begin_layout Description
Notes: A LaTeX class for producing presentations and slides.
\change_inserted -712698321 1404302204
\end_layout
\begin_layout Subsection
\change_inserted -712698321 1404302208
sciposter
\end_layout
\begin_layout Description
\change_inserted -712698321 1404302205
Found:
\begin_inset Info
type "textclass"
arg "sciposter"
\end_inset
\end_layout
\begin_layout Description
\change_inserted -712698321 1404302219
CTAN:
\family typewriter
/macros/latex/contrib/sciposter
\end_layout
\begin_layout Description
\change_inserted -712698321 1404302251
Notes: The document class
\family sans
sciposter
\family default
provides support for conference posters on of ISO A3 size and larger.
\change_unchanged
\end_layout
\begin_layout Subsection

View File

@ -0,0 +1,92 @@
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[a0poster]{A0 Poster}
# \DeclareCategory{Posters}
# Wrapper layout for the a0poster poster class
Format 48
# Authors: Günter Milde, Jürgen Spitzmüller
# Recognized Options
# ------------------
# landscape landscape format, is default
# portrait portrait format
# a0b "DIN A0 big" - that's a somewhat widened DIN A0 format that uses
# the full width of an HP Designjet 650C. This is also default.
# a0 DIN A0
# a1 DIN A1
# a2 DIN A2
# a3 DIN A3
# posterdraft reduces the postscript output to DIN A4 size, so test printings
# can be made with ordinary DIN A4 printers.
# draft obsolete­does the same as posterdraft, but while options are
# passed to other packages, this can lead to collisions with other
# packages (e. g. graphics).
# final makes postscript output in original size; is default.
# Input general definitions
Input stdclass.inc
SecNumDepth 3
TocDepth 3
# There are no chapters in a poster.
NoStyle Chapter
NoStyle Chapter*
# Nor are there parts
NoStyle Part
NoStyle Part*
InsetLayout "Flex:Giant"
LyXType custom
Decoration classic
LabelString Giant
LatexType None
LeftDelim {\veryHuge{}
RightDelim \par}
Font
Size giant
EndFont
LabelFont
Size normal
EndFont
End
InsetLayout "Flex:More_Giant"
CopyStyle Flex:Giant
LeftDelim {\VeryHuge{}
LabelString "More Giant"
End
InsetLayout "Flex:Most_Giant"
CopyStyle Flex:Giant
LeftDelim {\VERYHuge{}
LabelString "Most Giant"
End
InsetLayout Flex:Giant_Snippet
LyXType charstyle
LabelString Giant
LatexType None
LeftDelim {\veryHuge{}
RightDelim }
Font
Size giant
EndFont
LabelFont
Size normal
EndFont
End
InsetLayout Flex:More_Giant_Snippet
CopyStyle Flex:Giant_Snippet
LabelString "More Giant"
LeftDelim {\VeryHuge{}
End
InsetLayout Flex:Most_Giant_Snippet
CopyStyle Flex:Giant_Snippet
LabelString "Most Giant"
LeftDelim {\VERYHuge{}
End

View File

@ -0,0 +1,104 @@
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[beamer,beamerposter.sty]{Beamerposter}
# \DeclareCategory{Posters}
# Wrapper layout for the beamer class with beamerposter style
#
# Authors: Jürgen Spitzmüller (spitz@lyx.org)
#
# Input general definitions
Format 48
Input beamer.layout
Preamble
\usepackage{etoolbox}
\AtEndPreamble{%
\usepackage{beamerposter}
}
EndPreamble
Style Title
InPreamble 1
InTitle 0
End
Style Subtitle
InPreamble 1
InTitle 0
End
Style Author
InPreamble 1
InTitle 0
End
Style Institute
InPreamble 1
InTitle 0
End
Style Date
InPreamble 1
InTitle 0
End
Style TitleGraphic
InPreamble 1
InTitle 0
End
NoStyle Title_(Plain_Frame)
InsetLayout "Flex:Giant"
LyXType custom
Decoration classic
LabelString Giant
LatexType None
LeftDelim {\veryHuge{}
RightDelim \par}
Font
Size giant
EndFont
LabelFont
Size normal
EndFont
End
InsetLayout "Flex:More_Giant"
CopyStyle Flex:Giant
LeftDelim {\VeryHuge{}
LabelString "More Giant"
End
InsetLayout "Flex:Most_Giant"
CopyStyle Flex:Giant
LeftDelim {\VERYHuge{}
LabelString "Most Giant"
End
InsetLayout Flex:Giant_Snippet
LyXType charstyle
LabelString Giant
LatexType None
LeftDelim {\veryHuge{}
RightDelim }
Font
Size giant
EndFont
LabelFont
Size normal
EndFont
End
InsetLayout Flex:More_Giant_Snippet
CopyStyle Flex:Giant_Snippet
LabelString "More Giant"
LeftDelim {\VeryHuge{}
End
InsetLayout Flex:Most_Giant_Snippet
CopyStyle Flex:Giant_Snippet
LabelString "Most Giant"
LeftDelim {\VERYHuge{}
End

View File

@ -0,0 +1,148 @@
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[sciposter,sectionbox.sty,wallpaper.sty]{SciPoster}
# \DeclareCategory{Posters}
# Wrapper layout for the sciposter.cls poster class
#
# Authors: Günter Milde, Jürgen Spitzmüller (spitz@lyx.org)
#
# Input general definitions
Format 48
Input stdclass.inc
DefaultModule multicol
DefaultModule sectionbox
SecNumDepth 3
TocDepth 3
ClassOptions
FontSize 14|17|20|25|30|36
End
Style Institute
CopyStyle Author
LatexName institute
End
Style E-Mail
CopyStyle Author
LatexName email
End
Style Conference
CopyStyle Author
InTitle 0
LatexName conference
End
Style LeftLogo
Category FrontMatter
Margin Dynamic
LatexType Command
InTitle 1
LatexName leftlogo
LabelString "Left logo:"
ParSkip 0.4
TopSep 0.9
BottomSep 0.5
ParSep 1
ParIndent MM
Align Left
LabelType Static
LabelSep xx
LabelFont
Series Bold
Color Blue
EndFont
Argument 1
LabelString "Logo Size"
Tooltip "Relative logo size (0 through 1)"
EndArgument
End
Style RightLogo
CopyStyle LeftLogo
LatexName rightlogo
LabelString "Right logo:"
End
# There are no chapters in a poster.
NoStyle Chapter
NoStyle Chapter*
# Nor are there parts
NoStyle Part
NoStyle Part*
InsetLayout Caption:Standard
Argument 1
LabelString "Caption Width"
Tooltip "The caption width relative to the column (0 through 1)"
EndArgument
End
Float
Type algorithm
GuiName Algorithm
Placement tbp
Extension loa
NumberWithin none
Style none
IsPredefined true
UsesFloatPkg false
RefPrefix alg
End
InsetLayout "Flex:Giant"
LyXType custom
Decoration classic
LabelString Giant
LatexType None
LeftDelim {\veryHuge{}
RightDelim \par}
Font
Size giant
EndFont
LabelFont
Size normal
EndFont
End
InsetLayout "Flex:More_Giant"
CopyStyle Flex:Giant
LeftDelim {\VeryHuge{}
LabelString "More Giant"
End
InsetLayout "Flex:Most_Giant"
CopyStyle Flex:Giant
LeftDelim {\VERYHuge{}
LabelString "Most Giant"
End
InsetLayout Flex:Giant_Snippet
LyXType charstyle
LabelString Giant
LatexType None
LeftDelim {\veryHuge{}
RightDelim }
Font
Size giant
EndFont
LabelFont
Size normal
EndFont
End
InsetLayout Flex:More_Giant_Snippet
CopyStyle Flex:Giant_Snippet
LabelString "More Giant"
LeftDelim {\VeryHuge{}
End
InsetLayout Flex:Most_Giant_Snippet
CopyStyle Flex:Giant_Snippet
LabelString "Most Giant"
LeftDelim {\VERYHuge{}
End

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,639 @@
#LyX 2.1 created this file. For more info see http://www.lyx.org/
\lyxformat 474
\begin_document
\begin_header
\textclass a0poster
\begin_preamble
% Adjust padding in boxes
\setlength\fboxsep{12pt}
\end_preamble
\options a0,portrait
\use_default_options false
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding iso8859-1
\fontencoding global
\font_roman palatino
\font_sans default
\font_typewriter courier
\font_math auto
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry true
\use_package amsmath 0
\use_package amssymb 0
\use_package cancel 0
\use_package esint 0
\use_package mathdots 0
\use_package mathtools 0
\use_package mhchem 0
\use_package stackrel 0
\use_package stmaryrd 0
\use_package undertilde 0
\cite_engine basic
\cite_engine_type default
\biblio_style plain
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 0
\index Index
\shortcut idx
\color #008000
\end_index
\leftmargin 1cm
\topmargin 1cm
\rightmargin 1cm
\bottommargin 1cm
\secnumdepth 0
\tocdepth 0
\paragraph_separation skip
\defskip bigskip
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle empty
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header
\begin_body
\begin_layout Standard
\align center
\begin_inset Box Shadowbox
position "c"
hor_pos "c"
has_inner_box 1
inner_pos "c"
use_parbox 1
use_makebox 0
width "98col%"
special "none"
height "5cm"
height_special "none"
status open
\begin_layout Plain Layout
\noindent
\align center
\series bold
\noun on
\begin_inset Flex Most Giant Snippet
status open
\begin_layout Plain Layout
\noindent
\series bold
\noun on
Poster Heading
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\align center
\begin_inset Box Shadowbox
position "t"
hor_pos "c"
has_inner_box 1
inner_pos "t"
use_parbox 0
use_makebox 0
width "60col%"
special "none"
height "1in"
height_special "totalheight"
status open
\begin_layout Abstract
\noindent
This example poster is not nice, but you get an idea of what is possible
with the
\family sans
a0poster
\family default
document class within LyX, when not using additional modules (such as
\begin_inset Quotes eld
\end_inset
Colored Boxes
\begin_inset Quotes erd
\end_inset
or
\begin_inset Quotes eld
\end_inset
Section Boxes
\begin_inset Quotes erd
\end_inset
).
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Box Shadowbox
position "t"
hor_pos "c"
has_inner_box 1
inner_pos "t"
use_parbox 0
use_makebox 0
width "47col%"
special "none"
height "1in"
height_special "totalheight"
status open
\begin_layout Plain Layout
Left text
\end_layout
\begin_layout Plain Layout
with several paragraphs
\end_layout
\end_inset
\begin_inset space \hfill{}
\end_inset
\begin_inset Box Shadowbox
position "t"
hor_pos "c"
has_inner_box 1
inner_pos "t"
use_parbox 0
use_makebox 0
width "47col%"
special "none"
height "1in"
height_special "totalheight"
status open
\begin_layout Plain Layout
Right text
\end_layout
\begin_layout Plain Layout
with several paragraphs
\end_layout
\end_inset
\begin_inset space ~
\end_inset
\begin_inset space ~
\end_inset
\begin_inset space ~
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Box Ovalbox
position "t"
hor_pos "c"
has_inner_box 1
inner_pos "t"
use_parbox 0
use_makebox 0
width "98col%"
special "none"
height "1in"
height_special "totalheight"
status open
\begin_layout Subsubsection*
Available font sizes (with corresponding LaTeX command)
\end_layout
\begin_layout Plain Layout
\paragraph_spacing single
\begin_inset Note Note
status open
\begin_layout Plain Layout
The extra sizes (
\begin_inset Quotes eld
\end_inset
Giant
\begin_inset Quotes erd
\end_inset
etc.) are available at at
\family sans
Insert\SpecialChar \menuseparator
Custom Insets
\family default
.
For small inline snippets, there are variants at
\family sans
Edit\SpecialChar \menuseparator
Text Style.
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\size tiny
Tiny (
\family typewriter
\backslash
tiny
\family default
)
\end_layout
\begin_layout Plain Layout
\size scriptsize
Smallest (
\family typewriter
\backslash
scriptsize
\family default
)
\end_layout
\begin_layout Plain Layout
\size footnotesize
Smaller (
\family typewriter
\backslash
footnotesize
\family default
)
\end_layout
\begin_layout Plain Layout
\size normal
Normal (
\family typewriter
\size default
\backslash
normalsize
\family default
\size normal
)
\end_layout
\begin_layout Plain Layout
\size large
Large (
\family typewriter
\backslash
large
\family default
)
\end_layout
\begin_layout Plain Layout
\size larger
Larger (
\family typewriter
\backslash
Large
\family default
)
\end_layout
\begin_layout Plain Layout
\size largest
Largest (
\family typewriter
\backslash
LARGE
\family default
)
\end_layout
\begin_layout Plain Layout
\size huge
Huge (
\family typewriter
\backslash
huge
\family default
)
\end_layout
\begin_layout Plain Layout
\size giant
Huger (
\family typewriter
\backslash
Huge
\family default
)
\end_layout
\begin_layout Plain Layout
\begin_inset Flex Giant
status open
\begin_layout Plain Layout
Giant (
\family typewriter
\backslash
veryHuge
\family default
)
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex More Giant
status open
\begin_layout Plain Layout
More Giant (
\family typewriter
\backslash
VeryHuge
\family default
)
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex Most Giant
status open
\begin_layout Plain Layout
Most Giant (
\family typewriter
\backslash
VERYHuge
\family default
)
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Box Boxed
position "t"
hor_pos "c"
has_inner_box 1
inner_pos "t"
use_parbox 0
use_makebox 0
width "98col%"
special "none"
height "1in"
height_special "totalheight"
status open
\begin_layout Section
Summary
\end_layout
\begin_layout Itemize
The
\family sans
a0poster
\family default
class and layout provide the means to create a poster in A3 through A0big
size using LyX.
\end_layout
\begin_layout Itemize
Page and font size are set accordingly.
\end_layout
\begin_layout Itemize
The margins can be adjusted in
\family sans
Document\SpecialChar \menuseparator
Settings\SpecialChar \ldots{}
\SpecialChar \menuseparator
Page Margins
\family default
.
\end_layout
\begin_layout Itemize
The background color of the poster can be changed via
\family sans
Document\SpecialChar \menuseparator
Settings\SpecialChar \ldots{}
\SpecialChar \menuseparator
Colors
\family default
.
\end_layout
\begin_layout Itemize
The usual paragraph and text styles can be used.
\end_layout
\begin_layout Itemize
LyX's boxes, as used here, are a simple means for structuring the content,
simple colored boxes (of one color, predefined in
\family sans
Document\SpecialChar \menuseparator
Settings\SpecialChar \ldots{}
\SpecialChar \menuseparator
Colors
\family default
) are also possible with the
\begin_inset Quotes eld
\end_inset
Shaded Background
\begin_inset Quotes erd
\end_inset
box type.
\end_layout
\begin_layout Itemize
For more
\begin_inset Quotes eld
\end_inset
fancy
\begin_inset Quotes erd
\end_inset
boxes, try the
\begin_inset Quotes eld
\end_inset
Section Boxes
\begin_inset Quotes erd
\end_inset
or
\begin_inset Quotes eld
\end_inset
Colored Boxes
\begin_inset Quotes erd
\end_inset
module (the former is documented in the
\emph on
poster-sciposter
\emph default
template, but also works with a0poster, the latter is documented in the
\emph on
poster-a0poster-colored
\emph default
template).
\end_layout
\begin_layout Itemize
For multiple columns, use the
\begin_inset Quotes eld
\end_inset
Multiple Columns
\begin_inset Quotes erd
\end_inset
module as documented in
\family sans
Help\SpecialChar \menuseparator
Additional Features
\family default
.
\end_layout
\begin_layout Itemize
The
\family sans
a0poster-kh
\family default
package (
\begin_inset Flex URL
status collapsed
\begin_layout Plain Layout
http://www.physik.uni-augsburg.de/theo3/Comp/hp750c/computing_hp750c_A0.de.shtml
\end_layout
\end_inset
) provides additional commands for color, headings, columns, and boxes,
but those are not natively supported by LyX.
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset VSpace vfill
\end_inset
\end_layout
\begin_layout Standard
\noindent
\align center
\begin_inset CommandInset line
LatexCommand rule
offset "0.5ex"
width "100col%"
height "1pt"
\end_inset
\begin_inset Newline newline
\end_inset
Poster Footer
\end_layout
\end_body
\end_document

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,857 @@
#LyX 2.1 created this file. For more info see http://www.lyx.org/
\lyxformat 474
\begin_document
\begin_header
\textclass sciposter
\begin_preamble
%% Comment this out and adapt if you want a poster background
%\usepackage{wallpaper}
%\CenterWallPaper{1.1}{poster-background}
% Set all margins to 1cm
\setmargins[1cm]
% Set up column layout
\setlength\columnseprule{0pt}
\setlength\columnsep{4.5pc}
% Color settings:
\usepackage{sectionbox}
% a.) background color
%\definecolor{mainCol}{RGB}{255,237,208}
% b.) text color (mainly subsection headers)
\definecolor{TextCol}{RGB}{128,0,0}
% c.) section header color
\definecolor{SectionCol}{RGB}{0,0,255}
% d.) color of section boxes
\definecolor{sectboxfillcol}{RGB}{255,220,168}
\definecolor{subsectboxfillcol}{RGB}{255,245,198}
% Large section titles
\renewcommand{\sectionsize}{\Large}
\end_preamble
\options landscape,a0,largefonts,plainsections
\use_default_options false
\begin_modules
multicol
sectionbox
\end_modules
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman default
\font_sans default
\font_typewriter default
\font_math auto
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry false
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 0
\use_package esint 0
\use_package mathdots 0
\use_package mathtools 0
\use_package mhchem 0
\use_package stackrel 0
\use_package stmaryrd 0
\use_package undertilde 0
\cite_engine natbib
\cite_engine_type numerical
\biblio_style plainnat
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 0
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 0
\tocdepth -1
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header
\begin_body
\begin_layout Title
Poster Title
\end_layout
\begin_layout Author
Author One and Author Two
\end_layout
\begin_layout Institute
The University, Some address, Postal Code
\end_layout
\begin_layout E-Mail
author1@somewhere and author2@elsewhere
\end_layout
\begin_layout Conference
The Conference
\begin_inset Note Note
status open
\begin_layout Plain Layout
appears in footer
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Note Note
status open
\begin_layout Section*
Some advices
\end_layout
\begin_layout Subsubsection*
Appearance
\end_layout
\begin_layout Itemize
See
\family sans
Document\SpecialChar \menuseparator
Settings\SpecialChar \ldots{}
\SpecialChar \menuseparator
LaTeX Preamble
\family default
for some possibilities to adjust the appearance of your poster.
Also check
\family sans
Document\SpecialChar \menuseparator
Settings\SpecialChar \ldots{}
\SpecialChar \menuseparator
Document Class\SpecialChar \menuseparator
Class Options
\family default
for some general settings.
Please refer to the
\family sans
sciposter
\family default
manual for possible values.
\end_layout
\begin_layout Subsubsection*
Logo
\end_layout
\begin_layout Itemize
You can use the
\family sans
LeftLogo
\family default
and
\family sans
RightLogo
\family default
style to insert graphic logos in the header of your poster.
The logos need to be given as file names (with our without extension) and
with full path, if the files are not in the TEXMF directory.
\end_layout
\begin_layout Itemize
Note that the logos only appear if you do not specify a
\begin_inset Quotes eld
\end_inset
Conference
\begin_inset Quotes erd
\end_inset
(i.
\begin_inset space \thinspace{}
\end_inset
e., no foot line).
\end_layout
\begin_layout Subsubsection*
Columns and Boxes
\end_layout
\begin_layout Itemize
The
\family sans
Columns
\family default
and
\family sans
(Section) Box
\family default
insets can be found at
\family sans
Insert\SpecialChar \menuseparator
Custom Insets.
\end_layout
\begin_layout Itemize
Instead of the Section Boxes, you can also use the differently looking Color
Boxes via the
\begin_inset Quotes eld
\end_inset
Color Boxes
\begin_inset Quotes erd
\end_inset
module.
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Flex Multiple Columns
status open
\begin_layout Plain Layout
\begin_inset Argument 1
status open
\begin_layout Plain Layout
3
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex SectionBox
status open
\begin_layout Plain Layout
\begin_inset Argument 2
status collapsed
\begin_layout Plain Layout
Abstract
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\size small
\emph on
This is my special abstract This is my special abstract This is my special
abstract This is my special abstract This is my special abstract This is
my special abstract This is my special abstract This is my special abstract
This is my special abstract This is my special abstract.
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex SectionBox
status open
\begin_layout Plain Layout
\begin_inset Argument 2
status collapsed
\begin_layout Plain Layout
Background
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
This is the background and our hypothesis.
This is the background and our hypothesis.
This is the background and our hypothesis.
This is the background and our hypothesis.
This is the background and our hypothesis.
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\size small
\begin_inset Flex SectionBox
status open
\begin_layout Bibliography
\begin_inset CommandInset bibitem
LatexCommand bibitem
label "One/Two(2010)"
key "key-1"
\end_inset
Author One & Author Two (2010): Our Great Book.
Somewhere.
\end_layout
\begin_layout Bibliography
\begin_inset CommandInset bibitem
LatexCommand bibitem
label "Two/One(2011)"
key "key-2"
\end_inset
Author Two & Author One (2011): Our Even Greater Book.
Somewhere.
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
columnbreak
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex SectionBox
status open
\begin_layout Plain Layout
\begin_inset Argument 2
status collapsed
\begin_layout Plain Layout
Findings
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex SubsectionBox
status open
\begin_layout Plain Layout
\begin_inset Argument 2
status collapsed
\begin_layout Plain Layout
Some evidence
\end_layout
\end_inset
\end_layout
\begin_layout Itemize
point one
\end_layout
\begin_layout Itemize
point two
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex SubsectionBox
status open
\begin_layout Plain Layout
\begin_inset Argument 2
status collapsed
\begin_layout Plain Layout
More evidence
\end_layout
\end_inset
\end_layout
\begin_layout Itemize
point three
\end_layout
\begin_layout Itemize
point four
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex SubsectionBox
status open
\begin_layout Plain Layout
\begin_inset Argument 2
status collapsed
\begin_layout Plain Layout
Other issues
\end_layout
\end_inset
\end_layout
\begin_layout Itemize
Really have to fill in this
\end_layout
\begin_layout Itemize
Really have to fill in this
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
columnbreak
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex SectionBox
status open
\begin_layout Plain Layout
\begin_inset Argument 2
status collapsed
\begin_layout Plain Layout
Experiment
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
This is the experiment.
This is the experiment.
This is the experiment.
This is the experiment.
This is the experiment.
This is the experiment.
This is the experiment.
This is the experiment.
This is the experiment.
This is the experiment.
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex SectionBox
status open
\begin_layout Plain Layout
\begin_inset Argument 2
status collapsed
\begin_layout Plain Layout
Results
\end_layout
\end_inset
\end_layout
\begin_layout Itemize
result
\end_layout
\begin_layout Itemize
result
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex SectionBox
status open
\begin_layout Plain Layout
\begin_inset Argument 2
status collapsed
\begin_layout Plain Layout
Conclusions
\end_layout
\end_inset
\end_layout
\begin_layout Enumerate
first conclusion
\end_layout
\begin_layout Enumerate
second conclusion
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Flex SectionBox
status open
\begin_layout Plain Layout
\begin_inset Argument 2
status collapsed
\begin_layout Plain Layout
Available font size (and corresponding
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
LaTeX
\backslash
\end_layout
\end_inset
commands)
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\paragraph_spacing single
\begin_inset Note Note
status open
\begin_layout Plain Layout
The extra sizes (
\begin_inset Quotes eld
\end_inset
Giant
\begin_inset Quotes erd
\end_inset
etc.) are available at
\family sans
Insert\SpecialChar \menuseparator
Custom Insets
\family default
.
For small inline snippets, there are variants at
\family sans
Edit\SpecialChar \menuseparator
Text Style.
\end_layout
\begin_layout Plain Layout
Note that for some paper sizes and font settings,
\begin_inset Quotes eld
\end_inset
More Giant
\begin_inset Quotes erd
\end_inset
and
\begin_inset Quotes eld
\end_inset
Most Giant
\begin_inset Quotes erd
\end_inset
are equal.
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\size tiny
Tiny (
\family typewriter
\backslash
tiny
\family default
)
\end_layout
\begin_layout Plain Layout
\size scriptsize
Smallest (
\family typewriter
\backslash
scriptsize
\family default
)
\end_layout
\begin_layout Plain Layout
\size footnotesize
Smaller (
\family typewriter
\backslash
footnotesize
\family default
)
\end_layout
\begin_layout Plain Layout
\size normal
Normal (
\family typewriter
\size default
\backslash
normalsize
\family default
\size normal
)
\end_layout
\begin_layout Plain Layout
\size large
Large (
\family typewriter
\backslash
large
\family default
)
\end_layout
\begin_layout Plain Layout
\size larger
Larger (
\family typewriter
\backslash
Large
\family default
)
\end_layout
\begin_layout Plain Layout
\size largest
Largest (
\family typewriter
\backslash
LARGE
\family default
)
\end_layout
\begin_layout Plain Layout
\size huge
Huge (
\family typewriter
\backslash
huge
\family default
)
\end_layout
\begin_layout Plain Layout
\size giant
Huger (
\family typewriter
\backslash
Huge
\family default
)
\end_layout
\begin_layout Plain Layout
\begin_inset Flex Giant
status open
\begin_layout Plain Layout
Giant (
\family typewriter
\backslash
veryHuge
\family default
)
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex More Giant
status open
\begin_layout Plain Layout
More Giant (
\family typewriter
\backslash
VeryHuge
\family default
)
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Flex Most Giant
status open
\begin_layout Plain Layout
Most Giant (
\family typewriter
\backslash
VERYHuge
\family default
)
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\end_body
\end_document