From d9c656cdea1961bb08e0f7c9a00230a7690f398b Mon Sep 17 00:00:00 2001 From: Jan Benda Date: Sun, 28 Mar 2021 19:24:34 +0200 Subject: [PATCH] updated ut-example --- Makefile | 16 +++++++--------- ut-example.tex | 21 ++++++++++++++++++++- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 1896ff4..abca1eb 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ BASENAMES=$(TEXFILES:.tex=.) all: talk again watchtalk clean cleanup help -talk: $(PDFFILES) talks: $(PDFFILES) $(PDFFILES): %.pdf : %.tex beamer*.sty pdflatex -interaction=scrollmode $< | tee /dev/stderr | fgrep -q "Rerun to get cross-references right" && pdflatex -interaction=scrollmode $< || true @@ -15,9 +14,8 @@ again : done -watchtalks : watchtalk -watchtalk : - while true; do ! make -q talk && make talk; sleep 0.5; done +watchtalks : + while true; do ! make -q talks && make talks; sleep 0.5; done install : ./install.sh @@ -32,11 +30,11 @@ cleanup : clean help : @echo -e \ - "make talk: make the pdf file of the talk.\n"\ - "make again: run latex and make the pdf file of the talk,\n"\ - " no matter whether you changed the .tex file or not.\n\n"\ - "make watchtalk: make the pdf file of the talk\n"\ - " whenever the tex file or the plots are modified.\n"\ + "make talks: make the pdf files of the talks.\n"\ + "make again: run latex and make the pdf files of the talks,\n"\ + " no matter whether you changed the .tex files or not.\n\n"\ + "make watchtalk: make the pdf files of the talks\n"\ + " whenever the tex files are modified.\n"\ "make install: install the style files.\n"\ "make clean: remove all intermediate files,\n"\ " just leave the source files and the final pdf file.\n"\ diff --git a/ut-example.tex b/ut-example.tex index 837ebcd..eaae5c2 100644 --- a/ut-example.tex +++ b/ut-example.tex @@ -335,7 +335,7 @@ \vspace{3ex} \begin{itemize} \item Both the logo and the graphic can be more than a single image! - \item Separate them with the \verb!\hspace{0.1\textwidth}! or \verb!\hfill! commands. + \item Separate them with \verb!\hspace{0.1\textwidth}! or \verb!\hfill! commands. \end{itemize} \end{frame} @@ -413,6 +413,25 @@ \end{itemize} \end{frame} +\begin{frame}{Customizing appearance} + The \alert{ut} beamer theme is based on the \alert{lines} beamer theme.\\ + For an overview on relevant beamer templates, colors, and fonts and + how to change them, see + \begin{block}{} + \url{lines-example.pdf} + \end{block} + \vfill + Or simply look into the style file + \begin{block}{} + \url{beamerthemeut.sty} + \end{block} + and the color theme file + \begin{block}{} + \url{beamercolorthemeut.sty} + \end{block} + for options. +\end{frame} + \end{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%