Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dragonstyle/testing


https://github.com/dragonstyle/testing

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Article Format Template (AFT)

> Template for creating a new journal article format for Quarto.
>
> This repository is a [Github Repository Template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-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

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 install extension 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

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

You can view a preview of the rendered template at .

## Format Options

This format does not have specific format option. Include documentation of such option otherwise. See for an example.