Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
T
talks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
osak
talks
Commits
54688c25
Commit
54688c25
authored
Jun 02, 2019
by
Valentin Bruch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
beamer: makefile and notes
parent
fc68759b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
14 deletions
+29
-14
workshops/latex/beamer/.gitignore
workshops/latex/beamer/.gitignore
+1
-0
workshops/latex/beamer/Makefile
workshops/latex/beamer/Makefile
+16
-10
workshops/latex/beamer/beamer.tex
workshops/latex/beamer/beamer.tex
+11
-3
workshops/latex/beamer/examples/title.tex
workshops/latex/beamer/examples/title.tex
+1
-1
No files found.
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
Markdown
is supported
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