From a8c36415bba201110da6792c8466386229186bd9 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Tue, 9 Jul 2024 14:44:24 -0400 Subject: [PATCH] Change book font size to 10 --- _quarto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_quarto.yml b/_quarto.yml index 106c527dd..39b16bb6e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -236,7 +236,7 @@ format: number-sections: true latex-engine: xelatex # or pdflatex, lualatex, etc. geometry: margin=1in - fontsize: 11pt + fontsize: 10pt papersize: letter # or a4, etc. fig_caption: true link-citations: true