added ci
This commit is contained in:
11
.drone.yml
Normal file
11
.drone.yml
Normal 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
5
docker/Dockerfile
Normal 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
|
||||
@@ -11,12 +11,14 @@ listof=totoc,
|
||||
\usepackage{thesisstyle}
|
||||
|
||||
\begin{document}
|
||||
\include{macros.tex}
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
|
||||
\begin{center}
|
||||
\textbf{\huge{\vspace{3em}\\
|
||||
Titel
|
||||
A formal Security Analysis of the EdDSA Signature Scheme
|
||||
\vspace{3mm}
|
||||
}}
|
||||
|
||||
@@ -58,7 +60,7 @@ Aaron Kaiser
|
||||
|
||||
\begin{abstract}
|
||||
|
||||
%Abstract
|
||||
abstract
|
||||
|
||||
\end{abstract}
|
||||
|
||||
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
0
thesis/macros.tex
Normal file
0
thesis/macros.tex
Normal file
Reference in New Issue
Block a user