Skip to content

Commit bb85182

Browse files
Merge branch 'release/0.1.0'
2 parents 16bd862 + b50a3c5 commit bb85182

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

notes/01/05-links.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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}

notes/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1212
notes.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

notes/notes.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)