Этот коммит содержится в:
MyPetIsBear 2014-03-09 21:58:10 +04:00
родитель 4473e0bff9
Коммит 00dd61383c
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -15,16 +15,16 @@ find -E $IMG -type f -name "*.eps" -exec rm -f {} \;
# Сборка latex # Сборка latex
cd tex cd tex
$PDFLATEX $MAINTEX | $GREP $PDFLATEX $MAINTEX
BIBOUTPUT=$(bibtex $MAINTEX) BIBOUTPUT=$(bibtex $MAINTEX)
# Показывать output bibtex'a только в случае ошибок # Показывать output bibtex'a только в случае ошибок
if [[ "$BIBOUTPUT" =~ "error" ]]; then if [[ "$BIBOUTPUT" =~ "error" ]]; then
echo "$BIBOUTPUT" echo "$BIBOUTPUT"
fi fi
$PDFLATEX $MAINTEX | $GREP $PDFLATEX $MAINTEX
cp $MAINTEX.pdf ../$PDF_NAME cp $MAINTEX.pdf ../$PDF_NAME
cd .. cd ..
# Clear # 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{*} \nocite{*}
\bibliographystyle{gost780u} \bibliographystyle{gost780u}
\bibliography{main} \bibliography{0-main}