logicalhacking-latex/lh-poster/example.tex

48 lines
1.4 KiB
TeX
Raw Permalink Normal View History

\documentclass[orientation=landscape,size=a1,scale=1.2]{lh-poster}
%\documentclass[inverse,orientation=landscape,size=a1,scale=1.2]{lh-poster}
2017-04-19 21:52:23 +00:00
%\documentclass[orientation=portrait,size=a1,scale=1.2]{lh-poster}
%\documentclass[inverse,orientation=portrait,size=a1,scale=1.2]{lh-poster}
\title{A Simple Poster Example}
\subtitle{}
\institute[The University of Sheffield]
{Department of Computer Science, The University of Sheffield, Sheffield, UK}
\author[A.D. Brucker]{Achim D. Brucker\\[0.2em]
\texttt{\small\href{mailto:"Achim D. Brucker"
<a.brucker@sheffield.ac.uk>}{a.brucker@sheffield.ac.uk}}
}
% \setbeamertemplate{rhlogo}{\includegraphics[width=6cm]{partnerlogo}}
\begin{document}
2017-04-23 06:36:22 +00:00
\begin{frame}[t]
2017-04-19 21:52:23 +00:00
\begin{columns}[t]
2017-04-23 06:36:22 +00:00
\begin{column}{.31\textwidth}
2017-04-19 21:52:23 +00:00
\begin{block}{Test Title}
A regular box with an itemize list
2017-04-19 21:52:23 +00:00
\begin{itemize}
\item First item.
\item Second item.
\item Third item.
\end{itemize}
\end{block}
\begin{block}{Test Title}
Some text \ldots
\end{block}
\end{column}
2017-04-23 06:36:22 +00:00
\begin{column}{.31\textwidth}
2017-06-04 08:30:51 +00:00
\begin{alertblock}{Test Title}
\end{alertblock}
2017-04-19 21:52:23 +00:00
\begin{block}{Test Title}
\end{block}
\end{column}
2017-04-23 06:36:22 +00:00
\begin{column}[t]{.31\textwidth}
2017-06-07 06:55:50 +00:00
\begin{example}{Test Title (Example)}
\end{example}
2017-04-19 21:52:23 +00:00
\begin{block}{Test Title}
\end{block}
\end{column}
\end{columns}
\end{frame}
\end{document}