kelly-sovacool / asm-msystems

Quarto template for ASM mSystems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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:

quarto install extension kelly-sovacool/asm-msystems

Usage

To use the format, you can use the format name asm-pdf. For example:

quarto render article.qmd --to asm-pdf

or in your document yaml

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

You can view a preview of the rendered template at https://quartopub.com/sites/kelly-sovacool/asm-msystems/.

About

Quarto template for ASM mSystems

License:Other


Languages

Language:TeX 99.9%Language:Shell 0.1%