An open API service indexing awesome lists of open source software.

https://github.com/cwickham/manuscript-showcase


https://github.com/cwickham/manuscript-showcase

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# A Quarto Manuscript Showcase

Borrowing heavily from:

* https://github.com/Notebooks-Now/submission-myst-full
* https://github.com/Notebooks-Now/submission-quarto-full

Learn more in the [Tutorial](https://quarto.org/docs/manuscripts/).

## Source file

The source file for this template is a Quarto document, `index.qmd`. There is not necessarily anything special about this notebook.

## Building output artfiacts

To build PDF/JATS output from your source data, you must have the pre-release of Quarto CLI installed - you can download or learn about installation at

Then render the manuscript with:

```
quarto render
```