mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add a beamerposter example file
This commit is contained in:
parent
0972b15ee2
commit
f2067a7924
@ -248,6 +248,7 @@ dist_examples_DATA = \
|
||||
examples/beamer-knight4-mask.png \
|
||||
examples/beamer-knight4.png \
|
||||
examples/beamerlyxexample1.lyx \
|
||||
examples/beamerposter.lyx \
|
||||
examples/biblioExample.bib \
|
||||
examples/chess-article.lyx \
|
||||
examples/chessgame.lyx \
|
||||
|
793
lib/examples/beamerposter.lyx
Normal file
793
lib/examples/beamerposter.lyx
Normal file
@ -0,0 +1,793 @@
|
||||
#LyX 2.1 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 474
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass beamer
|
||||
\begin_preamble
|
||||
% This example has been adapted from the example given by the
|
||||
% beamerposter authors, see
|
||||
% http://mirrors.ctan.org/macros/latex/contrib/beamerposter/example.tex
|
||||
%
|
||||
|
||||
% You can select your theme here. Any beamer theme without a sidebar should work:
|
||||
\usetheme{Berlin}
|
||||
% Note, however, that only dedicated beamerposter themes also generate
|
||||
% a suitable poster title automatically (we do this manually, see the TeX code
|
||||
% at the beginning of this document).
|
||||
% Dedicated beamerposter themes are available at
|
||||
% http://www-i6.informatik.rwth-aachen.de/~dreuw/latexbeamerposter.php
|
||||
|
||||
% Load the beamerposter package
|
||||
\usepackage[%
|
||||
orientation=portrait, % comment out for landscape posters
|
||||
% orientation=landscape,% uncomment for landscape posters
|
||||
size=a0,% possible: a0b, a0, a1, a2, a3, a4, custom (with width=<val>,height=<val>)
|
||||
scale=1.4,% scaling of fonts
|
||||
debug% enable debug mode
|
||||
]{beamerposter}
|
||||
|
||||
% Setting up the titling. See the note at the beginning of the document.
|
||||
\title[Conference Posters]{Making Fancy Conference Posters with \LaTeX}
|
||||
\author[LyX Team]{The LyX Team}
|
||||
\institute[University of Nowhere]{%
|
||||
Institute for Poster Generation, University of Nowhere}
|
||||
\date{\today}
|
||||
|
||||
|
||||
\end_preamble
|
||||
\options final
|
||||
\use_default_options false
|
||||
\maintain_unincluded_children false
|
||||
\language english
|
||||
\language_package default
|
||||
\inputencoding auto
|
||||
\fontencoding global
|
||||
\font_roman default
|
||||
\font_sans uop
|
||||
\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 true
|
||||
\use_package amsmath 1
|
||||
\use_package amssymb 1
|
||||
\use_package cancel 1
|
||||
\use_package esint 1
|
||||
\use_package mathdots 1
|
||||
\use_package mathtools 1
|
||||
\use_package mhchem 1
|
||||
\use_package stackrel 1
|
||||
\use_package stmaryrd 1
|
||||
\use_package undertilde 1
|
||||
\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
|
||||
\secnumdepth 3
|
||||
\tocdepth 3
|
||||
\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 Standard
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
The whole poster is a single (huge) beamer frame!
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
You can use any beamer element, especially the use of blocks is advisable.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Frame
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Note Note
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Below we set up a title line manually with TeX mode.
|
||||
If you use a dedicated beamerposter theme, the title will be generated
|
||||
automatically from the information given in the preamble.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{
|
||||
\backslash
|
||||
VERYHuge
|
||||
\backslash
|
||||
textbf{
|
||||
\backslash
|
||||
inserttitle}}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset VSpace bigskip
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset ERT
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{
|
||||
\backslash
|
||||
veryHuge
|
||||
\backslash
|
||||
insertauthor
|
||||
\backslash
|
||||
$
|
||||
\backslash
|
||||
cdot$
|
||||
\backslash
|
||||
insertdate}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset VSpace vfill
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
\begin_inset Argument 2
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Fontsizes: From tiny to very huge!
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
|
||||
\size tiny
|
||||
tiny
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
|
||||
\size scriptsize
|
||||
scriptsize
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
|
||||
\size footnotesize
|
||||
footnotesize
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
|
||||
\size normal
|
||||
normalsize
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
|
||||
\size large
|
||||
large
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
|
||||
\size larger
|
||||
Large
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
|
||||
\size largest
|
||||
LARGE
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
veryHuge
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
VeryHuge
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
VeryHuge
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
VeryHuge
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
{
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
VERYHuge
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
VERYHuge
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Frame
|
||||
\begin_inset VSpace vfill
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Block
|
||||
\begin_inset Argument 2
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Use beamer blocks!
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
|
||||
eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
|
||||
voluptua.
|
||||
At vero eos et accusam et justo duo dolores et ea rebum.
|
||||
Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
|
||||
sit amet.
|
||||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
|
||||
eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
|
||||
voluptua.
|
||||
At vero eos et accusam et justo duo dolores et ea rebum.
|
||||
Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
|
||||
sit amet.
|
||||
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
|
||||
eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
|
||||
voluptua.
|
||||
At vero eos et accusam et justo duo dolores et ea rebum.
|
||||
Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor
|
||||
sit amet.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie
|
||||
consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et
|
||||
accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit
|
||||
augue duis dolore te feugait nulla facilisi.
|
||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy
|
||||
nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit
|
||||
lobortis nisl ut aliquip ex ea commodo consequat.
|
||||
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie
|
||||
consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et
|
||||
accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit
|
||||
augue duis dolore te feugait nulla facilisi.
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Frame
|
||||
\begin_inset VSpace vfill
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Columns
|
||||
\begin_inset Argument 1
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
t
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Column
|
||||
.48
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
linewidth
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
\begin_inset Argument 2
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Enumerated Lists
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Enumerate
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Enumerate
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Enumerate
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Enumerate
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout AlertBlock
|
||||
\begin_inset Argument 2
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Caveat
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout AlertBlock
|
||||
\begin_inset Graphics
|
||||
filename beamer-knight1.png
|
||||
width 30col%
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout ExampleBlock
|
||||
\begin_inset Argument 2
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Contact
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Standard
|
||||
\begin_inset Box Frameless
|
||||
position "t"
|
||||
hor_pos "c"
|
||||
has_inner_box 1
|
||||
inner_pos "t"
|
||||
use_parbox 0
|
||||
use_makebox 0
|
||||
width "20col%"
|
||||
special "none"
|
||||
height "6cm"
|
||||
height_special "none"
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset VSpace -36pt*
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Graphics
|
||||
filename CV-image.png
|
||||
scale 220
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\begin_inset Box Frameless
|
||||
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 Plain Layout
|
||||
John Doe
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
University of Nowhere
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
0000 Nowhere
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Flex URL
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
doe@uon.edu
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\begin_inset Flex URL
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
http://www.uon.edu/doe
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Column
|
||||
.48
|
||||
\begin_inset ERT
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
linewidth
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
\begin_inset Argument 2
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
Some items and some math
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
some items and
|
||||
\begin_inset Formula $\alpha=\gamma,\sum_{i}$
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
\begin_inset Formula
|
||||
\[
|
||||
\alpha=\gamma,\sum_{i}
|
||||
\]
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Separator
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
\begin_inset Argument 2
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
More items \SpecialChar \ldots{}
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Separator
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Block
|
||||
\begin_inset Argument 2
|
||||
status collapsed
|
||||
|
||||
\begin_layout Plain Layout
|
||||
\SpecialChar \ldots{}
|
||||
and yet more!
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_deeper
|
||||
\begin_layout Itemize
|
||||
some items and
|
||||
\begin_inset Formula $\alpha=\gamma,\sum_{i}$
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
some items
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Block
|
||||
\begin_inset Formula
|
||||
\[
|
||||
\alpha=\gamma,\sum_{i}
|
||||
\]
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\begin_layout Columns
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_deeper
|
||||
\end_body
|
||||
\end_document
|
Loading…
Reference in New Issue
Block a user