This Github repo hosts the LaTeX template for e61 Institute Micronotes.
If you are looking for the research note template, click here.
- Download a copy of the template by clicking here (or by clicking on the green "Code" button, then "Download ZIP").
- On the Overleaf website, click on "New Project", then "Upload Project".
- Drag and drop the downloaded Zip file as per the instructions.
- Change the LaTeX compiler to XeLaTeX, otherwise nothing will compile: click on "Menu" in the top-left corner, go to the "Settings" section, click the drop-down box next to "Compiler", select "XeLaTeX".
You should generate separate PDFs for the main body of the micronote and the appendices. This can be done using the pagesel
package that is conveniently commented out in the template. This package allows you to select which pages of a document to render as a PDF.
How to use:
- Uncomment the line of the code containing the package
\usepackage[3-6]{pagesel}
. - Render the PDF for the main text by selecting the pages, e.g. render pages 1-2 by setting the option
\usepackage[1-2]{pagesel}
. - Render the PDF for the appendix by selecting the remaining pages, e.g.
\usepackage[3-6]{pagesel}
.
Overleaf has a very large library of user guides and documentation for the LaTeX novice.
LaTeX uses .bib
files to store references (see here for more). These can be prepared manually, but why do things manually when you could automate them.
If you like, we have access to Mendeley, which is a reference manager. It is very good. Your Mendeley reference library can then be automatically synced with your Overleaf references for a particular document by following the instructions here.