moved old presentation files into legacy folder

This commit is contained in:
2024-05-30 19:02:26 +02:00
parent 396cdb3193
commit f436d62901
13 changed files with 0 additions and 0 deletions

97
legacy/ppexample.tex Normal file
View File

@ -0,0 +1,97 @@
\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}