Customise title page and rest of chapters separately

I am using index.rdm file to specify title page geometry:

title: me
author: name
subtitle: 'myname'
date: 'September 2020'
output:
bookdown::pdf_book:
latex_engine: xelatex
pdf_document: default
word_document: default
documentclass: book
mainfont: Cambria
fontsize: 12 pt
geometry: left=4cm, right=3cm, top=2cm, bottom=2cm
linestretch: 2
pagestyle: empty
lof: True
lot: True
bibliography: References2.bib
biblio-style: apalike
toc: True
toc_depth: 3

Would like to have different geometry for the rest of the chapters - how should I specify it without index YAML overriding the settings for the whole document?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.