/simart

Simple Article

Primary LanguageHTML

SIMART: A Quarto Template for a Simple Article style paper

Creating a New Article

To create a new article using this format:

quarto use template friosavila/simart

This will create a new directory with an example document that uses this format.

Using with an Existing Document

To add this format to an existing document:

quarto add friosavila/simart

Then, add the format to your document options:

format:
  simart-pdf: default

Options

See template for some options regarding fields for author's affilation.

Example

Here is the source code for a minimal sample document: template.qmd.