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
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.
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
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
This format does not have specific format option.