File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ \section {Additional Resources }
2+
3+ \begin {itemize }[leftmargin=*]
4+ \item \href {https://git-scm.com/book/en/v2}{The Git Book}
5+ \item \href {https://www.smashingmagazine.com/make-life-easier-when-using-git/}{Smashing Magazine: Make Life Easier When Using Git}
6+ \end {itemize }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ source := $(shell find ./resources -type f)
1111# make sure to use a tab (not spaces) for the commands below
1212notes.pdf : $(templates ) $(tex ) $(source )
1313 # build using xelatex
14- xelatex -- halt-on-error --shell-escape notes.tex
14+ xelatex -file-line-error -- halt-on-error --shell-escape notes.tex && xelatex --shell-escape notes.tex
1515
1616 # open preview in the background
1717 open -g notes.pdf
Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ \chapter{Git's Behaviour}
5252\chapter {Working with the Remote }
5353\input {01/04-remote.tex }
5454
55+ \chapter {Links }
56+ \input {01/05-links.tex }
57+
5558% an un-numbered chapter
5659\nchapter {Glossary}
5760\input {glossary.tex }
You can’t perform that action at this time.
0 commit comments