latex is weird
This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -19,12 +19,10 @@ steps:
|
||||
path: /webroot
|
||||
commands:
|
||||
- cd thesis
|
||||
- pdflatex -synctex=1 -interaction=nonstopmode "Abschlussarbeit".tex
|
||||
- pdflatex -synctex=1 -interaction=nonstopmode "Abschlussarbeit".tex
|
||||
- pdflatex -synctex=1 -interaction=nonstopmode "Abschlussarbeit".tex
|
||||
- pdflatex -synctex=1 -interaction=nonstopmode "Abschlussarbeit".tex
|
||||
- pdflatex -synctex=1 -interaction=nonstopmode "Abschlussarbeit".tex
|
||||
- pdflatex -synctex=1 -interaction=nonstopmode "Abschlussarbeit".tex
|
||||
- pdflatex Abschlussarbeit
|
||||
- bibtex Abschlussarbeit
|
||||
- pdflatex Abschlussarbeit
|
||||
- pdflatex Abschlussarbeit
|
||||
- cp "Abschlussarbeit".pdf /webroot
|
||||
|
||||
volumes:
|
||||
|
||||
@@ -12,7 +12,6 @@ listof=totoc,
|
||||
|
||||
\begin{document}
|
||||
\include{macros.tex}
|
||||
\include{citation.bib}
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
@@ -88,7 +87,7 @@ abstract
|
||||
|
||||
\addcontentsline{toc}{section}{References}
|
||||
\bibliographystyle{ieeetr}
|
||||
\bibliography{cryptobib/crypto.bib,citation.bib}
|
||||
\bibliography{cryptobib/crypto,./citation}
|
||||
|
||||
\newpage\
|
||||
|
||||
|
||||
Reference in New Issue
Block a user