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
2109fb3f
Commit
2109fb3f
authored
Jun 03, 2019
by
Valentin Bruch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
beamer: added themes
parent
f67affc2
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
111 additions
and
9 deletions
+111
-9
workshops/latex/beamer/Makefile
workshops/latex/beamer/Makefile
+22
-6
workshops/latex/beamer/beamer.tex
workshops/latex/beamer/beamer.tex
+18
-3
workshops/latex/beamer/examples/contentpage.tex
workshops/latex/beamer/examples/contentpage.tex
+49
-0
workshops/latex/beamer/examples/themes-cambridgeUS.tex
workshops/latex/beamer/examples/themes-cambridgeUS.tex
+2
-0
workshops/latex/beamer/examples/themes-default.tex
workshops/latex/beamer/examples/themes-default.tex
+2
-0
workshops/latex/beamer/examples/titlepage.tex
workshops/latex/beamer/examples/titlepage.tex
+18
-0
No files found.
workshops/latex/beamer/Makefile
View file @
2109fb3f
LUALATEX
:=
lualatex
LUALATEX
:=
lualatex
PDFS
:=
examples/title-default.pdf examples/title-cambridgeUS.pdf examples/content-default.pdf examples/content-cambridgeUS.pdf
all
:
beamer.pdf notes.pdf
all
:
beamer.pdf notes.pdf
beamer.pdf
:
image.jpg movie.mp4 beamer.makefile pgf-img/graphene3d.pdf beamer.tex
beamer.pdf
:
image.jpg movie.mp4 beamer.makefile pgf-img/graphene3d.pdf beamer.tex
$(PDFS)
mkdir
-p
pgf-img/
mkdir
-p
pgf-img/
$(LUALATEX)
beamer.tex
$(LUALATEX)
beamer.tex
beamer.makefile
:
beamer.tex
beamer.makefile
:
beamer.tex
$(PDFS)
mkdir
-p
pgf-img/
mkdir
-p
pgf-img/
$(LUALATEX)
beamer.tex
$(LUALATEX)
beamer.tex
notes.pdf
:
image.jpg movie.mp4 notes.makefile pgf-img/graphene3d.pdf beamer.tex
notes.pdf
:
image.jpg movie.mp4 notes.makefile pgf-img/graphene3d.pdf beamer.tex
$(PDFS)
$(LUALATEX)
-jobname
=
notes
'\providecommand\aspectratio{43}\def\shownotes{1}\input{beamer}'
$(LUALATEX)
-jobname
=
notes
'\providecommand\aspectratio{43}\def\shownotes{1}\input{beamer}'
notes.makefile
:
beamer.tex
notes.makefile
:
beamer.tex
$(PDFS)
$(LUALATEX)
-jobname
=
notes
'\providecommand\aspectratio{43}\def\shownotes{1}\input{beamer}'
$(LUALATEX)
-jobname
=
notes
'\providecommand\aspectratio{43}\def\shownotes{1}\input{beamer}'
examples/title-default.pdf
:
examples/titlepage.tex
cd
examples
;
\
$(LUALATEX)
-jobname
=
title-default titlepage.tex
examples/content-default.pdf
:
examples/contentpage.tex
cd
examples
;
\
$(LUALATEX)
-jobname
=
content-default contentpage.tex
examples/title-cambridgeUS.pdf
:
examples/titlepage.tex
cd
examples
;
\
$(LUALATEX)
-jobname
=
title-cambridgeUS
'\providecommand\theme{CambridgeUS}\providecommand\colortheme{beaver}\input{titlepage.tex}'
examples/content-cambridgeUS.pdf
:
examples/contentpage.tex
cd
examples
;
\
$(LUALATEX)
-jobname
=
content-cambridgeUS
'\providecommand\theme{CambridgeUS}\providecommand\colortheme{beaver}\input{contentpage.tex}'
image.jpg
:
animation.py
image.jpg
:
animation.py
python animation.py
python animation.py
movie.mp4
:
animation.py
movie.mp4
:
animation.py
...
...
workshops/latex/beamer/beamer.tex
View file @
2109fb3f
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
texcsstyle=*
\color
{
Mahogany
}
\bfseries
,
texcsstyle=*
\color
{
Mahogany
}
\bfseries
,
commentstyle=
\itshape\color
{
RoyalBlue
}
,
commentstyle=
\itshape\color
{
RoyalBlue
}
,
keywordstyle=
\color
{
RoyalBlue
}
\bfseries
,
keywordstyle=
\color
{
RoyalBlue
}
\bfseries
,
moretexcs=
{
lstset,subsubsection,paragraph,subsection,color,sl,textcolor,lstinputlisting,newfontfamily,fontsize,section,documentclass,begin,includegraphics,hello,bye,setmainlanguage,setlength,institute,subtitle,alert,only,onslide,titlepage
}
,
moretexcs=
{
lstset,subsubsection,paragraph,subsection,color,sl,textcolor,lstinputlisting,newfontfamily,fontsize,section,documentclass,begin,includegraphics,hello,bye,setmainlanguage,setlength,institute,subtitle,alert,only,onslide,titlepage
,usetheme,usecolortheme
}
,
morekeywords=
{
center,document,flushleft,flushright,itemize,enumerate,tabular,article,polyglossia,geometry,amsmath,graphicx,xcolor,hyperref,frame,example,definition,theorem,proof,block,column,columns,exampleblock,alertblock
}
,
morekeywords=
{
center,document,flushleft,flushright,itemize,enumerate,tabular,article,polyglossia,geometry,amsmath,graphicx,xcolor,hyperref,frame,example,definition,theorem,proof,block,column,columns,exampleblock,alertblock
}
,
moredelim=**[is][
\smash
]
{
@
}{
@
}
moredelim=**[is][
\smash
]
{
@
}{
@
}
}
}
...
@@ -94,7 +94,6 @@
...
@@ -94,7 +94,6 @@
\makeatother
\makeatother
\setbeamersize
{
text margin left=6mm, text margin right=6mm
}
\setbeamersize
{
text margin left=6mm, text margin right=6mm
}
% TODO Titel & Autoren anpassen!
\date
{
05.06.2019
}
\date
{
05.06.2019
}
\title
[\LaTeX-Workshop]
{
\LaTeX
-Beamer
}
\title
[\LaTeX-Workshop]
{
\LaTeX
-Beamer
}
\subtitle
{
Präsentationen mit
\LaTeX
}
\subtitle
{
Präsentationen mit
\LaTeX
}
...
@@ -300,8 +299,24 @@
...
@@ -300,8 +299,24 @@
\end{frame}
\end{frame}
\section
{
Themen
}
\section
{
Themen
}
\setlength\fboxsep
{
0pt
}
\setlength\fboxrule
{
.4pt
}
\begin{frame}
{
Themen
}
\begin{frame}
{
Themen
}
% Example: CambridgeUS, beaver
\begin{columns}
\begin{column}
{
.33
\textwidth
}
\fbox
{
\includegraphics
[width=.98\textwidth]
{
examples/title-default.pdf
}}
\\
[2pt]
\fbox
{
\includegraphics
[width=.98\textwidth]
{
examples/title-cambridgeUS.pdf
}}
\end{column}
\begin{column}
{
.33
\textwidth
}
\fbox
{
\includegraphics
[width=.98\textwidth]
{
examples/content-default.pdf
}}
\\
[2pt]
\fbox
{
\includegraphics
[width=.98\textwidth]
{
examples/content-cambridgeUS.pdf
}}
\end{column}
\begin{column}
{
.33
\textwidth
}
\lstinputlisting
{
examples/themes-default.tex
}
\vspace
{
.2
\textheight
}
\lstinputlisting
{
examples/themes-cambridgeUS.tex
}
\end{column}
\end{columns}
\end{frame}
\end{frame}
\begin{frame}
{
Titelfolie
}
\begin{frame}
{
Titelfolie
}
...
...
workshops/latex/beamer/examples/contentpage.tex
0 → 100644
View file @
2109fb3f
\documentclass
{
beamer
}
\providecommand\theme
{
default
}
\providecommand\colortheme
{
default
}
\usetheme
{
\theme
}
\usecolortheme
{
\colortheme
}
\date
{
05.06.2019
}
\title
[\LaTeX-Workshop]
{
\LaTeX
-Beamer
}
\subtitle
{
Präsentationen mit
\LaTeX
}
\author
{
Gustav Geier
}
\institute
[OSAK]
{
Open Source Arbeitskreis der
\\
FSMPI und der ALUG
}
\begin{document}
\begin{frame}
{
Beispielfolie
}
\begin{columns}
\begin{column}
{
.48
\textwidth
}
\begin{itemize}
\item
Erstes Beispiel
\item
Zweites Beispiel
\begin{itemize}
\item
Alles ist strukturiert
\item
Struktur ist wichtig
\begin{enumerate}
\item
erstens
\item
zweitens
\end{enumerate}
\end{itemize}
\item
Drittes Beispiel
\end{itemize}
\end{column}
\begin{column}
{
.48
\textwidth
}
\begin{block}
{
Block
}
Das ist ein Block.
\end{block}
\begin{proof}
Es gibt nichts zu beweisen.
\end{proof}
\end{column}
\end{columns}
\begin{center}
\begin{minipage}
{
.75
\textwidth
}
\begin{alertblock}
{
Wichtig!
}
All das ist unwichtig!
\end{alertblock}
\end{minipage}
\end{center}
\end{frame}
\end{document}
workshops/latex/beamer/examples/themes-cambridgeUS.tex
0 → 100644
View file @
2109fb3f
\usetheme
{
CambridgeUS
}
\usecolortheme
{
beaver
}
workshops/latex/beamer/examples/themes-default.tex
0 → 100644
View file @
2109fb3f
\usetheme
{
default
}
\usecolortheme
{
default
}
workshops/latex/beamer/examples/titlepage.tex
0 → 100644
View file @
2109fb3f
\documentclass
{
beamer
}
\providecommand\theme
{
default
}
\providecommand\colortheme
{
default
}
\usetheme
{
\theme
}
\usecolortheme
{
\colortheme
}
\date
{
05.06.2019
}
\title
[\LaTeX-Workshop]
{
\LaTeX
-Beamer
}
\subtitle
{
Präsentationen mit
\LaTeX
}
\author
{
Gustav Geier
}
\institute
[OSAK]
{
Open Source Arbeitskreis der
\\
FSMPI und der ALUG
}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\end{document}
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