Trying to fix build.sh bug

This commit is contained in:
Alex 2024-10-06 20:05:36 -06:00
parent 2d90d6da69
commit 4f1b055979
4 changed files with 10 additions and 7 deletions

View File

@ -78,10 +78,12 @@
\end{frame} \end{frame}
\section{Reference} \section{Reference}
\frame[allowframebreaks,shrink=50]{ %allowframebreaks,
\tiny %[shrink=50]
\printbibliography \begin{frame}[shrink=50]
} \frametitle{Bibliography}
\printbibliography
\end{frame}
%%%%%%%%%%% %%%%%%%%%%%
\end{document} \end{document}

View File

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

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
./clean.sh ./clean.sh
pdflatex -file-line-error -halt-on-error Defense.tex pdflatex -file-line-error -halt-on-error Defense.tex
./biblatex.sh ./biblatex.sh
pdflatex -file-line-error -halt-on-error Defense.tex pdflatex -file-line-error -halt-on-error Defense.tex
pdflatex -file-line-error -halt-on-error Defense.tex pdflatex -file-line-error -halt-on-error Defense.tex

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
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