【发布时间】:2021-02-13 11:49:07
【问题描述】:
使用 rmarkdown beamer,我尝试在每张幻灯片的底部添加幻灯片编号,但一直失败。无论如何我可以在名为“boxes”的投影仪主题下的每个页面上添加幻灯片编号吗?
---
title: "Big Business"
author: |
| Mr. Bean
| Sunny College
output:
beamer_presentation:
theme: "boxes"
citation_package: natbib
biblio-style: apalike
incremental: TRUE
header-includes:
- \usepackage{makecell}
- \usepackage{booktabs}
- \usepackage{adjustbox}
---
# Motivation
Big business
# Motivation 2
Small business
【问题讨论】:
-
请创建一个minimal reproducible example,我们可以编译而无需访问您的文件,例如
header_pagenrs.tex -
@samcarter_is_at_topanswers.xyz:根据您的要求,我完全更改了上面的代码,以便您可以复制它们。我只希望每个页面的底部都有页码。
-
您可以在标题中包含
\addfootbox{normal text}{\hfill\insertframenumber\quad}的框主题添加脚线
标签: r latex r-markdown beamer