Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
osak
talks
Commits
ebe9c557
Commit
ebe9c557
authored
Jun 03, 2019
by
Valentin Bruch
Browse files
beamer: cleaned up some unused packages; small changes on title page
parent
92760cff
Changes
3
Hide whitespace changes
Inline
Side-by-side
workshops/latex/beamer/beamer.tex
View file @
ebe9c557
...
...
@@ -7,24 +7,18 @@
\providecommand\aspectratio
{
169
}
\documentclass
[aspectratio=\aspectratio, xcolor=dvipsnames, ngerman]
{
beamer
}
%\usepackage[utf8]{inputenc}
%\usepackage[T1]{fontenc}
\usepackage
[ngerman]
{
babel
}
%\usepackage{lmodern}
\usepackage
{
polyglossia
}
\setmainlanguage
{
german
}
\usepackage
{
verbatim
}
\usepackage
{
dtk-logos
}
\usepackage
{
tikz
}
\usetikzlibrary
{
backgrounds, fit, matrix, calc
}
\usepackage
{
listings
}
\usepackage
{
calc
}
\usepackage
{
multimedia
}
\usepackage
{
mathtools
}
\usepackage
{
amsmath
}
\usepackage
{
amsthm
}
\usepackage
{
amssymb
}
\usepackage
{
amsfonts
}
\usepackage
{
dsfont
}
\graphicspath
{{
figures/
}{
examples/
}}
%
\usepackage{dsfont}
%
\graphicspath{{figures/}{examples/}}
\usefonttheme
{
professionalfonts
}
\usepackage
[
%
...
...
@@ -52,7 +46,7 @@
%% libraries
\usetikzlibrary
{
external
}
\usetikzlibrary
{
backgrounds, fit, decorations.pathreplacing, shapes.geometric, matrix, calc, fadings
}
\usetikzlibrary
{
calc
}
%% externalize
...
...
@@ -99,12 +93,9 @@
moredelim=**[is][
\smash
]
{
@
}{
@
}
}
\makeatletter
\newcommand\notsotiny
{
\@
setfontsize
\notsotiny
{
7
}{
8
}}
\makeatother
\setbeamersize
{
text margin left=6mm, text margin right=6mm
}
\date
{
0
5.
06.
2019
}
\date
{
5.
Juni
2019
}
\title
[\LaTeX-Workshop]
{
\LaTeX
-Beamer
}
\subtitle
{
Präsentationen mit
\LaTeX
}
\author
{
Valentin Bruch
}
...
...
@@ -114,23 +105,6 @@
und der Aachener Linux User Group
}
\newlength\marginwidth
\newcommand\marginbox
[3][2pt]
{
% USAGE: \marginbox[margin width]{width}{content}
% TODO: width is set manually such that it fits real width!
\setlength\marginwidth
{
#1
}
\begin{tikzpicture}
[even odd rule, scale=1]
\node
[anchor=north west]
(text)
{
%
\begin{minipage}
{
#2-2
\marginwidth
-10pt
}
%
#3
%
\end{minipage}
%
}
;
\begin{pgfonlayer}
{
background
}
\node
[draw opacity=.5, draw=blue, line width=#1, inner sep=2pt, fit = (text)]
{}
;
\end{pgfonlayer}
\end{tikzpicture}
}
\begin{document}
\begin{frame}
...
...
workshops/latex/beamer/examples/title.tex
View file @
ebe9c557
% Präambel
\date
{
\today
}
\title
{
\LaTeX
-Beamer
}
\title
[\LaTeX-Workshop]
{
\LaTeX
-Beamer
}
\subtitle
{
Präsentationen mit
\LaTeX
}
\author
{
Valentin Bruch
}
\institute
[OSAK]
{
...
...
workshops/latex/latex.tex
View file @
ebe9c557
...
...
@@ -42,7 +42,7 @@
\newcommand\notsotiny
{
\@
setfontsize
\notsotiny
{
7
}{
8
}}
\makeatother
\date
{
0
5.
06.
2019
}
\date
{
5.
Juni
2019
}
\title
[Einführung in \LaTeX]
{
Einführung in
\LaTeX
}
\author
{
Valentin Bruch
}
\institute
[OSAK]
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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