The tutorial is also visible in every new overleaf project
Note! Some LATEX looks different to what you might be accustomed too, particularly figure and table environments!
Copy over the text and document structure
Document structure: sections (\section, \subsection, etc), and put in a placeholder for any figures and tables
By placeholder, I mean that you don’t need to fill in the caption or image for now
Don’t try to place everything (e.g. figures) perfectly. Page layout is likely to change significantly in the final version.
Copy over the text, being careful to pay attention to formatting. Remember, bold keywords should use \keyword{} and emphasis/italics should use \emph{}
Now is a good time to check for consistency with our style guidelines on this
Watch out for cross-references (e.g. Section 3, Figure 5, Equation 4.2)
Sections and equations should be labelled with \label{}. Figures and tables should be referenced like \begin{figure}[label=].
Labels should be referenced with \Cref{}
Labels should be written <tag>:<type>:<descriptor>. For example, a section in the Molecular Self-Assembly chapter (7) might have a label SelfAssembly:sec:origami
This is really important, as it will prevent clashes when we combine all the chapters later!
Label ‘types’ might be sec, fig, eqn, tbl, etc
Insert figures and data
Obtain a copy of the originals, and upload them to the overleaf project
Use something like \includegraphics[width=4.5in]{filename.ext}
Remember the graphics guidelines, which indicate appropriate figure sizes!
References
Follow the instructions in the tutorial
You don’t need to be too careful with this right now, just write \entry{label}{doi}{description} so that there’s enough information to find the paper later when we consolidate references