https://github.com/computorg/computo-quarto-extension
Quarto extension for Computo template
https://github.com/computorg/computo-quarto-extension
Last synced: about 13 hours ago
JSON representation
Quarto extension for Computo template
- Host: GitHub
- URL: https://github.com/computorg/computo-quarto-extension
- Owner: computorg
- License: mit
- Created: 2022-10-13T14:00:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-06-30T12:15:41.000Z (8 days ago)
- Last Synced: 2026-06-30T12:21:02.288Z (8 days ago)
- Language: Lua
- Homepage: http://computo-journal.org/computo-quarto-extension/
- Size: 3.86 MB
- Stars: 18
- Watchers: 5
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Use of the Computo format template
This is a [Quarto-based](https://quarto.org) template that assists you in creating a manuscript for Computo.
## Creating a new article
You can use this as a template to create an article for Computo. To do this, use the following command:
```bash
quarto use template computorg/computo-quarto-extension
```
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 computorg/computo-quarto-extension
```
## Usage
To use the format, you can use the format names `computo-html`. For example:
```bash
quarto render article.qmd --to computo-html
```
or in your document yaml
```yaml
format:
computo-html: default
```
You can view a preview of the rendered HTML and PDF template at (for PDF, see "other formats" bnext to the TOC).