【发布时间】:2022-10-04 20:10:40
【问题描述】:
我想在幻灯片演示文稿的左下角使用Inhalt 而不是Contents。
我试过了
---
title: "Untitled"
author: "Erich Neuwirth"
date: "2022-09-28"
output:
slidy_presentation:
incremental: yes
pandoc_args: [
"--variable=lang:de"
]
---
## R Markdown
When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document.
## Slide with Bullets
- Bullet 1
- Bullet 2
- Bullet 3
但这没有用。
【问题讨论】:
-
您只想将
Contents更改为Inhalts,其他所有内容都是英文的?? -
对于我的德语幻灯片演示,这是唯一始终可见的英文文本。当然,能够将所有幻灯片提供的文本更改为德语会更好。
-
好吧,
Contents实际上可以使用 javascript 更改为Inhalt。但我不确定是否有其他文本。
标签: r-markdown presentation slidy