Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quarto-journals/acm
Quarto template for the Association of Computing Machinery
https://github.com/quarto-journals/acm
quarto quarto-extension quarto-template
Last synced: 24 days ago
JSON representation
Quarto template for the Association of Computing Machinery
- Host: GitHub
- URL: https://github.com/quarto-journals/acm
- Owner: quarto-journals
- License: mit
- Created: 2022-06-14T16:58:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T13:58:32.000Z (12 months ago)
- Last Synced: 2024-08-03T22:04:54.510Z (4 months ago)
- Topics: quarto, quarto-extension, quarto-template
- Language: TeX
- Homepage: https://quarto-journals.github.io/acm/
- Size: 4.25 MB
- Stars: 14
- Watchers: 2
- Forks: 8
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - quarto-journals/acm - Quarto template for the Association of Computing Machinery (TeX)
README
# Association of Computing Machinery (ACM)
This Quarto format will help you create documents for the Association of Computing Machinery. To learn more about ACM publications, see [ACM's Information for Authors page](https://www.acm.org/publications/authors/information-for-authors). For more about Quarto and how to use format extensions, see .
## Creating a New Article
You can use this as a template to create an article for the Association of Computing Machinery. To do this, use the following command:
```quarto use template quarto-journals/acm```
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/acm```
## Usage
To use the format, you can use the format names `acm-pdf` and `acm-html`. For example:
```quarto render article.qmd --to acm-pdf```
or in your document yaml
```yaml
format:
pdf: default
acm-pdf:
keep-tex: true
```You can view a preview of the rendered template at .