fix
Этот коммит содержится в:
родитель
4473e0bff9
Коммит
00dd61383c
6
build.sh
6
build.sh
@ -15,16 +15,16 @@ find -E $IMG -type f -name "*.eps" -exec rm -f {} \;
|
||||
|
||||
# Сборка latex
|
||||
cd tex
|
||||
$PDFLATEX $MAINTEX | $GREP
|
||||
$PDFLATEX $MAINTEX
|
||||
BIBOUTPUT=$(bibtex $MAINTEX)
|
||||
# Показывать output bibtex'a только в случае ошибок
|
||||
if [[ "$BIBOUTPUT" =~ "error" ]]; then
|
||||
echo "$BIBOUTPUT"
|
||||
fi
|
||||
$PDFLATEX $MAINTEX | $GREP
|
||||
$PDFLATEX $MAINTEX
|
||||
cp $MAINTEX.pdf ../$PDF_NAME
|
||||
cd ..
|
||||
|
||||
# Clear
|
||||
find -E $TEX/ -type f ! -regex ".*\.(tex|bib|cls|sty|bst|clo|gitignore)" -exec rm -f {} \; ;
|
||||
find -E $TEX/ -type f ! -regex ".*\.(tex|bib|cls|sty|bst|clo|asm|gitignore)" -exec rm -f {} \; ;
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
\nocite{*}
|
||||
\bibliographystyle{gost780u}
|
||||
\bibliography{main}
|
||||
\bibliography{0-main}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user