updated README and Makefile
This commit is contained in:
parent
58b78968ae
commit
ec8864d946
3
Makefile
3
Makefile
@ -22,8 +22,7 @@ install :
|
||||
|
||||
|
||||
clean :
|
||||
rm -f *~
|
||||
rmtex $(BASENAMES)
|
||||
rm -f *~ *.aux *.log *.nav *.out *.snm *.toc *.vrb
|
||||
|
||||
cleanup : clean
|
||||
rm -f $(PDFFILES)
|
||||
|
15
README.md
15
README.md
@ -12,9 +12,10 @@ The following style files are provided:
|
||||
- `beamercolorthemeaptero.sty`: provides a palette of muted colors and
|
||||
the `aptero` color theme fitting not only the `lines` 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
|
||||
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
|
||||
|
||||
@ -77,17 +78,23 @@ When using the `ut` theme, then you need the style files for the
|
||||
\end{document}
|
||||
```
|
||||
|
||||
## Examples
|
||||
## User guides and manual
|
||||
|
||||
See the `lines-example.tex` and the `ut-example.tex` file for examples
|
||||
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
|
||||
```
|
||||
to compile them.
|
||||
|
||||
Or, on not so potent operating systems, compile them manually with
|
||||
`pdflatex` or `lualatex`.
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -62,16 +62,9 @@
|
||||
\begin{minipage}[t]{0.68\textwidth}
|
||||
\begin{block}{Table of contents}
|
||||
\verb!\begin{frame}{Content}!\\
|
||||
\verb! \hypersetup{linkcolor=blue} % color for section names!\\
|
||||
\verb! \tableofcontents[hideallsubsections]!\\
|
||||
\verb!\end{frame}!
|
||||
\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{frame}
|
||||
|
||||
@ -212,7 +205,7 @@
|
||||
\end{minipage}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Itemize with action items}
|
||||
\begin{frame}[c,fragile]{Itemize with action items}
|
||||
\begin{minipage}[t]{0.45\textwidth}
|
||||
\vspace{-2ex}
|
||||
\begin{block}{Itemize}
|
||||
@ -239,11 +232,6 @@
|
||||
\item<4-> Grapes
|
||||
\end{itemize}
|
||||
\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}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
Loading…
Reference in New Issue
Block a user