updated ut-example
This commit is contained in:
parent
2e849e0cc8
commit
d9c656cdea
16
Makefile
16
Makefile
@ -4,7 +4,6 @@ BASENAMES=$(TEXFILES:.tex=.)
|
|||||||
|
|
||||||
all: talk again watchtalk clean cleanup help
|
all: talk again watchtalk clean cleanup help
|
||||||
|
|
||||||
talk: $(PDFFILES)
|
|
||||||
talks: $(PDFFILES)
|
talks: $(PDFFILES)
|
||||||
$(PDFFILES): %.pdf : %.tex beamer*.sty
|
$(PDFFILES): %.pdf : %.tex beamer*.sty
|
||||||
pdflatex -interaction=scrollmode $< | tee /dev/stderr | fgrep -q "Rerun to get cross-references right" && pdflatex -interaction=scrollmode $< || true
|
pdflatex -interaction=scrollmode $< | tee /dev/stderr | fgrep -q "Rerun to get cross-references right" && pdflatex -interaction=scrollmode $< || true
|
||||||
@ -15,9 +14,8 @@ again :
|
|||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
watchtalks : watchtalk
|
watchtalks :
|
||||||
watchtalk :
|
while true; do ! make -q talks && make talks; sleep 0.5; done
|
||||||
while true; do ! make -q talk && make talk; sleep 0.5; done
|
|
||||||
|
|
||||||
install :
|
install :
|
||||||
./install.sh
|
./install.sh
|
||||||
@ -32,11 +30,11 @@ cleanup : clean
|
|||||||
|
|
||||||
help :
|
help :
|
||||||
@echo -e \
|
@echo -e \
|
||||||
"make talk: make the pdf file of the talk.\n"\
|
"make talks: make the pdf files of the talks.\n"\
|
||||||
"make again: run latex and make the pdf file of the talk,\n"\
|
"make again: run latex and make the pdf files of the talks,\n"\
|
||||||
" no matter whether you changed the .tex file or not.\n\n"\
|
" no matter whether you changed the .tex files or not.\n\n"\
|
||||||
"make watchtalk: make the pdf file of the talk\n"\
|
"make watchtalk: make the pdf files of the talks\n"\
|
||||||
" whenever the tex file or the plots are modified.\n"\
|
" whenever the tex files are modified.\n"\
|
||||||
"make install: install the style files.\n"\
|
"make install: install the style files.\n"\
|
||||||
"make clean: remove all intermediate files,\n"\
|
"make clean: remove all intermediate files,\n"\
|
||||||
" just leave the source files and the final pdf file.\n"\
|
" just leave the source files and the final pdf file.\n"\
|
||||||
|
@ -335,7 +335,7 @@
|
|||||||
\vspace{3ex}
|
\vspace{3ex}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Both the logo and the graphic can be more than a single image!
|
\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{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
@ -413,6 +413,25 @@
|
|||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\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}
|
\end{document}
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
Loading…
Reference in New Issue
Block a user