Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebdunnett/quarto-iop
Quarto template for IOP journals
https://github.com/sebdunnett/quarto-iop
quarto quarto-extension quarto-template
Last synced: 3 months ago
JSON representation
Quarto template for IOP journals
- Host: GitHub
- URL: https://github.com/sebdunnett/quarto-iop
- Owner: sebdunnett
- License: mit
- Created: 2023-01-20T16:17:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T22:59:16.000Z (almost 2 years ago)
- Last Synced: 2024-05-08T08:34:16.069Z (6 months ago)
- Topics: quarto, quarto-extension, quarto-template
- Language: TeX
- Homepage: https://sebdunnett.github.io/quarto-iop/
- Size: 4.87 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Institute of Physics (IOP)
This Quarto format will help you create documents for journals published by IOP. For more about producing LaTeX output for IOP journals, see .
## Creating a New Article
You can use this as a template to create an article for an IOP journal. To do this, use the following command:
```bash
quarto use template sebdunnett/quarto-iop
```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 sebdunnett/quarto-iop
```## Usage
To use the format, you can use the format names `iop-pdf` and `iop-html`. For example:
```bash
quarto render article.qmd --to iop-pdf
```or in your document yaml
```yaml
format:
iop-pdf:
keep-tex: true
```You can view a preview of the template rendered as PDF at .