Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zellularautomaten-ausarbeitung
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Philipp Adolf
zellularautomaten-ausarbeitung
Commits
b8ad3877
Commit
b8ad3877
authored
Jun 04, 2016
by
Philipp Adolf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
276 additions
and
0 deletions
+276
-0
.gitignore
.gitignore
+183
-0
ausarbeitung.tex
ausarbeitung.tex
+93
-0
No files found.
.gitignore
0 → 100644
View file @
b8ad3877
# artifacts
/ausarbeitung.pdf
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
## Intermediate documents:
*.dvi
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.brf
*.run.xml
## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
# achemso
acs-*.bib
# amsthm
*.thm
# beamer
*.nav
*.snm
*.vrb
# cprotect
*.cpt
# fixme
*.lox
#(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
# gnuplottex
*-gnuplottex-*
# hyperref
*.brf
# knitr
*-concordance.tex
# TODO Comment the next line if you want to keep your tikz graphics files
*.tikz
*-tikzDictionary
# listings
*.lol
# makeidx
*.idx
*.ilg
*.ind
*.ist
# minitoc
*.maf
*.mlf
*.mlt
*.mtc
*.mtc[0-9]
*.mtc[1-9][0-9]
# minted
_minted*
*.pyg
# morewrites
*.mw
# mylatexformat
*.fmt
# nomencl
*.nlo
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd
# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/
# pdfcomment
*.upa
*.upb
# pythontex
*.pytxcode
pythontex-files-*/
# thmtools
*.loe
# TikZ & PGF
*.dpth
*.md5
*.auxlock
# todonotes
*.tdo
# xindy
*.xdy
# xypic precompiled matrices
*.xyc
# endfloat
*.ttt
*.fff
# Latexian
TSWLatexianTemp*
## Editors:
# WinEdt
*.bak
*.sav
# Texpad
.texpadtmp
# Kile
*.backup
# KBibTeX
*~[0-9]*
ausarbeitung.tex
0 → 100644
View file @
b8ad3877
\documentclass
[a4paper]
{
report
}
\usepackage
[T1]
{
fontenc
}
\usepackage
[ngerman]
{
babel
}
\usepackage
[utf8]
{
inputenc
}
%\usepackage{libertine}
\usepackage
{
tikz
}
\newcommand
{
\teilnehmername
}{
Philipp Adolf
}
\newcommand
{
\teilnehmermatrnr
}{
1669101
}
\newcommand
{
\seminarart
}{
Seminar
}
\newcommand
{
\seminarjahr
}{
2016
}
\begin{document}
%=======================================================================
% Anfang erste Seite
{
\thispagestyle
{
empty
}
\large\sffamily\raggedright
%
\begin{tikzpicture}
[remember picture,overlay]
\coordinate
[xshift=5mm,yshift=-5mm]
(NW) at (current page.north west)
{}
;
\coordinate
[xshift=-5mm,yshift=-5mm]
(NE) at (current page.north east)
{}
;
\coordinate
[xshift=-5mm,yshift=13mm]
(SE) at (current page.south east)
{}
;
\coordinate
[xshift=5mm,yshift=13mm]
(SW) at (current page.south west)
{}
;
\draw
[line width=0.25pt]
(NW)
[rounded corners=5mm] -- (NE)
[sharp corners] -- (SE)
[rounded corners=5mm] -- (SW)
[sharp corners] -- cycle
;
\end{tikzpicture}
%
\unskip
% keine Ahnung warum das nötig ist
\noindent
\textbf
{
\Large
\seminarart
}
\\
[\baselineskip]
%
Zellularautomaten und diskrete komplexe Systeme
\\
[1ex]
%
im Sommersemester
\seminarjahr
\vspace*
{
3
\baselineskip
}
\noindent
\textbf
{
\Large
Ausarbeitung
}
\\
[\baselineskip]
%
von
\textbf
{
\teilnehmername
}
, Matr.nr.~
\teilnehmermatrnr
\vspace*
{
3
\baselineskip
}
\noindent
\textbf
{
\Large
Thema
}
\\
[\baselineskip]
%
% nachfolgende ein Beispiel, für Konferenzbeiträge, Buchausschnitte, ...
% bitte analog vorgehen !!!!!
%
Jérôme Durand-Lose (2001)
\\
[1ex]
%
\textit
{
Representing Reversible Cellular Automata with Reversible Block Cellular Automata
}
\\
[1ex]
%
Discrete Models: Combinatorics, Computation, and Geometry, DM-CCG 2001, Band
\textbf
{
AA
}
, S.~145--154
}
\clearpage
% Ende erste Seite
%=======================================================================
% Anfang zweite Seite
{
\thispagestyle
{
empty
}
\Large\sffamily\raggedright
\noindent
\textbf
{
\Large
Erklärung
}
\\
[1ex]
gemäß
\S
6 (11) der Prüfungsordnung Informatik
% !!!!! oder \S 6 (7) (bei MasterPO 2015)
(Master)
% oder Master !!!!!
\\
[\baselineskip]
\noindent
Ich versichere wahrheitsgemäß, die Seminarausarbeitung zum
\seminarart
{}
"`Zellularautomaten und diskrete komplexe Systeme"' im
Sommersemester
\seminarjahr
{}
selbstständig angefertigt, alle
benutzten Hilfsmittel vollständig und genau angegeben und alles
kenntlich gemacht zu haben, was aus Arbeiten anderer unverändert oder
mit Abänderungen entnommen wurde.
\vspace*
{
30mm
}
\noindent
\begin{tabular}
{
@
{}
l
}
\hline
\\
[-1ex]
\hbox
to 0.6
\textwidth
{
(
\teilnehmername
, Matr.nr.~
\teilnehmermatrnr
)
\hss
}
\end{tabular}
}
% Ende zweite Seite
%=======================================================================
\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