Skip to content

Commit

Permalink
Handout version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniw committed Sep 6, 2015
1 parent e3a45cf commit ffe4754
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions pres/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pres.pdf
pres_handout.pdf
7 changes: 7 additions & 0 deletions pres/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

all: build clean

handout: build_handout clean

build:
pdflatex pres.tex
pdflatex pres.tex
pdflatex pres.tex

build_handout:
pdflatex pres_handout.tex
pdflatex pres_handout.tex
pdflatex pres_handout.tex

clean:
rm -f *.acn
rm -f *.acr
Expand Down
17 changes: 17 additions & 0 deletions pres/pres_handout.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
\documentclass[xcolor=dvipsnames, handout]{beamer}
\usetheme{Warsaw}
\usecolortheme{spruce}
%\usepackage{../layout/prenbeamer3} % Custom colors

\usepackage{../layout/layout}

\title[latex-basics]{Basics zu \LaTeX}
\author[daniw]{Daniel Winz}
\institute{HSLU T\&A}
\date{\today}

\begin{document}

\input{content.tex}

\end{document}

0 comments on commit ffe4754

Please sign in to comment.