Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.23 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.23 KB

TRB Annual Meeting Template

This is a Quarto template that assists you in creating a manuscript for the Transportation Research Board Annual Meeting. You can learn more about the requirements for submission at this webpage

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 byu-transpolab/trb-quarto

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 byu-transpolab/trb-quarto

Usage

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

quarto render article.qmd --to trb-pdf

or in your document yaml

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

Format Options

This format does not have specific format option.