【发布时间】:2020-04-02 20:58:13
【问题描述】:
我在编辑 .RPres R 演示文稿中的标题幻灯片样式时遇到问题。 我正在使用 .css 文件来设置样式,并且已经尝试过:
.title-slide{
text-align: center;
background-color: white;
background-size: cover;
color: black;
font-family: 'Montserrat';}
但我唯一得到的是字幕标签上的白色背景,但幻灯片仍具有默认样式。我在标题幻灯片中有以下代码:
Title of the presentation
========================================================
class: title-slide
author:
autosize: true
css: prueba1.css
Subtitle of the title slide
如果有人能告诉我如何删除标题幻灯片,它也会有所帮助。 我在 linux x86_64 虚拟机上使用 R 版本 3.4.4。
【问题讨论】:
标签: css r r-markdown rpres