pneuvial / computo-quarto-extension

Quarto extension for Computo template

Home Page:https://computorg.github.io/computo-quarto-extension/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of the Computo format template

This is a Quarto-based 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:

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:

quarto add computorg/computo-quarto-extension

Usage

To use the format, you can use the format names computo-html. For example:

quarto render article.qmd --to computo-html

or in your document yaml

format:
  computo-html: default

You can view a preview of the rendered HTML and PDF template at https://computorg.github.io/computo-quarto-extension/ (for PDF, see "other formats" bnext to the TOC).

About

Quarto extension for Computo template

https://computorg.github.io/computo-quarto-extension/

License:MIT License


Languages

Language:Lua 44.7%Language:HTML 28.9%Language:SCSS 14.7%Language:TeX 10.2%Language:R 1.4%