- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
我正在尝试将 Rpres HTML5 演示文稿 ( a new feature of Rstudio ) 保存为 PDF 文档,这将用作演示文稿讲义(建议 here )
问题是输出在 pdf 中看起来很困惑,即使对于 RStudio 提供的基本演示示例也是如此。
如何重现问题 - 从 RStudio 中将其复制到新的 .Rpres 文件,或者只打开新的 File -> New File -> R Presentation
:
test
========================================================
author:
date:
First Slide
========================================================
For more details on authoring R presentations click the
**Help** button on the toolbar.
- Bullet 1
- Bullet 2
- Bullet 3
Slide With Code
========================================================
```{r}
summary(cars)
```
Slide With Plot
========================================================
```{r, echo=FALSE}
plot(cars)
```
在 RStudio 中,单击 Preview -> View in Browser
在 Google Chrome 中,右键单击 -> 打印...
将生成 the following messy pdf
最佳答案
目前,RStudio 没有为 Rpresentations 提供打印 CSS。 As per RStudio support reply here ,他们希望添加将另存为 PDF 直接保存到 RStudio 中的功能。与此同时,Pandoc是要走的路。
2014 年 5 月 12 日编辑:
演示文稿的 PDF 生成同时已在 RStudio 中实现。您可以获得带有在幻灯片之间导航的控件的横向格式的精美 PDF。 Download preview version 0.98.836 or higher from here .然后点击:
文件 -> 新文件 -> R Markdown -> 演示文稿 -> 默认输出格式 = PDF (Beamer)
关于html - Rpres HTML5 演示文稿 "Save As PDF"(Google Chrome) 显示不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19694487/
我是一名优秀的程序员,十分优秀!