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

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.

Awesome Lists containing this project

README

        

Replication code: The color and shape of politics




GitHub last commit


GitHub issues


GitHub pull requests

---

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