https://github.com/tjmahr/buckydown
custom pdf bookdown format
https://github.com/tjmahr/buckydown
Last synced: 3 months ago
JSON representation
custom pdf bookdown format
- Host: GitHub
- URL: https://github.com/tjmahr/buckydown
- Owner: tjmahr
- License: mit
- Created: 2018-07-30T17:46:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T13:30:37.000Z (over 6 years ago)
- Last Synced: 2025-02-24T13:56:35.862Z (3 months ago)
- Language: TeX
- Size: 1.24 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# buckydownCustom pdf bookdown format
## Installation
You can install buckydown from [GitHub](https://github.com/) with:
```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("tjmahr/buckydown")
```## Sources
This package borrows the package infrastructure of huskydown for making a
dissertation pdf in with bookdown but uses a LaTeX template I found online. All
the demo text and documentation wrongly talks about the University of Washington
and huskydown, so bear with me.## Testing from within this package
To test the PDF template stored in `inst/` assuming we are at top level. Rebuild
the package. Then:```{r, eval = FALSE}
buckydown::test_thesis_pdf()
```