quarto-journals / article-format-template

Template for creating a new journal article format for Quarto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Article Format Template (AFT)

Template for creating a new journal article format for Quarto.

This repository is a Github Repository Template that you should use as a starter to create a new extension format. Click on the "Use this template" button at the top !

See information about how-to use this repo template inside the template file or its rendered version at https://quarto-journals.github.io/article-format-template/

This is a Quarto template that assists you in creating a manuscript for Article Format Template journals. You can learn more about ...

Creating a New Article

You can use this as a template to create an article for an AFT journal. To do this, use the following command:

quarto use template quarto-journals/article-format-template

This will install the extension and create an example qmd file and bibiography that you can use as a starting place for your article.

Installation For Existing Document

You may also use this format with an existing Quarto project or document. From the quarto project or document directory, run the following command to install this format:

quarto add quarto-journals/article-format-template

Usage

To use the format, you can use the format names aft-pdf and aft-html. For example:

quarto render article.qmd --to aft-pdf

or in your document yaml

format:
  pdf: default
  aft-pdf:
    keep-tex: true    

You can view a preview of the rendered template at https://quarto-journals.github.io/article-format-template/.

Format Options

This format does not have specific format option. Include documentation of such option otherwise. See https://github.com/quarto-journals/elsevier#format-options for an example.

About

Template for creating a new journal article format for Quarto

License:MIT License


Languages

Language:TeX 93.4%Language:Lua 6.3%Language:SCSS 0.3%