Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sedrubal
Masterarbeit
neo Demo
Commits
8b4043fb
Verified
Commit
8b4043fb
authored
Jan 12, 2022
by
Sebastian Endres
Browse files
Switch to i7neo
parent
3c46935d
Pipeline
#77166
passed with stage
in 18 minutes and 6 seconds
Changes
6
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8b4043fb
...
...
@@ -16,12 +16,12 @@ buildPDF:
# Testweise mit den gängen Distributionen bauen um Inkompatibilitäten schnell
# erkennen zu können (wird nur im ma
ster
-Zweig von
i4/tex
/i
4
neo-demo ausgeführt)
# erkennen zu können (wird nur im ma
in
-Zweig von
/sedrubal/masterarbeit
/i
7
neo-demo ausgeführt)
# Generische Regel für auf Debian basierende Distributionen
.debianoide
:
only
:
-
ma
ster@i4/tex
/i
4
neo-demo
-
ma
in@sedrubal/masterarbeit
/i
7
neo-demo
before_script
:
-
ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
-
export DEBIAN_FRONTEND=noninteractive
...
...
.gitmodules
View file @
8b4043fb
[submodule "theme"]
path = theme
url = ../i
4
neo.git
branch = ma
ster
url = ../i
7-
neo.git
branch = ma
in
README.md
View file @
8b4043fb
# i
4
neo Demo
# i
7
neo Demo


...
...
@@ -8,12 +8,12 @@
Make sure to checkout the submodule as well, for example by using
git clone --recursive https://gitlab.cs.fau.de/
i4/tex
/i
4
neo-demo.git
git clone --recursive https://gitlab.cs.fau.de/
sedrubal/masterarbeit
/i
7
neo-demo.git
or -- for having the latest theme features -- by using
git clone https://gitlab.cs.fau.de/
i4/tex
/i
4
neo-demo.git
cd i
4
neo-demo
git clone https://gitlab.cs.fau.de/
sedrubal/masterarbeit
/i
7
neo-demo.git
cd i
7
neo-demo
git submodule update --init --recursive --remote
To build the
[
LaTeX demo
](
demo.tex
)
, make sure you have a TeX distribution
...
...
demo.tex
View file @
8b4043fb
...
...
@@ -2,7 +2,7 @@
\RequirePackage
{
substr
}
\IfSubStringInString
{
\detokenize
{_
handout
}}{
\jobname
}{
\PassOptionsToClass
{
handout
}{
beamer
}}{}
\documentclass
[1
0pt
]
{
beamer
}
\documentclass
[1
2pt,aspectratio=169
]
{
beamer
}
% or try: \documentclass[aspectratio=1610,12pt]{beamer}
\usetheme
[book]
{
neo
}
...
...
@@ -19,6 +19,9 @@
\usepackage
{
listings
}
% code listings
\usepackage
{
makecell
}
\usepackage
{
colortbl
}
% Multiple slides on a page if filename contains "_1x2" or "_2x2"
\IfSubStringInString
{
\detokenize
{_
2x2
}}{
\jobname
}{
\pgfpagesuselayout
{
4 on 1
}
[letterpaper,landscape,border shrink=2.5mm]
...
...
@@ -32,16 +35,15 @@
% Show notes in neo
\neoset
{
notes=show
}
%\neoset{progressbar=foot}
\title
[i
4
\themename Theme Demo]
{
i
4
\themename
}
\title
[i
7
\themename Theme Demo]
{
i
7
\themename
}
\subtitle
{
Proposal for a modern Beamer theme
}
\date
{
\today
}
\author
{
Wolfgang Händler
}
\institute
{
Friedrich-Alexander-Universität Erlangen-Nürnberg
}
\titlegraphic
{
\includegraphics
[height=1.2cm]
{
theme/images/logo-i4-de.pdf
}
\hfill
\includegraphics
[height=1.2cm]
{
theme/images/logo-fau-tf-de.pdf
}}
% new FAU logo
%\titlegraphic{\includegraphics[height=1.2cm]{theme/images/logo-i4-de.pdf} \hfill \includegraphics[height=1.2cm]{theme/images/logo-fau-tf-new.pdf}}
%\neoset{progressbar=foot}
\titlegraphic
{
\includegraphics
[height=1.2cm]
{
theme/images/logo-i7-de.pdf
}
\hfill
\includegraphics
[height=1.2cm]
{
theme/images/logo-fau-tf.pdf
}}
\begin{document}
...
...
@@ -113,18 +115,18 @@ or show \textbf{bold} results.\end{verbatim}
\end{itemize}
\end{frame}
\newcommand
{
\colorsample
}
[
2]
{
\textcolor
{
nDark#1
}{
nDark#1
}
(aka
\textcolor
{
#
2
}{
#
2
}
)
&
\textcolor
{
n#1
}{
n#1
}
&
\textcolor
{
nLight#1
}{
nLight#1
}}
\newcommand
{
\colorsample
}
[
3]
{
\makecell
{
\textcolor
{
nDark#1
}{
nDark#1
}
/
\textcolor
{
#
3
}{
#
3
}}
&
\makecell
{
\textcolor
{
n#1
}{
n#1
}
/
\textcolor
{
#2
}{
#2
}}
&
\cellcolor
{
FAUBlau
}
\textcolor
{
nLight#1
}{
nLight#1
}}
\begin{frame}
{
Predefined Colors
}
\begin{center}
\begin{tabular}
{
ccc
}
\colorsample
{
Red
}{
i4red
}
\\
\colorsample
{
Green
}{
i4gree
n
}
\\
\colorsample
{
Blue
}{
i4blue
}
\\
\colorsample
{
Cyan
}{
i4cyan
}
\\
\colorsample
{
Yellow
}{
i4yellow
}
\\
\colorsample
{
Grey
}{
i4grey
}
\\
\textcolor
{
nBlack
}{
nBlack
}
\\
\colorbox
{
nBlack
}{
\textcolor
{
nWhite
}{
nWhite
}}
\\
\colorsample
{
Red
}{
RWRot
}{
RWDunkelrot
}
\\
\colorsample
{
Green
}{
NatGrün
}{
NatDunkelgrü
n
}
\\
\colorsample
{
Blue
}{
FAUBlau
}{
FAUDunkelblau
}
\\
\colorsample
{
Cyan
}{
MedBlau
}{
MedDunkelblau
}
\\
\colorsample
{
Yellow
}{
PhilGelb
}{
PhilOrange
}
\\
\colorsample
{
Grey
}{
TFMetallic
}{
TFDunkelmetallic
}
\\
&
\textcolor
{
nBlack
}{
nBlack
}
/
\textcolor
{
FAUSchwarz
}{
FAUSchwarz
}
\\
&
\colorbox
{
nBlack
}{
\textcolor
{
nWhite
}{
nWhite
}}
/
\colorbox
{
FAUSchwarz
}{
\textcolor
{
FAUWeiß
}{
FAUWeiß
}}
\\
\end{tabular}
\end{center}
\end{frame}
...
...
@@ -294,12 +296,12 @@ int main() {
{
%
\neoset
{
frametitle icon=i
4
}
\neoset
{
frametitle icon=i
7
}
\neoset
{
footer style=standout
}
\neoset
{
footer=author title
}
\begin{frame}
[fragile]
{
Header icon and frame footer
}
You can embed the i
4
(or FAU) logo on the top right corner using
\verb
|
\neoset{frametitle icon=i
4
}
|
You can embed the i
7
(or FAU) logo on the top right corner using
\verb
|
\neoset{frametitle icon=i
7
}
|
A footer for conferences can be displayed using
\verb
|
\neoset{footer=author title}
|
...
...
@@ -328,7 +330,7 @@ int main() {
Get the source of this theme from
\begin{center}
\url
{
https://gitlab.cs.fau.de/
i4/tex
/i
4
neo.git
}
\end{center}
\begin{center}
\url
{
https://gitlab.cs.fau.de/
sedrubal/masterarbeit
/i
7
neo.git
}
\end{center}
The theme
\emph
{
itself
}
is licensed under a
\href
{
http://creativecommons.org/licenses/by-sa/4.0/
}{
Creative Commons
...
...
example.md
View file @
8b4043fb
---
# Document settings
title
:
'
i
4
**neo**
with
Markdown'
title
:
'
i
7
**neo**
with
Markdown'
subtitle
:
Proposal for a modern Beamer theme generated out of a simple Markup language
date
:
\today
author
:
Wolfgang Händler
institute
:
'
Friedrich-Alexander-Universität
Erlangen-Nürnberg'
# Some logos on the title page?
titlegraphic
:
-
theme/images/logo-i
4
-de.pdf
-
theme/images/logo-fau-tf
-de
.pdf
-
theme/images/logo-i
7
-de.pdf
-
theme/images/logo-fau-tf.pdf
# Internal or external title background image?
titletype
:
intern
# Show TOC?
...
...
@@ -259,7 +259,7 @@ References can also be added in place as footnote[^1]
Get the source of this theme from
<https://gitlab.cs.fau.de/
i4/tex
/i
4
neo.git>
<https://gitlab.cs.fau.de/
sedrubal/masterarbeit
/i
7
neo.git>
The theme
*itself*
is licensed under a
[
Creative Commons
Attribution-ShareAlike 4.0 International
...
...
theme
@
f08f163e
Subproject commit
d0a729820fd2a730a49a23422f272cf54f9e1d82
Subproject commit
f08f163ebb04a075314d098a1b0f60a1cdd25e4e
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