Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikemahoney218/quarto-tandf

Quarto template for the Taylor and Francis "interact" class
https://github.com/mikemahoney218/quarto-tandf

latex pandoc pdf pdf-generation python quarto quarto-extension quarto-template r rstats scientific-publications tex

Last synced: 3 months ago
JSON representation

Quarto template for the Taylor and Francis "interact" class

Awesome Lists containing this project

README

        

# Taylor and Francis Template

This is a Quarto template that assists you in creating PDF outputs which closely match the Taylor and Francis template for the rticles package.

## Creating a New Article

You can use this as a template to create a new article. To do this, use the following command:

```bash
quarto use template mikemahoney218/quarto-tandf
```

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:

```bash
quarto install extension mikemahoney218/quarto-tandf
```

## Usage

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

```bash
quarto render article.qmd --to tandf-pdf
```

or in your document yaml

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

You can view a preview of the rendered template at .

## In The Wild

Use this template for a paper or a preprint? [Let me know,](https://github.com/mikemahoney218/quarto-tandf/issues/new) and I'll add it to the list below!

The following papers were rendered using this template:

+ [Classification and mapping of low-statured ‘shrubland’ cover types in post-agricultural landscapes of the US Northeast](https://www.mm218.dev/papers/shrubland_2022.pdf) -- now published at [The International Journal of Remote Sensing](https://doi.org/10.1080/01431161.2022.2155086)!