https://github.com/cwickham/manuscript-showcase
https://github.com/cwickham/manuscript-showcase
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cwickham/manuscript-showcase
- Owner: cwickham
- Created: 2023-07-07T15:11:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T15:45:00.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T15:48:28.592Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://cwickham.github.io/manuscript-showcase/
- Size: 51.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```