https://github.com/kelly-sovacool/asm-msystems
Quarto template for ASM mSystems
https://github.com/kelly-sovacool/asm-msystems
asm msystems quarto-extension quarto-journals quarto-template
Last synced: 8 months ago
JSON representation
Quarto template for ASM mSystems
- Host: GitHub
- URL: https://github.com/kelly-sovacool/asm-msystems
- Owner: kelly-sovacool
- License: other
- Created: 2022-09-30T17:42:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T21:09:51.000Z (over 3 years ago)
- Last Synced: 2025-05-12T14:32:16.218Z (about 1 year ago)
- Topics: asm, msystems, quarto-extension, quarto-journals, quarto-template
- Language: TeX
- Homepage:
- Size: 449 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ASM mSystems Template
This is a Quarto template that assists you in creating a manuscript for ASM journals.
## Creating a New Article
You can use this as a template to create an article for an ASM journal. To do this, use the following command:
```bash
quarto use template kelly-sovacool/asm-msystems
```
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:
```bash
quarto install extension kelly-sovacool/asm-msystems
```
## Usage
To use the format, you can use the format name `asm-pdf`. For example:
```bash
quarto render article.qmd --to asm-pdf
```
or in your document yaml
```yaml
format:
pdf: default
asm-pdf:
keep-tex: true
```
You can view a preview of the rendered template at .