summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hobete/poster-test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/hobete/poster-test.tex')
-rw-r--r--Master/texmf-dist/doc/latex/hobete/poster-test.tex166
1 files changed, 166 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hobete/poster-test.tex b/Master/texmf-dist/doc/latex/hobete/poster-test.tex
new file mode 100644
index 00000000000..d1388fba52d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hobete/poster-test.tex
@@ -0,0 +1,166 @@
+% Copyright 2010-2012 by tgoerlach < tobias.goerlach@uni-hohenheim.de >
+% This is a example file for beamerthemehohenheim poster
+% https://bitbucket.org/tobig/hohenheimbeamertheme/
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+% file version .1
+% theme version 00002b
+
+\documentclass[final,hyperref={pdfpagelabels=false}]{beamer}
+
+\usepackage{hobete}\useoutertheme{hohenheimposter}
+
+%%Some example related stuff
+\usepackage[english]{babel}
+\usepackage[latin1]{inputenc}
+\usepackage{amsmath,amsthm, amssymb, latexsym}
+\usepackage{array,booktabs,tabularx}
+\newcolumntype{Z}{>{\centering\arraybackslash}X} % centered tabularx columns
+\newcommand{\pphantom}{\textcolor{Hohenheim}}
+\listfiles
+\boldmath
+
+%\newcommand{\email}{ }
+%\newcommand{\website}{ }
+% you need to set this
+\newcommand{\email}{test.name}
+\newcommand{\website}{www.uni-hohenheim.de}
+\usepackage[orientation=portrait,size=a0,scale=1.4,debug]{beamerposter}
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\title{\huge Some fancy title which should be huge}
+\author{\large Alot Names, Which Are, Mostly F. Ancy and Super Great}
+\institute[A Institite, Uni Fancyt.]{A Super institute, University of Fancytown}
+\date[2012]{Mar 2012}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Afraid to say we need that for some reason
+\newlength{\columnheight}
+\setlength{\columnheight}{105cm}
+
+ \mylogo{\includegraphics[height=10cm]{/usr/local/texlive/2011/texmf-dist/doc/generic/pstricks/images/tiger.pdf}}
+% Here should be a logo, but the licence isnt clear. So please put your own logo here.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{document}
+\begin{frame}
+
+ \begin{columns}
+ % ---------------------------------------------------------%
+ % Set up a column
+ \begin{column}{.49\textwidth}
+ \begin{beamercolorbox}[center,wd=\textwidth]{postercolumn}
+ \begin{minipage}[T]{.95\textwidth} % tweaks the width, makes a new \textwidth
+ \parbox[t][\columnheight]{\textwidth}{ % must be some better way to set the the height, width and textwidth simultaneously
+ % Since all columns are the same length, it is all nice and tidy. You have to get the height empirically
+ % ---------------------------------------------------------%
+ % fill each column with content
+
+
+ \begin{block}{Introduction}
+ \begin{itemize}
+ \item Posters have become very popular thruout the scientific world
+ \item nowadays they can be produced fast and cost saving
+ \end{itemize}
+ \end{block}
+ \vfill
+ \begin{block}{Blocking }
+ \begin{columns}
+ \begin{column}{.55\textwidth}
+ \begin{itemize}
+ \item Blocking the content is popular because:
+ \begin{itemize}
+ \item looks cool
+ \item easy way for structuring
+ \end{itemize}
+ \item Blocking is not good because
+ \begin{itemize}
+ \item reader has no way thru the document
+ \item solution: numbers
+ \end{itemize}
+ \end{itemize}
+ \end{column}
+ \begin{column}{.44\textwidth}
+ \centering
+ \begin{tabularx}{\linewidth}{ZZZ}
+ A
+ &
+ Table
+ &
+ beside
+ \\
+
+ \end{tabularx}
+ \end{column}
+ \end{columns}
+ \vskip-1ex
+ \end{block}
+ \vfill
+ \begin{block}{Feature Description}
+ Something to fill in
+ \end{block}
+ \vfill
+ \begin{block}{Math}
+Maths
+ \begin{align*}
+ i\hbar\frac{\delta}{\delta t} \Psi =\hat{H}\Psi
+ \end{align*}
+
+ \end{block}
+ \vfill
+ \begin{block}{Some Thing else}
+ Just waste some space
+ \end{block}
+ \vfill
+ \begin{block}{Usage}
+ You need to say \texttt{\textbackslash usetheme\{Hohenheim\}\textbackslash useoutertheme\{hohenheimposter\}} somewhen after you loaded beamer and before you load beamerposter.
+ \end{block}
+
+ }
+ \end{minipage}
+ \end{beamercolorbox}
+ \end{column}
+ % ---------------------------------------------------------%
+ % end the column
+
+ % ---------------------------------------------------------%
+ % Set up a column
+ \begin{column}{.49\textwidth}
+ \begin{beamercolorbox}[center,wd=\textwidth]{postercolumn}
+ \begin{minipage}[T]{.95\textwidth} % tweaks the width, makes a new \textwidth
+ \parbox[t][\columnheight]{\textwidth}{ % must be some better way to set the the height, width and textwidth simultaneously
+ % Since all columns are the same length, it is all nice and tidy. You have to get the height empirically
+ % ---------------------------------------------------------%
+ % fill each column with content
+
+
+ % \vfill
+
+ % \vfill
+ \begin{block}{Last Block}
+Its empty
+ \end{block}
+ }
+ % ---------------------------------------------------------%
+ % end the column
+ \end{minipage}
+ \end{beamercolorbox}
+ \end{column}
+ % ---------------------------------------------------------%
+ % end the column
+ \end{columns}
+ \vskip1ex
+ \tiny\hfill{Created with \LaTeX \texttt{beamerposter} and the hohenheim theme \hskip1em}
+\end{frame}
+\end{document}
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ No newline at end of file