mirror of
https://gitlab.kit.edu/kit/cel/misc/cel-slides-template-2025.git
synced 2025-12-13 06:54:39 +00:00
initialize the repo for new CEL slide template
This commit is contained in:
commit
edeee8ad90
380
.gitignore
vendored
Normal file
380
.gitignore
vendored
Normal file
@ -0,0 +1,380 @@
|
||||
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/latex,visualstudiocode,texstudio,emacs,vim
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=latex,visualstudiocode,texstudio,emacs,vim
|
||||
|
||||
### Emacs ###
|
||||
# -*- mode: gitignore; -*-
|
||||
*~
|
||||
\#*\#
|
||||
/.emacs.desktop
|
||||
/.emacs.desktop.lock
|
||||
*.elc
|
||||
auto-save-list
|
||||
tramp
|
||||
.\#*
|
||||
|
||||
# Org-mode
|
||||
.org-id-locations
|
||||
*_archive
|
||||
|
||||
# flymake-mode
|
||||
*_flymake.*
|
||||
|
||||
# eshell files
|
||||
/eshell/history
|
||||
/eshell/lastdir
|
||||
|
||||
# elpa packages
|
||||
/elpa/
|
||||
|
||||
# reftex files
|
||||
*.rel
|
||||
|
||||
# AUCTeX auto folder
|
||||
/auto/
|
||||
|
||||
# cask packages
|
||||
.cask/
|
||||
dist/
|
||||
|
||||
# Flycheck
|
||||
flycheck_*.el
|
||||
|
||||
# server auth directory
|
||||
/server/
|
||||
|
||||
# projectiles files
|
||||
.projectile
|
||||
|
||||
# directory configuration
|
||||
.dir-locals.el
|
||||
|
||||
# network security
|
||||
/network-security.data
|
||||
|
||||
|
||||
### LaTeX ###
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
*.aux
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.fls
|
||||
*.out
|
||||
*.toc
|
||||
*.fmt
|
||||
*.fot
|
||||
*.cb
|
||||
*.cb2
|
||||
.*.lb
|
||||
|
||||
## Intermediate documents:
|
||||
*.dvi
|
||||
*.xdv
|
||||
*-converted-to.*
|
||||
# these rules might exclude image files for figures etc.
|
||||
# *.ps
|
||||
# *.eps
|
||||
# *.pdf
|
||||
|
||||
## Generated if empty string is given at "Please type another file name for output:"
|
||||
.pdf
|
||||
|
||||
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*-blx.aux
|
||||
*-blx.bib
|
||||
*.run.xml
|
||||
|
||||
## Build tool auxiliary files:
|
||||
*.fdb_latexmk
|
||||
*.synctex
|
||||
*.synctex(busy)
|
||||
*.synctex.gz
|
||||
*.synctex.gz(busy)
|
||||
*.pdfsync
|
||||
|
||||
## Build tool directories for auxiliary files
|
||||
# latexrun
|
||||
latex.out/
|
||||
|
||||
## Auxiliary and intermediate files from other packages:
|
||||
# algorithms
|
||||
*.alg
|
||||
*.loa
|
||||
|
||||
# achemso
|
||||
acs-*.bib
|
||||
|
||||
# amsthm
|
||||
*.thm
|
||||
|
||||
# beamer
|
||||
*.nav
|
||||
*.pre
|
||||
*.snm
|
||||
*.vrb
|
||||
|
||||
# changes
|
||||
*.soc
|
||||
|
||||
# comment
|
||||
*.cut
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
# elsarticle (documentclass of Elsevier journals)
|
||||
*.spl
|
||||
|
||||
# endnotes
|
||||
*.ent
|
||||
|
||||
# fixme
|
||||
*.lox
|
||||
|
||||
# feynmf/feynmp
|
||||
*.mf
|
||||
*.mp
|
||||
*.t[1-9]
|
||||
*.t[1-9][0-9]
|
||||
*.tfm
|
||||
|
||||
#(r)(e)ledmac/(r)(e)ledpar
|
||||
*.end
|
||||
*.?end
|
||||
*.[1-9]
|
||||
*.[1-9][0-9]
|
||||
*.[1-9][0-9][0-9]
|
||||
*.[1-9]R
|
||||
*.[1-9][0-9]R
|
||||
*.[1-9][0-9][0-9]R
|
||||
*.eledsec[1-9]
|
||||
*.eledsec[1-9]R
|
||||
*.eledsec[1-9][0-9]
|
||||
*.eledsec[1-9][0-9]R
|
||||
*.eledsec[1-9][0-9][0-9]
|
||||
*.eledsec[1-9][0-9][0-9]R
|
||||
|
||||
# glossaries
|
||||
*.acn
|
||||
*.acr
|
||||
*.glg
|
||||
*.glo
|
||||
*.gls
|
||||
*.glsdefs
|
||||
*.lzo
|
||||
*.lzs
|
||||
|
||||
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
|
||||
# *.ist
|
||||
|
||||
# gnuplottex
|
||||
*-gnuplottex-*
|
||||
|
||||
# gregoriotex
|
||||
*.gaux
|
||||
*.gtex
|
||||
|
||||
# htlatex
|
||||
*.4ct
|
||||
*.4tc
|
||||
*.idv
|
||||
*.lg
|
||||
*.trc
|
||||
*.xref
|
||||
|
||||
# hyperref
|
||||
*.brf
|
||||
|
||||
# knitr
|
||||
*-concordance.tex
|
||||
# TODO Comment the next line if you want to keep your tikz graphics files
|
||||
*.tikz
|
||||
*-tikzDictionary
|
||||
|
||||
# listings
|
||||
*.lol
|
||||
|
||||
# luatexja-ruby
|
||||
*.ltjruby
|
||||
|
||||
# makeidx
|
||||
*.idx
|
||||
*.ilg
|
||||
*.ind
|
||||
|
||||
# minitoc
|
||||
*.maf
|
||||
*.mlf
|
||||
*.mlt
|
||||
*.mtc
|
||||
*.mtc[0-9]*
|
||||
*.slf[0-9]*
|
||||
*.slt[0-9]*
|
||||
*.stc[0-9]*
|
||||
|
||||
# minted
|
||||
_minted*
|
||||
*.pyg
|
||||
|
||||
# morewrites
|
||||
*.mw
|
||||
|
||||
# nomencl
|
||||
*.nlg
|
||||
*.nlo
|
||||
*.nls
|
||||
|
||||
# pax
|
||||
*.pax
|
||||
|
||||
# pdfpcnotes
|
||||
*.pdfpc
|
||||
|
||||
# sagetex
|
||||
*.sagetex.sage
|
||||
*.sagetex.py
|
||||
*.sagetex.scmd
|
||||
|
||||
# scrwfile
|
||||
*.wrt
|
||||
|
||||
# sympy
|
||||
*.sout
|
||||
*.sympy
|
||||
sympy-plots-for-*.tex/
|
||||
|
||||
# pdfcomment
|
||||
*.upa
|
||||
*.upb
|
||||
|
||||
# pythontex
|
||||
*.pytxcode
|
||||
pythontex-files-*/
|
||||
|
||||
# tcolorbox
|
||||
*.listing
|
||||
|
||||
# thmtools
|
||||
*.loe
|
||||
|
||||
# TikZ & PGF
|
||||
*.dpth
|
||||
*.md5
|
||||
*.auxlock
|
||||
|
||||
# todonotes
|
||||
*.tdo
|
||||
|
||||
# vhistory
|
||||
*.hst
|
||||
*.ver
|
||||
|
||||
# easy-todo
|
||||
*.lod
|
||||
|
||||
# xcolor
|
||||
*.xcp
|
||||
|
||||
# xmpincl
|
||||
*.xmpi
|
||||
|
||||
# xindy
|
||||
*.xdy
|
||||
|
||||
# xypic precompiled matrices and outlines
|
||||
*.xyc
|
||||
*.xyd
|
||||
|
||||
# endfloat
|
||||
*.ttt
|
||||
*.fff
|
||||
|
||||
# Latexian
|
||||
TSWLatexianTemp*
|
||||
|
||||
## Editors:
|
||||
# WinEdt
|
||||
*.bak
|
||||
*.sav
|
||||
|
||||
# Texpad
|
||||
.texpadtmp
|
||||
|
||||
# LyX
|
||||
*.lyx~
|
||||
|
||||
# Kile
|
||||
*.backup
|
||||
|
||||
# gummi
|
||||
.*.swp
|
||||
|
||||
# KBibTeX
|
||||
*~[0-9]*
|
||||
|
||||
# TeXnicCenter
|
||||
*.tps
|
||||
|
||||
# auto folder when using emacs and auctex
|
||||
./auto/*
|
||||
*.el
|
||||
|
||||
# expex forward references with \gathertags
|
||||
*-tags.tex
|
||||
|
||||
# standalone packages
|
||||
*.sta
|
||||
|
||||
# Makeindex log files
|
||||
*.lpz
|
||||
|
||||
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
|
||||
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
|
||||
# Uncomment the next line to have this generated file ignored.
|
||||
#*Notes.bib
|
||||
|
||||
### LaTeX Patch ###
|
||||
# LIPIcs / OASIcs
|
||||
*.vtc
|
||||
|
||||
# glossaries
|
||||
*.glstex
|
||||
|
||||
#!! ERROR: texstudio is undefined. Use list command to see defined gitignore types !!#
|
||||
|
||||
### Vim ###
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
!*.svg # comment out if you don't need vector files
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-rt-v][a-z]
|
||||
[._]ss[a-gi-z]
|
||||
[._]sw[a-p]
|
||||
|
||||
# Session
|
||||
Session.vim
|
||||
Sessionx.vim
|
||||
|
||||
# Temporary
|
||||
.netrwhist
|
||||
# Auto-generated tag files
|
||||
tags
|
||||
# Persistent undo
|
||||
[._]*.un~
|
||||
|
||||
### VisualStudioCode ###
|
||||
.vscode/*
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
*.code-workspace
|
||||
|
||||
### VisualStudioCode Patch ###
|
||||
# Ignore all local history of files
|
||||
.history
|
||||
.ionide
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/latex,visualstudiocode,texstudio,emacs,vim
|
||||
BIN
images/palladio_bauplan.jpg
Normal file
BIN
images/palladio_bauplan.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
94
logos/kitlogo_black.pdf
Normal file
94
logos/kitlogo_black.pdf
Normal file
@ -0,0 +1,94 @@
|
||||
%PDF-1.4
|
||||
%µí®û
|
||||
4 0 obj
|
||||
<< /Length 5 0 R
|
||||
/Filter /FlateDecode
|
||||
>>
|
||||
stream
|
||||
xœµS[nã0ü×)x<>²|Jâ1z„"Øö'ùØîý<C3AE>’Š]ÇÙï€á!í™áˆf ¼^8oƒárkÒ×'¼¾|þk,‚6a†9Ü€‰‘†í…+Ç.¦¨r@覉™%FKÒI¦bë9C'¨ã ±õ¡+|¤töÙ8PtµÇdøúSýèÙ$ç²e<C2B2><65>dž¯?˜û^èŠüap+4S]zÅp€ãÝx»ÌG‡ú²<C3BA>önPXta¶ÊãÀÉxÇÇûkÌŽ,9l„Ô()nJÇ„@%¯”Ì:ŽP°{—Gnó5ʼnj·Ç}·sKl#‰ºTÈ•¾—Í^Š3'õyHGMà«ÖNbËø™y×ÚG•s?£?Gsg˜1<CB9C>~Û~‰2§WôQçUY&dU#e膑aÓ¾‹5û±—<C2B1>ß·g“ºyô¨µ•Z‘ò2Ìu¬õ¥µÒ´vÀelà-u'ņӑäÉÐ*yý+VÒäÛ¹?F2PŽÞÚ7RÁå
|
||||
endstream
|
||||
endobj
|
||||
5 0 obj
|
||||
377
|
||||
endobj
|
||||
3 0 obj
|
||||
<<
|
||||
/ExtGState <<
|
||||
/a0 << /CA 1 /ca 1 >>
|
||||
>>
|
||||
>>
|
||||
endobj
|
||||
6 0 obj
|
||||
[
|
||||
]
|
||||
endobj
|
||||
1 0 obj
|
||||
<< /Type /Pages
|
||||
/Kids [ 2 0 R ]
|
||||
/Count 1
|
||||
>>
|
||||
endobj
|
||||
7 0 obj
|
||||
<< /Nums [
|
||||
]
|
||||
>>
|
||||
endobj
|
||||
8 0 obj
|
||||
<< /Names [
|
||||
(page1) [2 0 R /XYZ 0 71 0]
|
||||
]
|
||||
>>
|
||||
endobj
|
||||
9 0 obj
|
||||
<< /Dests 8 0 R >>
|
||||
endobj
|
||||
10 0 obj
|
||||
<< /Producer (cairo 1.18.2 (https://cairographics.org))
|
||||
/Creator (Inkscape 1.4 \(https://inkscape.org\))
|
||||
/CreationDate (D:20250224152749+01'00)
|
||||
>>
|
||||
endobj
|
||||
2 0 obj
|
||||
<< /Type /Page % 1
|
||||
/Parent 1 0 R
|
||||
/MediaBox [ 0 0 196 71 ]
|
||||
/Contents 4 0 R
|
||||
/Group <<
|
||||
/Type /Group
|
||||
/S /Transparency
|
||||
/I true
|
||||
/CS /DeviceRGB
|
||||
>>
|
||||
/Resources 3 0 R
|
||||
/StructParents 0
|
||||
>>
|
||||
endobj
|
||||
11 0 obj
|
||||
<< /Type /Catalog
|
||||
/Pages 1 0 R
|
||||
/PageLabels 7 0 R
|
||||
/Names 9 0 R
|
||||
>>
|
||||
endobj
|
||||
xref
|
||||
0 12
|
||||
0000000000 65535 f
|
||||
0000000582 00000 n
|
||||
0000000948 00000 n
|
||||
0000000491 00000 n
|
||||
0000000015 00000 n
|
||||
0000000469 00000 n
|
||||
0000000563 00000 n
|
||||
0000000647 00000 n
|
||||
0000000680 00000 n
|
||||
0000000745 00000 n
|
||||
0000000779 00000 n
|
||||
0000001185 00000 n
|
||||
trailer
|
||||
<< /Size 12
|
||||
/Root 11 0 R
|
||||
/Info 10 0 R
|
||||
>>
|
||||
startxref
|
||||
1275
|
||||
%%EOF
|
||||
BIN
logos/kitlogo_rgb.pdf
Normal file
BIN
logos/kitlogo_rgb.pdf
Normal file
Binary file not shown.
95
logos/kitlogo_white.pdf
Normal file
95
logos/kitlogo_white.pdf
Normal file
@ -0,0 +1,95 @@
|
||||
%PDF-1.4
|
||||
%µí®û
|
||||
4 0 obj
|
||||
<< /Length 5 0 R
|
||||
/Filter /FlateDecode
|
||||
>>
|
||||
stream
|
||||
xœµS[nã0ü×)x<>rù”Äcô‹ íOò±íý<C3AD>’Š]ÇÙï€á!í™áˆf ¼^8oƒárkÿC]Ÿðç/ÁÇWc´ ƒ0ÌáLŒ4l/\a8v 0E•Ê@7MÌD(1ZJ$H2[Ï¡:A<07>w]á=¥³§@È.À<>¢«=fú{«~ôl’sÙ²ÀÎcÃ×Ì}/tEþ¿0¸š©.½b8Àñn<<3C>]æ½<C3A6>ŒC}ÙN{7(,º0[åqàd¼ããý5fG†6Bj”7¥ŒcB ’WJæ
|
||||
G(Ø=ƒË#·ùšâDµÛã¾Û¹<C39B>%¶‘D]*äJßK„f/Å™‡“ú<
¤£&ðUk'±eü̼kí£Ê9ŠŸÑŸ£¹3̘G¿m¿D™Ó…ƒ+ú¨óª,²Öª‘2tÃȰißÅšýØËÇïÛ³IÝ<zÔÚJHyæ:ÖúÒZiZ;à26p<36>–º“bÃéHòdh•¼þ+iòíÜ£?(G¯í]dÁè
|
||||
endstream
|
||||
endobj
|
||||
5 0 obj
|
||||
377
|
||||
endobj
|
||||
3 0 obj
|
||||
<<
|
||||
/ExtGState <<
|
||||
/a0 << /CA 1 /ca 1 >>
|
||||
>>
|
||||
>>
|
||||
endobj
|
||||
6 0 obj
|
||||
[
|
||||
]
|
||||
endobj
|
||||
1 0 obj
|
||||
<< /Type /Pages
|
||||
/Kids [ 2 0 R ]
|
||||
/Count 1
|
||||
>>
|
||||
endobj
|
||||
7 0 obj
|
||||
<< /Nums [
|
||||
]
|
||||
>>
|
||||
endobj
|
||||
8 0 obj
|
||||
<< /Names [
|
||||
(page1) [2 0 R /XYZ 0 71 0]
|
||||
]
|
||||
>>
|
||||
endobj
|
||||
9 0 obj
|
||||
<< /Dests 8 0 R >>
|
||||
endobj
|
||||
10 0 obj
|
||||
<< /Producer (cairo 1.18.2 (https://cairographics.org))
|
||||
/Creator (Inkscape 1.4 \(https://inkscape.org\))
|
||||
/CreationDate (D:20250224152820+01'00)
|
||||
>>
|
||||
endobj
|
||||
2 0 obj
|
||||
<< /Type /Page % 1
|
||||
/Parent 1 0 R
|
||||
/MediaBox [ 0 0 196 71 ]
|
||||
/Contents 4 0 R
|
||||
/Group <<
|
||||
/Type /Group
|
||||
/S /Transparency
|
||||
/I true
|
||||
/CS /DeviceRGB
|
||||
>>
|
||||
/Resources 3 0 R
|
||||
/StructParents 0
|
||||
>>
|
||||
endobj
|
||||
11 0 obj
|
||||
<< /Type /Catalog
|
||||
/Pages 1 0 R
|
||||
/PageLabels 7 0 R
|
||||
/Names 9 0 R
|
||||
>>
|
||||
endobj
|
||||
xref
|
||||
0 12
|
||||
0000000000 65535 f
|
||||
0000000582 00000 n
|
||||
0000000948 00000 n
|
||||
0000000491 00000 n
|
||||
0000000015 00000 n
|
||||
0000000469 00000 n
|
||||
0000000563 00000 n
|
||||
0000000647 00000 n
|
||||
0000000680 00000 n
|
||||
0000000745 00000 n
|
||||
0000000779 00000 n
|
||||
0000001185 00000 n
|
||||
trailer
|
||||
<< /Size 12
|
||||
/Root 11 0 R
|
||||
/Info 10 0 R
|
||||
>>
|
||||
startxref
|
||||
1275
|
||||
%%EOF
|
||||
BIN
logos/sdqlogo.pdf
Normal file
BIN
logos/sdqlogo.pdf
Normal file
Binary file not shown.
447
presentation.tex
Normal file
447
presentation.tex
Normal file
@ -0,0 +1,447 @@
|
||||
%% Example presentation with CEL LaTeX template in KIT-Design
|
||||
%% Modified from the KIT-Design by SDQ in February 2025
|
||||
%% See https://sdq.kastel.kit.edu/wiki/Dokumentvorlagen
|
||||
%% Modified by: Hedongliang Liu
|
||||
%% Last modified on: 12.08.2025
|
||||
|
||||
%% Beispiel-Präsentation
|
||||
\documentclass[en, helvet]{sdqbeamer}
|
||||
%% default options: bigfoot (12pt), de, franklin
|
||||
%% other options: smallfoot (11pt), navbaroff, kitgrid
|
||||
|
||||
%% Gruppenlogo, muss im Verezeichnis logos/ liegen
|
||||
%% falls kein Gruppenlogo gewünscht, bitte \grouplogo{} aufrufen
|
||||
\grouplogo{sdqlogo}
|
||||
|
||||
%% Gruppenname und Breite (Standard: 89 mm)
|
||||
\groupname{Software Design and Quality}
|
||||
%\groupnamewidth{89mm}
|
||||
|
||||
% Beginn der Präsentation
|
||||
|
||||
\title[CEL-Slide-template]{Presentation with \emph{CEL} template}
|
||||
\subtitle{based on the KIT-Design in February 2025}
|
||||
\author[Doe \& Liu]{\underline{Jone Doe} and Hedongliang Liu}
|
||||
|
||||
\date[12.\,8.\,2025]{12. August 2025}
|
||||
|
||||
% Literatur
|
||||
|
||||
\usepackage[citestyle=authoryear,bibstyle=numeric,hyperref,backend=biber]{biblatex}
|
||||
\addbibresource{presentation.bib}
|
||||
\bibhang1em
|
||||
|
||||
\usepackage{lipsum}
|
||||
|
||||
\begin{document}
|
||||
|
||||
%Titelseite
|
||||
\begin{frame}[title white vertical, picture=images/palladio_bauplan]
|
||||
\titlepage
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[title blue vertical, picture=images/palladio_bauplan]
|
||||
\titlepage
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[title green horizontal, picture=images/palladio_bauplan, kitlogo=white]
|
||||
\titlepage
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[title white horizontal, picture=images/palladio_bauplan, kitlogo=white]
|
||||
\titlepage
|
||||
\end{frame}
|
||||
|
||||
%Inhaltsverzeichnis
|
||||
\begin{frame}[tableofcontents=green]{Inhaltsverzeichnis}
|
||||
\tableofcontents
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[tableofcontents=blue]{Inhaltsverzeichnis}
|
||||
\tableofcontents
|
||||
\end{frame}
|
||||
|
||||
\section{Erster Abschnitt}
|
||||
\subsection{Inhaltselemente}
|
||||
|
||||
\begin{frame}{Blöcke}{in den KIT-Farben}
|
||||
\begin{columns}
|
||||
\column{\kittwocolumns}
|
||||
\begin{greenblock}{Greenblock}
|
||||
Standard (\texttt{block})
|
||||
\end{greenblock}
|
||||
\column{\kittwocolumns}
|
||||
\begin{royalblueblock}{Royalblueblock}
|
||||
= \texttt{exampleblock}
|
||||
\end{royalblueblock}
|
||||
\column{\kittwocolumns}
|
||||
\begin{redblock}{Redblock}
|
||||
= \texttt{alertblock}
|
||||
\end{redblock}
|
||||
\end{columns}
|
||||
\begin{columns}
|
||||
\column{\kittwocolumns}
|
||||
\begin{grayblock}{Grayblock}
|
||||
Text
|
||||
\end{grayblock}
|
||||
\column{\kittwocolumns}
|
||||
\begin{lightgrayblock}{Lightgrayblock}
|
||||
Text
|
||||
\end{lightgrayblock}
|
||||
\column{\kittwocolumns}
|
||||
\begin{blueblock}{Blueblock}
|
||||
Text
|
||||
\end{blueblock}
|
||||
\end{columns}
|
||||
\begin{columns}
|
||||
\column{\kittwocolumns}
|
||||
\begin{brownblock}{Brownblock}
|
||||
Text
|
||||
\end{brownblock}
|
||||
\column{\kittwocolumns}
|
||||
\begin{purpleblock}{Purpleblock}
|
||||
Text
|
||||
\end{purpleblock}
|
||||
\column{\kittwocolumns}
|
||||
\begin{cyanblock}{Cyanblock}
|
||||
Text
|
||||
\end{cyanblock}
|
||||
\end{columns}
|
||||
\begin{columns}
|
||||
\column{\kittwocolumns}
|
||||
\begin{yellowblock}{Yellowblock}
|
||||
Text
|
||||
\end{yellowblock}
|
||||
\column{\kittwocolumns}
|
||||
\begin{lightgreenblock}{Lightgreenblock}
|
||||
Text
|
||||
\end{lightgreenblock}
|
||||
\column{\kittwocolumns}
|
||||
\begin{orangeblock}{Orangeblock}
|
||||
Text
|
||||
\end{orangeblock}
|
||||
\end{columns}
|
||||
\begin{columns}
|
||||
\column{\kittwocolumns}
|
||||
\begin{contentblock}{Contentblock}
|
||||
(farblos)
|
||||
\end{contentblock}
|
||||
\column{\kittwocolumns}
|
||||
\column{\kittwocolumns}
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Auflistungen}
|
||||
Text
|
||||
\begin{itemize}
|
||||
\item Auflistung\\ Umbruch
|
||||
\item Auflistung
|
||||
\begin{itemize}
|
||||
\item Auflistung
|
||||
\item Auflistung
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
\begin{enumerate}
|
||||
\item Aufzählung
|
||||
\item Aufzählung
|
||||
\item Aufzählung
|
||||
\end{enumerate}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Spalten}
|
||||
\begin{columns}
|
||||
\column{\kitcolumn}
|
||||
\begin{standardbox}
|
||||
Ich bin ein Blindtext.
|
||||
\end{standardbox}
|
||||
\column{\kitcolumn}
|
||||
\begin{highlightbox}
|
||||
Ich bin ein Blindtext.
|
||||
\end{highlightbox}
|
||||
\column{\kitcolumn}
|
||||
\begin{grayhighlightbox}
|
||||
Ich bin ein Blindtext.
|
||||
\end{grayhighlightbox}
|
||||
\column{\kitcolumn}
|
||||
\begin{lightgrayhighlightbox}
|
||||
Ich bin ein Blindtext.
|
||||
\end{lightgrayhighlightbox}
|
||||
\column{\kitcolumn}
|
||||
\begin{standardbox}
|
||||
Ich bin ein Blindtext.
|
||||
\end{standardbox}
|
||||
\column{\kitcolumn}
|
||||
\begin{standardbox}
|
||||
Ich bin ein Blindtext.
|
||||
\end{standardbox}
|
||||
\end{columns}
|
||||
\vspace{1em}
|
||||
\begin{columns}
|
||||
\column{\kittwocolumns}
|
||||
\begin{standardbox}
|
||||
Ich bin ein Blindtext.
|
||||
\end{standardbox}
|
||||
\column{\kittwocolumns}
|
||||
\begin{highlightbox}
|
||||
Ich bin ein Blindtext.
|
||||
\end{highlightbox}
|
||||
\column{\kittwocolumns}
|
||||
\begin{grayhighlightbox}
|
||||
Ich bin ein Blindtext.
|
||||
\end{grayhighlightbox}
|
||||
\end{columns}
|
||||
\vspace{1em}
|
||||
\begin{columns}
|
||||
\column{\kitthreecolumns}
|
||||
\begin{standardbox}
|
||||
Ich bin ein Blindtext.
|
||||
\end{standardbox}
|
||||
\column{\kitthreecolumns}
|
||||
\begin{highlightbox}
|
||||
Ich bin ein Blindtext.
|
||||
\end{highlightbox}
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Spalten}
|
||||
\begin{columns}
|
||||
\column{\kitfourcolumns}
|
||||
\includegraphics[width=\linewidth, trim={0 2cm 0 2cm}, clip]{images/palladio_bauplan.jpg}
|
||||
\column{\kittwocolumns}
|
||||
\begin{standardbox}
|
||||
Beschreibung
|
||||
\end{standardbox}
|
||||
|
||||
\vspace{1em}
|
||||
|
||||
\begin{highlightbox}
|
||||
Dies ist ein Bauplan der berühmten Villa Rotonda.
|
||||
\end{highlightbox}
|
||||
|
||||
\vspace{1em}
|
||||
|
||||
\begin{grayhighlightbox}
|
||||
Foto: Klaus Krogmann
|
||||
\end{grayhighlightbox}
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\section{Spezialframes}
|
||||
\begin{frame}[picture 66 vertical,picture=images/palladio_bauplan,kitlogo=black]{Folie mit Bild auf $\frac{2}{3}$ Größe}
|
||||
\lipsum[1][1-8]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[picture 50 vertical,picture=images/palladio_bauplan,kitlogo=black]{Folie mit Bild auf halber Größe}
|
||||
\lipsum[1][1-16]
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[picture 33 vertical,picture=images/palladio_bauplan,kitlogo=white]{Folie mit Bild auf $\frac{1}{3}$ Größe}
|
||||
\begin{columns}
|
||||
\column{\kittwocolumns}
|
||||
\lipsum[1][1-8]
|
||||
\column{\kittwocolumns}
|
||||
\lipsum[1][1-8]
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\begin{frame}[picture vertical=20,picture=images/palladio_bauplan,kitlogo=white]{Folie mit Bild auf variabler Größe (20 \%)}
|
||||
\lipsum[1][1-16]
|
||||
\end{frame}
|
||||
|
||||
\section{Titel-/Fußzeile}
|
||||
\begin{frame}
|
||||
Bei Frames ohne Titel wird die Kopfzeile nicht angezeigt, und
|
||||
der freie Platz kann für Inhalte genutzt werden.
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[plain]
|
||||
Bei Frames mit Option \texttt{[plain]} werden weder Kopf- noch Fußzeile angezeigt.
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[t]{Beispielinhalt}
|
||||
Bei Frames mit Option \texttt{[t]} werden die Inhalte nicht vertikal zentriert, sondern an der Oberkante begonnen.
|
||||
\end{frame}
|
||||
|
||||
|
||||
\begin{frame}{Beispielinhalt: Literatur}
|
||||
Literaturzitat: \cite{klare2021jss}
|
||||
\end{frame}
|
||||
|
||||
\appendix
|
||||
\beginbackup
|
||||
|
||||
\begin{frame}{Literatur}
|
||||
\begin{exampleblock}{Backup-Teil}
|
||||
Folien, die nach \texttt{\textbackslash beginbackup} eingefügt werden, zählen nicht in die Gesamtzahl der Folien.
|
||||
\end{exampleblock}
|
||||
|
||||
\printbibliography
|
||||
\end{frame}
|
||||
|
||||
\section{Farben}
|
||||
%% ----------------------------------------
|
||||
%% | Test-Folie mit definierten Farben |
|
||||
%% ----------------------------------------
|
||||
\begin{frame}{Farbpalette}
|
||||
\newcommand{\csq}{\strut\hskip1.2em}
|
||||
\begin{tabular}{rccccccccccccc}
|
||||
& 100 & 90 & 80 & 70 & 60 & 50 & 40 & 30 & 25 & 20 & 15 & 10 & 5\\
|
||||
% GREEN
|
||||
kit-green
|
||||
& \colorbox{kit-green100}{\csq}
|
||||
& \colorbox{kit-green90}{\csq}
|
||||
& \colorbox{kit-green80}{\csq}
|
||||
& \colorbox{kit-green70}{\csq}
|
||||
& \colorbox{kit-green60}{\csq}
|
||||
& \colorbox{kit-green50}{\csq}
|
||||
& \colorbox{kit-green40}{\csq}
|
||||
& \colorbox{kit-green30}{\csq}
|
||||
& \colorbox{kit-green25}{\csq}
|
||||
& \colorbox{kit-green20}{\csq}
|
||||
& \colorbox{kit-green15}{\csq}
|
||||
& \colorbox{kit-green10}{\csq}
|
||||
& \colorbox{kit-green5}{\csq}\\[.5em]
|
||||
% BLUE
|
||||
kit-royalblue
|
||||
& \colorbox{kit-royalblue100}{\csq}
|
||||
& \colorbox{kit-royalblue90}{\csq}
|
||||
& \colorbox{kit-royalblue80}{\csq}
|
||||
& \colorbox{kit-royalblue70}{\csq}
|
||||
& \colorbox{kit-royalblue60}{\csq}
|
||||
& \colorbox{kit-royalblue50}{\csq}
|
||||
& \colorbox{kit-royalblue40}{\csq}
|
||||
& \colorbox{kit-royalblue30}{\csq}
|
||||
& \colorbox{kit-royalblue25}{\csq}
|
||||
& \colorbox{kit-royalblue20}{\csq}
|
||||
& \colorbox{kit-royalblue15}{\csq}
|
||||
& \colorbox{kit-royalblue10}{\csq}
|
||||
& \colorbox{kit-royalblue5}{\csq}\\[.5em]
|
||||
% BLUE
|
||||
kit-blue
|
||||
& \colorbox{kit-blue100}{\csq}
|
||||
& \colorbox{kit-blue90}{\csq}
|
||||
& \colorbox{kit-blue80}{\csq}
|
||||
& \colorbox{kit-blue70}{\csq}
|
||||
& \colorbox{kit-blue60}{\csq}
|
||||
& \colorbox{kit-blue50}{\csq}
|
||||
& \colorbox{kit-blue40}{\csq}
|
||||
& \colorbox{kit-blue30}{\csq}
|
||||
& \colorbox{kit-blue25}{\csq}
|
||||
& \colorbox{kit-blue20}{\csq}
|
||||
& \colorbox{kit-blue15}{\csq}
|
||||
& \colorbox{kit-blue10}{\csq}
|
||||
& \colorbox{kit-blue5}{\csq}\\[.5em]
|
||||
% RED
|
||||
kit-red
|
||||
& \colorbox{kit-red100}{\csq}
|
||||
& \colorbox{kit-red90}{\csq}
|
||||
& \colorbox{kit-red80}{\csq}
|
||||
& \colorbox{kit-red70}{\csq}
|
||||
& \colorbox{kit-red60}{\csq}
|
||||
& \colorbox{kit-red50}{\csq}
|
||||
& \colorbox{kit-red40}{\csq}
|
||||
& \colorbox{kit-red30}{\csq}
|
||||
& \colorbox{kit-red25}{\csq}
|
||||
& \colorbox{kit-red20}{\csq}
|
||||
& \colorbox{kit-red15}{\csq}
|
||||
& \colorbox{kit-red10}{\csq}
|
||||
& \colorbox{kit-red5}{\csq}\\[.5em]
|
||||
% GREY
|
||||
kit-gray
|
||||
& \colorbox{kit-gray100}{\csq}
|
||||
& \colorbox{kit-gray90}{\csq}
|
||||
& \colorbox{kit-gray80}{\csq}
|
||||
& \colorbox{kit-gray70}{\csq}
|
||||
& \colorbox{kit-gray60}{\csq}
|
||||
& \colorbox{kit-gray50}{\csq}
|
||||
& \colorbox{kit-gray40}{\csq}
|
||||
& \colorbox{kit-gray30}{\csq}
|
||||
& \colorbox{kit-gray25}{\csq}
|
||||
& \colorbox{kit-gray20}{\csq}
|
||||
& \colorbox{kit-gray15}{\csq}
|
||||
& \colorbox{kit-gray10}{\csq}
|
||||
& \colorbox{kit-gray5}{\csq}\\[.5em]
|
||||
% Orange
|
||||
kit-orange
|
||||
& \colorbox{kit-orange100}{\csq}
|
||||
& \colorbox{kit-orange90}{\csq}
|
||||
& \colorbox{kit-orange80}{\csq}
|
||||
& \colorbox{kit-orange70}{\csq}
|
||||
& \colorbox{kit-orange60}{\csq}
|
||||
& \colorbox{kit-orange50}{\csq}
|
||||
& \colorbox{kit-orange40}{\csq}
|
||||
& \colorbox{kit-orange30}{\csq}
|
||||
& \colorbox{kit-orange25}{\csq}
|
||||
& \colorbox{kit-orange20}{\csq}
|
||||
& \colorbox{kit-orange15}{\csq}
|
||||
& \colorbox{kit-orange10}{\csq}
|
||||
& \colorbox{kit-orange5}{\csq}\\[.5em]
|
||||
% lightgreen
|
||||
kit-lightgreen
|
||||
& \colorbox{kit-lightgreen100}{\csq}
|
||||
& \colorbox{kit-lightgreen90}{\csq}
|
||||
& \colorbox{kit-lightgreen80}{\csq}
|
||||
& \colorbox{kit-lightgreen70}{\csq}
|
||||
& \colorbox{kit-lightgreen60}{\csq}
|
||||
& \colorbox{kit-lightgreen50}{\csq}
|
||||
& \colorbox{kit-lightgreen40}{\csq}
|
||||
& \colorbox{kit-lightgreen30}{\csq}
|
||||
& \colorbox{kit-lightgreen25}{\csq}
|
||||
& \colorbox{kit-lightgreen20}{\csq}
|
||||
& \colorbox{kit-lightgreen15}{\csq}
|
||||
& \colorbox{kit-lightgreen10}{\csq}
|
||||
& \colorbox{kit-lightgreen5}{\csq}\\[.5em]
|
||||
% Brown
|
||||
kit-brown
|
||||
& \colorbox{kit-brown100}{\csq}
|
||||
& \colorbox{kit-brown90}{\csq}
|
||||
& \colorbox{kit-brown80}{\csq}
|
||||
& \colorbox{kit-brown70}{\csq}
|
||||
& \colorbox{kit-brown60}{\csq}
|
||||
& \colorbox{kit-brown50}{\csq}
|
||||
& \colorbox{kit-brown40}{\csq}
|
||||
& \colorbox{kit-brown30}{\csq}
|
||||
& \colorbox{kit-brown25}{\csq}
|
||||
& \colorbox{kit-brown20}{\csq}
|
||||
& \colorbox{kit-brown15}{\csq}
|
||||
& \colorbox{kit-brown10}{\csq}
|
||||
& \colorbox{kit-brown5}{\csq}\\[.5em]
|
||||
% Purple
|
||||
kit-purple
|
||||
& \colorbox{kit-purple100}{\csq}
|
||||
& \colorbox{kit-purple90}{\csq}
|
||||
& \colorbox{kit-purple80}{\csq}
|
||||
& \colorbox{kit-purple70}{\csq}
|
||||
& \colorbox{kit-purple60}{\csq}
|
||||
& \colorbox{kit-purple50}{\csq}
|
||||
& \colorbox{kit-purple40}{\csq}
|
||||
& \colorbox{kit-purple30}{\csq}
|
||||
& \colorbox{kit-purple25}{\csq}
|
||||
& \colorbox{kit-purple20}{\csq}
|
||||
& \colorbox{kit-purple15}{\csq}
|
||||
& \colorbox{kit-purple10}{\csq}
|
||||
& \colorbox{kit-purple5}{\csq}\\[.5em]
|
||||
% Cyan
|
||||
kit-cyan
|
||||
& \colorbox{kit-cyan100}{\csq}
|
||||
& \colorbox{kit-cyan90}{\csq}
|
||||
& \colorbox{kit-cyan80}{\csq}
|
||||
& \colorbox{kit-cyan70}{\csq}
|
||||
& \colorbox{kit-cyan60}{\csq}
|
||||
& \colorbox{kit-cyan50}{\csq}
|
||||
& \colorbox{kit-cyan40}{\csq}
|
||||
& \colorbox{kit-cyan30}{\csq}
|
||||
& \colorbox{kit-cyan25}{\csq}
|
||||
& \colorbox{kit-cyan20}{\csq}
|
||||
& \colorbox{kit-cyan15}{\csq}
|
||||
& \colorbox{kit-cyan10}{\csq}
|
||||
& \colorbox{kit-cyan5}{\csq}\\[.5em]
|
||||
\end{tabular}
|
||||
\end{frame}
|
||||
%% ----------------------------------------
|
||||
%% | /Test-Folie mit definierten Farben |
|
||||
%% ----------------------------------------
|
||||
\backupend
|
||||
|
||||
\end{document}
|
||||
1272
sdqbeamer.cls
Normal file
1272
sdqbeamer.cls
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user