When writing in LaTeX (or another markup language), you can add your annotations as links within the document.
-
Use the
\sectioncommand to create a new section on a new page at the end of the document (after the bibliography) and title it, “ATI Data Supplement.” -
Write your annotations as regular text in that new section. QDR doesn’t prescribe precise formatting for annotations. However, we recommend using bold font for the labels of the different annotation components (Source excerpt, Analytic note, etc.).
-
At the beginning of each annotation, insert a label using the
\labelcommand, such as\label{atids:MBR-200}. Any label will work, but we suggest you include a unique component such asatids:in all labels referring to ATI annotations so that you can easily identify them should you need to print a copy of the document without the ATI Data Supplement. -
In the main text, surround the text or citation you want to annotate with a link to that bookmark using the
\hyperrefcommand, e.g.\hyperref[atids:MBR-200]{communications of Chávez}.
A sample .tex file with a single annotation can be found here. Its output in .pdf format (using pdflatex via Overleaf) can be found here.