Skip to content

wdkeyzer/onderzoeksmethoden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Render the quarto documents

Use the commands below in the terminal to render the book project to different outputs.

- to a PDF

quarto render index.qmd --to pdf

- to a HTML

quarto render index.qmd --to html

- to a EPUB

quarto render index.qmd --to epub

Or render all specied outputs at once:

quarto render