问题描述
每当我在 macOS 上的最新 RStudio (v0.99.902) 下全屏显示 .Rpres
文件时,介绍后的每张幻灯片都有一个不会消失的黑色覆盖层.
Whenever I take an .Rpres
file full screen under the latest RStudio (v0.99.902) on macOS every slide after the intro has a black overlay that does not disappear.
当窗口最小化时,我们有:
While the window is minimized we have:
[
在全屏模式下(按f
),从标题幻灯片切换到后续幻灯片收益:
Under full screen mode (press f
), switching from the title slide to the subsequent slides yields:
使用的代码:
Lecture 4: The Art of Life
====
author: 385
date: Today
autosize: true
On the Agenda
====
- Learn about functions
- Learn about other things..
> Only this text appears
推荐答案
我也遇到了这个问题.
F11 也没有帮助我,直到我开始使用菜单栏全屏查看幻灯片:
F11 didn't help me either, until after I started viewing the slides full-screen using the menu bar:
这使我的幻灯片全屏(带有漂亮的白色背景),然后我可以使用 F11 来关闭全屏选项.这对其他人有用吗?
This made my slides full-screen (with the nice white background), then I could use F11 to toggle off the full-screen option. Does this work for other folks?
这篇关于R 演示文稿 (rpres) 在全屏模式下变黑的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!