fredguth / tufte-quarto

Tufte book layout for Quarto
https://fredguth.github.io/tufte-quarto/
38 stars 6 forks source link

tufte-handout class? #1

Closed bbolker closed 1 year ago

bbolker commented 1 year ago

Can this extension handle a standalone handout, in the style of the rmarkdown tufte style? Or, do you know if anyone has already done this/is working on it? (I will experiment for myself when I get a chance, but if this is a quick/easy answer for you ...) ?

fredguth commented 1 year ago

You can add to your _quarto.yml:

project:
    type: tufte
book:
  open-graph: true

...

format:
  pdf:
    documentclass: tufte-handout
bibliography: references.bib

But notice the project structure was done thinking about a book with a companion site. Thus, you probably will won't need many files/folders.