Skip to content

quarto-journals/acs

Repository files navigation

American Chemical Society (ACS)

This is a Quarto template that assists you in creating a manuscript for American Chemical Society journals (based upon the achemso LaTeX package). You can learn more about the achemso package on CTAN.

Creating a New Article

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

quarto use template quarto-journals/acs

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/acs

Usage

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

quarto render article.qmd --to acs-pdf

or in your document yaml

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

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

About

Quarto template for the American Chemical Society

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages