Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
talks
Commits
54688c25
Commit
54688c25
authored
Jun 02, 2019
by
Valentin Bruch
Browse files
beamer: makefile and notes
parent
fc68759b
Changes
4
Hide whitespace changes
Inline
Side-by-side
workshops/latex/beamer/.gitignore
View file @
54688c25
...
...
@@ -4,3 +4,4 @@ pgf-img/
*.auxlock
*.figlist
*.makefile
graphene3d.tex
workshops/latex/beamer/Makefile
View file @
54688c25
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/
workshops/latex/beamer/beamer.tex
View file @
54688c25
\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
}
...
...
workshops/latex/beamer/examples/title.tex
View file @
54688c25
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment