mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Add unicode-fonts as submodule (#1182)
* Add unicode-fonts as submodule Removed checkout process from screenshotter.sh. * Rename test-fonts submodule and update repo URL
This commit is contained in:
committed by
Kevin Barabash
parent
9e22012619
commit
96ad6e0f4f
@@ -14,18 +14,6 @@ cleanup() {
|
||||
container=
|
||||
}
|
||||
|
||||
SS_DIR=$(dirname "$0")
|
||||
TOP_DIR=${SS_DIR}/../..
|
||||
FONTS_DIR=${TOP_DIR}/test/screenshotter/unicode-fonts
|
||||
if [[ ! -d "${FONTS_DIR}" ]]; then
|
||||
echo "Cloning test fonts repository"
|
||||
git clone https://github.com/Khan/KaTeX-test-fonts "${FONTS_DIR}" \
|
||||
|| exit 2
|
||||
fi
|
||||
pushd "${FONTS_DIR}" || exit 2
|
||||
git checkout --detach 99fa66a2da643218754c8236b9f9151cac71ba7c || exit 2
|
||||
popd || exit 2
|
||||
|
||||
container=
|
||||
trap cleanup EXIT
|
||||
status=0
|
||||
|
Reference in New Issue
Block a user