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