Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quarto-journals/acs
Quarto template for the American Chemical Society
https://github.com/quarto-journals/acs
quarto quarto-template
Last synced: about 1 month ago
JSON representation
Quarto template for the American Chemical Society
- Host: GitHub
- URL: https://github.com/quarto-journals/acs
- Owner: quarto-journals
- License: mit
- Created: 2022-06-14T18:30:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T20:14:22.000Z (about 1 year ago)
- Last Synced: 2024-08-03T22:04:55.805Z (5 months ago)
- Topics: quarto, quarto-template
- Language: Lua
- Homepage:
- Size: 4.79 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.ctan.org/tex-archive/macros/latex/contrib/achemso).
## 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
```yaml
format:
pdf: default
acs-pdf:
keep-tex: true
```You can view a preview of the rendered template at .