This is the LaTeX source for the chemistry lab used in KJM1101 from 2017.
To compile the documents, run
xelatex labX.tex
or (make life easy)
texliveonfly --compiler=xelatex labX.tex
To track changes in document, run
git latexdiff --latexmk --latexopt "-xelatex" HEAD~1 --main ./labX/labX.tex
for diff of last and second to last commit in the current branch or
git latexdiff --latexmk --latexopt "-xelatex" --main ./labX/labX.tex branch1 branch2
for diff between branches.