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}
\section{Reference}
\frame[allowframebreaks,shrink=50]{
\tiny
\printbibliography
}
%allowframebreaks,
%[shrink=50]
\begin{frame}[shrink=50]
\frametitle{Bibliography}
\printbibliography
\end{frame}
%%%%%%%%%%%
\end{document}

View File

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

View File

@ -1,4 +1,5 @@
#!/bin/bash
rm -f Defense.pdf
rm -f Defense.bbl
rm -f Defense.blg
rm -f Defense.aux