What are the default page size and the default margins when creating a pdf with bookdown? For example, using the basic configuration provided in the index.Rmd file of the bookdown demo, we have:
---
title: "A Minimal Book Example"
author: "Yihui Xie"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
github-repo: rstudio/bookdown-demo
description: This is a minimal example of using the bookdown package to write a book. The output format for this example is bookdown::gitbook.
---
I ask you this to check whether they are compatible with the page size/margins required to publish with Createspace by Amazon:
https://www.createspace.com/Special/Enterprise/Publisher/submission_guidelines.jsp
Thanks