Skip to content
Snippets Groups Projects
Commit bfea4c91 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

Merge commit '8b7f5cfd' into dev

parents b849f8eb 8b7f5cfd
Branches
Tags
No related merge requests found
......@@ -18,8 +18,8 @@ fi
if [ $1 = tree ]; then
[ -e ../config ] || ( echo "You don't have a local config repo" && exit 1 )
git status
git subtree -P config pull ../config master
git subtree -P config push ../config master
git subtree -P config pull ../config master || exit 1
git subtree -P config push ../config master || exit 1
fi
pdflatex -shell-escape main.tex
makeglossaries main
......
......@@ -44,6 +44,12 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
}
}
\usepackage[
pdfstartpage=2,
bookmarks=true]%
{hyperref}
%%%%%%%%%% Section Headers %%%%%%%%%%
%%% Allow quotes under part headers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment