0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
bin
/
quarto
/
share
/
projects
/
book
/
templates
/
[
Home
]
File: _quarto.ejs.yml
project: type: book book: title: "<%= title %>" author: "Norah Jones" date: "<%= new Date().toLocaleDateString() %>" chapters: - index<%= ext %> - intro<%= ext %> - summary<%= ext %> - references<%= ext %> bibliography: references.bib format: html: theme: cosmo pdf: documentclass: scrreprt <% if(editor){ %>editor: <%= editor %><% } %>