Files
PSIpresentation/ppexample.tex
2023-05-25 11:54:18 +02:00

98 lines
2.3 KiB
TeX

\documentclass[]{psipresentation}
\usepackage{ragged2e}
\usepackage{blindtext}
\author{Author}
\function{Function}
\institute{Paul Scherrer Institut}
\title{Insert the title of your presentation here}
\date{Insert the occasion and date of your presentation here}
\begin{document}
\maketitle
\begin{frame}[t]{Design Requirements for Your Presentation}
\justifying
The PSI has a new layout for PowerPoint presentations. Please use this template for new presentations. The PSI has a new layout for PowerPoint presentations. Please use this template for new presentations. The PSI has a new layout for PowerPoint presentations. Please use this template for new presentations. The PSI has a new layout for PowerPoint presentations. Please use this template for new presentations.
~\\
\blindmathtrue
\blindtext
\end{frame}
\newcommand{\colortest}[1]{\textcolor{#1}{$\blacksquare$ #1}\\}
\begin{frame}{PSI Colors}
\colortest{light}
\colortest{dark}
\colortest{grey}
\colortest{yellow}
\colortest{orange}
\colortest{darkorange}
\colortest{red}
\colortest{brown}
\colortest{vbrown}
\colortest{vgreen}
\colortest{green}
\colortest{darkgreen}
\colortest{violet}
\colortest{blue}
\colortest{cold1}
\colortest{cold2}
\colortest{cold3}
\end{frame}
\begin{frame}{lists}
\begin{columns}[onlytextwidth]
\begin{column}{0.5\textwidth}
\begin{itemize}
\item test
\begin{itemize}
\item test
\begin{itemize}
\item test
\item test
\end{itemize}
\item test
\end{itemize}
\item test
\end{itemize}
\end{column}
\begin{column}{0.5\textwidth}
\begin{enumerate}
\item test
\begin{enumerate}
\item test
\begin{enumerate}
\item test
\item test
\end{enumerate}
\item test
\end{enumerate}
\item test
\end{enumerate}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{test}
\begin{block}{Some bla bla}
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
\end{block}
\begin{alertblock}{Some important bla bla}
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla
\end{alertblock}
\end{frame}
\end{document}