【发布时间】:2017-08-25 21:51:09
【问题描述】:
创建带有 bookdown 的 pdf 时,默认页面大小和默认边距是多少?例如,使用 bookdown 演示的 index.Rmd 文件中提供的基本配置,我们有:
---
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.
---
我请您检查它们是否与亚马逊使用 Createspace 发布所需的页面大小/边距兼容:
https://www.createspace.com/Special/Enterprise/Publisher/submission_guidelines.jsp
谢谢
【问题讨论】:
标签: r r-markdown pandoc bookdown