Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragonstyle/testing
https://github.com/dragonstyle/testing
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dragonstyle/testing
- Owner: dragonstyle
- License: mit
- Created: 2022-07-22T17:37:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T17:43:54.000Z (over 2 years ago)
- Last Synced: 2024-11-09T15:48:20.427Z (2 months ago)
- Language: TeX
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 atThis 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.