This is a Quarto template implementing the IACR Communication in Cryptology document class
To create a new paper using this format:
quarto use template The5imon/iacrccThis will create a new directory with an example document that uses this format.
To add this format to an existing document:
quarto add The5imon/iacrccThen, add the format to your document options:
format:
iacrcc-pdf: defaultThe iacrcc paper template currently only supports the -pdf format.
To include additional \LaTeX packages inside this document append them in the YAML header:
iacrcc-header-includes:
- text: |
\usepackage{eplain}
\usepackage{easy-todo}
- file: packages.tex
- macros.tex This is a special definition of the header because the default header-includes and include-in-header directives are not compatible with the iacrcc document class, due to issues with the AMS theorem environment creation and settings.
Here is the source code for a minimal sample document: template.qmd that also goes over the structure of the template and corresponding Quarto features in more detail. The rendered paper can be found in template.pdf.
Here you can find more resources regarding creating Quarto journal templates:
This template is also based on the standard ones provided by the quarto-journals Github repository: