本文介绍了RMarkdown ioslides演示高清的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否有一种简单的方法可以配置ioslides演示文稿以获得更高的分辨率?我知道宽屏选项:
Is there a simple way to configure ioslides presentations for higher resolutions?I know of the widescreen option:
---
output:
ioslides_presentation:
widescreen: true
---
这会稍微增加宽度,但是我想知道是否有一个参数或简单的CSS更改可以实现更高的分辨率...
which increases width a little bit, but I wonder if there's a parameter or simple CSS change which allows for higher resolutions...
推荐答案
您可能是指缩放".通常,我使用Google Chrome浏览器,然后按F
(全屏),然后按Ctrl + Plus
几次,以稍微放大页面.
You probably mean "zooming". Normally I use Google Chrome, and I press F
(fullscreen), then Ctrl + Plus
a few times to zoom into the page a little bit.
这篇关于RMarkdown ioslides演示高清的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!