Skip to content
Snippets Groups Projects
Commit 3484ae98 authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

doc: slides: set up template

parent 68159ecc
No related branches found
No related tags found
No related merge requests found
*.aux
*.bbl
*.blg
*.dvi
*.log
*.pdf
*.out
*.bcf
*.nav
*.snm
*.run.xml
*.toc
\ No newline at end of file
TEX_SOURCES = $(wildcard *.tex)
slides.pdf: $(TEX_SOURCES)
pdflatex slides.tex
pdflatex slides.tex
view: slides.pdf
mupdf $<
clean:
rm -f slides.pdf
rm -f *.aux *.bbl *.blg *.dvi *.log *.pdf *.out
rm -f *.bcf *.run.xml
.PHONY: view clean
\documentclass{beamer}
\begin{document}
\title{ulo-storage}
\author{Andreas Schärtl}
\frame{\titlepage}
% [Table of Contents]
\begin{frame}{Table of Contents}
\end{frame}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment