Docker working (although buggy)
This commit is contained in:
parent
4f1b055979
commit
e1ceb87175
@ -31,7 +31,7 @@
|
||||
}
|
||||
\usetheme{Madrid}
|
||||
|
||||
\bibliography{Supporting/FinalThesis.bib}
|
||||
\bibliography{./Supporting/FinalThesis}
|
||||
\setbeamercovered{transparent=25}
|
||||
%Information to be included in the title page:
|
||||
\title{Should We Always Aim for Higher Quality?}
|
||||
@ -80,7 +80,7 @@
|
||||
\section{Reference}
|
||||
%allowframebreaks,
|
||||
%[shrink=50]
|
||||
\begin{frame}[shrink=50]
|
||||
\begin{frame}[allowframebreaks,shrink=25]
|
||||
\frametitle{Bibliography}
|
||||
\printbibliography
|
||||
\end{frame}
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
biber Defense
|
||||
@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
./clean.sh
|
||||
pdflatex -file-line-error -halt-on-error Defense.tex
|
||||
./biblatex.sh
|
||||
pdflatex -file-line-error -halt-on-error Defense.tex
|
||||
pdflatex -file-line-error -halt-on-error Defense.tex
|
||||
yes "" | pdflatex Defense
|
||||
biber Defense
|
||||
yes "" | pdflatex Defense
|
||||
pdflatex -file-line-error -halt-on-error Defense
|
||||
# pdflatex -file-line-error -halt-on-error Mines_Thesis.tex
|
||||
./clean.sh
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
rm -f Defense.pdf
|
||||
#rm -f Defense.pdf
|
||||
rm -f Defense.bbl
|
||||
rm -f Defense.blg
|
||||
rm -f Defense.aux
|
||||
@ -10,3 +10,4 @@ rm -f Defense.bcf
|
||||
rm -f Defense.out
|
||||
rm -f Defense.snm
|
||||
rm -f Defense.log
|
||||
rm -f Defense*.blg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user