This is a Quarto-based template that assists you in creating a manuscript for Computo.
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-extensionThis will install the extension and create an example qmd file and bibiography that you can use as a starting place for your article.
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-extensionTo use the format, you can use the format names computo-html. For example:
quarto render article.qmd --to computo-htmlor in your document yaml
format:
  computo-html: defaultYou 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).