3.1 PDF
Clicking knit->knit to pdf_clav creates three tex files and corresponding pdfs. The pdf created are a standard print, a clear print and a large print. However, currently by default these are black and white copies. To turn them into coloured copies, you need to modify the pre-amble of each tex file:
delete everything between
\usepackage{amsthm}
and\let\BeginKnitrBlock\begin \let\EndKnitrBlock\end
add
\usepackage{colourfulv2ClavertonDown}
Make sure the file ‘colourfulv2ClavertonDown’ is in the same folder as the tex file you’re compiling. Once the pre-amble has been updated, compile the tex file as you normally would.
Florian is working with Emma Cliff to see if we can remove this extra step in future versions of ClavertonDown.
The pdf files can be uploaded on Blackboard as usual (i.e. either by a direct upload using ‘+’ then ‘upload’, or by first putting it in your content collection then linking to it).