1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/zsl588-OpenCorePkg

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
BuildDocs.tool 824 Байты
Копировать Редактировать Исходные данные Просмотреть построчно История
vit9696 Отправлено 6 лет назад 797932b
#!/bin/bash
abort() {
echo "ERROR: $1!"
exit 1
}
cd "$(dirname "$0")" || abort "Wrong directory"
if [ "$(which latexdiff)" = "" ]; then
abort "latexdiff is missing, check your TeX Live installation"
fi
if [ "$(which pdflatex)" = "" ]; then
abort "pdflatex is missing, check your TeX Live installation"
fi
pdflatex Configuration.tex || \
abort "Unable to create configuration pdf"
pdflatex Configuration.tex || \
abort "Unable to create configuration pdf with TOC"
cd Differences || abort "Unable to process annotations"
latexdiff -s ONLYCHANGEDPAGE PreviousConfiguration.tex ../Configuration.tex \
> Differences.tex || \
abort "Unable to differentiate"
pdflatex Differences || \
abort "Unable to create differences pdf"
pdflatex Differences || \
abort "Unable to create differences pdf with TOC"

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://gitlife.ru/oschina-mirror/zsl588-OpenCorePkg.git
git@gitlife.ru:oschina-mirror/zsl588-OpenCorePkg.git
oschina-mirror
zsl588-OpenCorePkg
zsl588-OpenCorePkg
v0.0.3