我正在尝试打印我创建的 xaringan markdown 的 PDF。当我打开由 R markdown 创建的 html 时,它在我的浏览器中呈现得非常好。但是,当我将其打印为 PDF 时(使用“另存为 PDF”选项),它会在幻灯片的底部和右侧添加大的白色边距。
我可以通过使用 pagedown 来避免这种情况,但我的工作场所只允许我使用 chrome 转换为 PDF。为了仔细检查,我从https://bookdown.org/yihui/rmarkdown/xaringan-start.html运行了 hello world 示例,在 chrome 中打开它,尝试打印它并得到相同的结果。
我在两台单独的计算机上执行此操作,以仔细检查它不只是我的机器。
我正在为 R 运行 3.5.2 和 Xaringan 的 0.13(来自 CRAN)。
PS:看起来这曾经是Xaringan的问题https://github.com/yihui/xaringan/issues/65
编辑:从https://bookdown.org/yihui/rmarkdown/xaringan-start.html添加代码
---
title: "Presentation Ninja"
subtitle: "with xaringan"
author: "Yihui Xie"
date: "2016/12/12"
output:
xaringan::moon_reader:
lib_dir: libs
nature:
highlightStyle: github
countIncrementalSlides: false
---
One slide.
---
Another slide.