Trying to fix build.sh bug
This commit is contained in:
parent
2d90d6da69
commit
4f1b055979
@ -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}
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
biber 'Defense'
|
biber Defense
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#!/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
|
||||||
# pdflatex -file-line-error -halt-on-error Mines_Thesis.tex
|
# pdflatex -file-line-error -halt-on-error Mines_Thesis.tex
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user