This commit is contained in:
2023-02-10 11:44:11 +01:00
parent c351768195
commit 94b0368842
7 changed files with 20 additions and 2 deletions

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: gitea.rixxc.de/rixxc/ma-latex:latest
commands:
- pdflatex -synctex=1 -interaction=nonstopmode thesis/"Abschlussarbeit".tex
- pdflatex -synctex=1 -interaction=nonstopmode thesis/"Abschlussarbeit".tex

5
docker/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM pandoc/latex
RUN tlmgr install koma-script xpatch enumitem preprint braket algorithm2e ifoddpage relsize cancel cite
CMD /bin/bash

View File

@@ -11,12 +11,14 @@ listof=totoc,
\usepackage{thesisstyle} \usepackage{thesisstyle}
\begin{document} \begin{document}
\include{macros.tex}
\thispagestyle{empty} \thispagestyle{empty}
\begin{center} \begin{center}
\textbf{\huge{\vspace{3em}\\ \textbf{\huge{\vspace{3em}\\
Titel A formal Security Analysis of the EdDSA Signature Scheme
\vspace{3mm} \vspace{3mm}
}} }}
@@ -58,7 +60,7 @@ Aaron Kaiser
\begin{abstract} \begin{abstract}
%Abstract abstract
\end{abstract} \end{abstract}

View File

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

0
thesis/macros.tex Normal file
View File