07:00
Choose from or customize one of 25 Bootswatch themes.
Customize a theme by including a custom .scss
file under the theme
key:
SCSS files have the following form:
/*-- scss:defaults --*/
$h2-font-size: 1.6rem !default;
$headings-font-weight: 500 !default;
$body-color: $gray-700 !default;
/*-- scss:rules --*/
h1, h2, h3, h4, h5, h6 {
text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
}
Define SASS variables in the defaults
section.
Declare CSS rules in the rules
section.
Create and modify a reference document, which is a special kind of template.
word-template.docx
and modify the styles.reference-doc:
key:Format in MS Word and then convert .docx
to .pdf
with Adobe Acrobat.
orβ¦
Learn how to format PDFs in the Quarto docs: PDF basics & PDF options.
Try Typst, an open-source markup-based typesetting system, new in Quarto 1.4.
Play around with the HTML and MS Word styling of a report of your choosing.
.qmd
or choose one from a previous exercise.07:00