https://github.com/DamonCharlesRoberts/fancy-doc
Quarto extension with a nifty template.
https://github.com/DamonCharlesRoberts/fancy-doc
Last synced: 4 months ago
JSON representation
Quarto extension with a nifty template.
- Host: GitHub
- URL: https://github.com/DamonCharlesRoberts/fancy-doc
- Owner: DamonCharlesRoberts
- Created: 2023-06-06T17:38:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T12:09:31.000Z (12 months ago)
- Last Synced: 2024-08-13T07:16:25.347Z (8 months ago)
- Language: TeX
- Size: 47.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - DamonCharlesRoberts/fancy-doc - Quarto extension with a nifty template. (TeX)
README
Replication code: The color and shape of politics
---
A Quarto extension to generate a PDF document using the `fancyhdr` `LaTeX` package.
## Installation
To use this template, go to the folder you want to work on your project in and then run the following command in your Terminal:
```
quarto install extension DamonCharlesRoberts/fancy-doc
```## Using the extension
Once you've installed the extension, you should now be able to access it by including the following in your Quarto file's (`.qmd`) yaml section.
```
format:
fancy-doc-pdf: default
```## Example
If you want an example, you can download the [`example.qmd` file here in the Github Repository.](https://github.com/DamonCharlesRoberts/fancy-doc/blob/main/example.qmd)Then make sure to install the extension:
```
quarto install extension DamonCharlesRoberts/fancy-doc
```Then you can render the document by running
```
quarto render example.qmd
```It'll produce [`example.pdf` as seen here in the Github Repository.](https://github.com/DamonCharlesRoberts/fancy-doc/blob/main/example.pdf)
## Maintainers
- [Damon C. Roberts](https://github.com/DamonCharlesRoberts)
## License
Shield: [![CC BY 4.0][cc-by-shield]][cc-by]
This work is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].[![CC BY 4.0][cc-by-image]][cc-by]
[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg