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