Skip to content

Commit 4b69421

Browse files
committed
Configure PDF output for screen viewing
- Change documentclass to scrbook with oneside option - Allow chapters to start on any page (open=any) - Set equal 1-inch margins on all sides
1 parent 3189efd commit 4b69421

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

_quarto.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,19 @@ format:
3939
crossref:
4040
chapters: true
4141
pdf:
42-
documentclass: book
42+
documentclass: scrbook
43+
classoption:
44+
- oneside
45+
- open=any
4346
papersize: letter
4447
toc: true
4548
number-sections: true
4649
number-depth: 3
4750
colorlinks: true
4851
default-image-extension: png
4952
pdf-engine: pdflatex
53+
geometry:
54+
- margin=1in
5055
include-in-header:
5156
text: |
5257
% Required packages

0 commit comments

Comments
 (0)