Skip to content

quarto-journals/agu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

American Geophysical Union (AGU)

This Quarto format will help you create documents for the American Geophysical Union. To learn more about AGU publications, see AGU's Publication Page. For more about Quarto and how to use format extensions, see https://quarto.org/docs/journals/.

Creating a New Article

You can use this as a template to create an article for the American Geophysical Union. To do this, use the following command:

quarto use template quarto-journals/agu

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 add quarto-journals/agu

Usage

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

quarto render article.qmd --to agu-pdf

or in your document yaml

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

You can view a preview of the rendered template at https://quarto-journals.github.io/agu/.

About

Quarto template for the American Geophysical Union

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published