Docker working (although buggy)

This commit is contained in:
Alex 2024-10-13 15:37:27 -06:00
parent 4f1b055979
commit e1ceb87175
4 changed files with 9 additions and 9 deletions

View File

@ -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}

View File

@ -1,2 +0,0 @@
#!/bin/bash
biber Defense

View File

@ -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

View File

@ -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