https://github.com/vtraag/quarto-revtex
Quarto Journal template for use with APS revtex
https://github.com/vtraag/quarto-revtex
Last synced: 7 months ago
JSON representation
Quarto Journal template for use with APS revtex
- Host: GitHub
- URL: https://github.com/vtraag/quarto-revtex
- Owner: vtraag
- License: mit
- Created: 2024-01-29T19:22:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T15:42:36.000Z (over 1 year ago)
- Last Synced: 2025-01-29T16:43:52.957Z (8 months ago)
- Language: TeX
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REVTeX
> This repository is generated from the [Github Repository Template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
This is a Quarto template that assists you in creating a manuscript for use with revtex.
## Creating a New Article
You can use this as a template to create an article for an AFT journal. To do this, use the following command:
```bash
quarto use template vtraag/quarto-revtex
```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 add vtraag/quarto-revtex
```## Usage
To use the format, you can use the format names `revtex-pdf`. For example:
```bash
quarto render article.qmd --to revtex-pdf
```or in your document yaml
```yaml
format:
pdf: default
revtex-pdf:
keep-tex: true
```You can view a preview of the rendered template at < ... >.
## Format Options
You can specify the REVTeX class options using `classoption`.