Skip to content
Snippets Groups Projects
Commit 54688c25 authored by Valentin Bruch's avatar Valentin Bruch
Browse files

beamer: makefile and notes

parent fc68759b
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,4 @@ pgf-img/
*.auxlock
*.figlist
*.makefile
graphene3d.tex
LUALATEX := lualatex
all: beamer.pdf
all: beamer.pdf notes.pdf
beamer.pdf: image.jpg movie.mp4 beamer.makefile pgf beamer.tex
beamer.pdf: image.jpg movie.mp4 beamer.makefile pgf-img/graphene3d.pdf beamer.tex
mkdir -p pgf-img/
$(LUALATEX) $(patsubst %.pdf,%.tex,$@)
$(LUALATEX) beamer.tex
beamer.makefile: beamer.tex
mkdir -p pgf-img/
$(LUALATEX) beamer.tex
notes.pdf: image.jpg movie.mp4 notes.makefile pgf-img/graphene3d.pdf beamer.tex
$(LUALATEX) -jobname=notes '\providecommand\aspectratio{43}\def\shownotes{1}\input{beamer}'
notes.makefile: beamer.tex
$(LUALATEX) -jobname=notes '\providecommand\aspectratio{43}\def\shownotes{1}\input{beamer}'
image.jpg: animation.py
python animation.py
movie.mp4: animation.py
python animation.py
pgf: $(wildcard pgf-img/*.md5)
make beamer.makefile
beamer.makefile:
pgf-img/graphene3d.pdf: pgf-img/graphene3d.md5
mkdir -p pgf-img/
$(LUALATEX) $(patsubst %.makefile,%.tex,$@)
make -f $@
make beamer.makefile
clean:
-$(RM) -f *.{aux,nav,out,log,makefile,figlist,auxlock,snm,toc}
realclean: clean
-$(RM) -f movie.mp4 image.jpg
-$(RM) -rf beamer.pdf pgf-img/
-$(RM) -rf beamer.pdf notes.pdf pgf-img/
\documentclass[aspectratio=169, xcolor=dvipsnames, ngerman]{beamer}
\newif\ifshownotes
\ifdefined\shownotes
\shownotestrue
\else
\shownotesfalse
\fi
\providecommand\aspectratio{169}
\documentclass[aspectratio=\aspectratio, xcolor=dvipsnames, ngerman]{beamer}
%\usepackage[utf8]{inputenc}
%\usepackage[T1]{fontenc}
......@@ -88,10 +95,10 @@
\setbeamersize{text margin left=6mm, text margin right=6mm}
% TODO Titel & Autoren anpassen!
\date{\today}
\date{05.06.2019}
\title[\LaTeX-Workshop]{\LaTeX-Beamer}
\subtitle{Präsentationen mit \LaTeX}
\author{OSAK-Mitglied \#42}
\author{Valentin Bruch}
\institute[OSAK]{
Open Source Arbeitskreis der \\
Fachschaft Mathematik/Physik/Informatik an der RWTH Aachen \\
......@@ -294,6 +301,7 @@
\section{Themen}
\begin{frame}{Themen}
% Example: CambridgeUS, beaver
\end{frame}
\begin{frame}{Titelfolie}
......
......@@ -2,7 +2,7 @@
\date{\today}
\title{\LaTeX-Beamer}
\subtitle{Präsentationen mit \LaTeX}
\author{OSAK-Mitglied \#42}
\author{Valentin Bruch}
\institute[OSAK]{
Open Source Arbeitskreis der \\
Fachschaft Mathematik/Physik/Informatik
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment