updated README and Makefile

This commit is contained in:
Jan Benda 2021-04-02 13:30:09 +02:00
parent 58b78968ae
commit ec8864d946
3 changed files with 13 additions and 19 deletions

View File

@ -22,8 +22,7 @@ install :
clean : clean :
rm -f *~ rm -f *~ *.aux *.log *.nav *.out *.snm *.toc *.vrb
rmtex $(BASENAMES)
cleanup : clean cleanup : clean
rm -f $(PDFFILES) rm -f $(PDFFILES)

View File

@ -12,9 +12,10 @@ The following style files are provided:
- `beamercolorthemeaptero.sty`: provides a palette of muted colors and - `beamercolorthemeaptero.sty`: provides a palette of muted colors and
the `aptero` color theme fitting not only the `lines` theme. the `aptero` color theme fitting not only the `lines` theme.
- `beamerthemeut.sty`: provides the `ut` theme --- - `beamerthemeut.sty`: provides the `ut` theme ---
the `lines` theme specifically adapted for the University of Tuebingen. the `lines` theme specifically adapted for the cooperate design of
the University of Tübingen.
- `beamercolorthemeut.sty`: the color palette of the cooperate design - `beamercolorthemeut.sty`: the color palette of the cooperate design
of the University of Tuebingen. Used by the `ut` theme. of the University of Tübingen. Used by the `ut` theme.
## Usage of the `lines` theme ## Usage of the `lines` theme
@ -77,17 +78,23 @@ When using the `ut` theme, then you need the style files for the
\end{document} \end{document}
``` ```
## Examples ## User guides and manual
See the `lines-example.tex` and the `ut-example.tex` file for examples See the `lines-example.tex` and the `ut-example.tex` file for examples
and descriptions of the respective themes. and descriptions of the respective themes.
Run `lines-manual.tex` explains the various templates introduced by the
lines theme and how they can be modified.
Run in your shell
``` ```
> make talks > make talks
``` ```
to compile them. to compile them.
Or, on not so potent operating systems, compile them manually with
`pdflatex` or `lualatex`.
## Installation ## Installation

View File

@ -62,16 +62,9 @@
\begin{minipage}[t]{0.68\textwidth} \begin{minipage}[t]{0.68\textwidth}
\begin{block}{Table of contents} \begin{block}{Table of contents}
\verb!\begin{frame}{Content}!\\ \verb!\begin{frame}{Content}!\\
\verb! \hypersetup{linkcolor=blue} % color for section names!\\
\verb! \tableofcontents[hideallsubsections]!\\ \verb! \tableofcontents[hideallsubsections]!\\
\verb!\end{frame}! \verb!\end{frame}!
\end{block} \end{block}
\begin{block}{Templates and colors}
\verb!\setbeamertemplate{section in toc}[sections numbered]!\\
\verb!\setbeamertemplate{subsection in toc}[sections numbered]!\\
\verb!\setbeamercolor{section in toc}{fg=black} % color of numbers!\\
\verb!\setbeamercolor{subsection in toc}{fg=black}!
\end{block}
\end{minipage} \end{minipage}
\end{frame} \end{frame}
@ -212,7 +205,7 @@
\end{minipage} \end{minipage}
\end{frame} \end{frame}
\begin{frame}[fragile]{Itemize with action items} \begin{frame}[c,fragile]{Itemize with action items}
\begin{minipage}[t]{0.45\textwidth} \begin{minipage}[t]{0.45\textwidth}
\vspace{-2ex} \vspace{-2ex}
\begin{block}{Itemize} \begin{block}{Itemize}
@ -239,11 +232,6 @@
\item<4-> Grapes \item<4-> Grapes
\end{itemize} \end{itemize}
\end{minipage} \end{minipage}
\begin{block}{Colors and fonts for message items}
\verb!\setbeamercolor{message item}{fg=red}!\\
\verb!\setbeamercolor{message item symbol}{fg=red}!\\
\verb!\setbeamerfont{message item}{size=\large}!
\end{block}
\end{frame} \end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%