【问题标题】:R Markdown Presentation - Add FootnotesR Markdown 演示文稿 - 添加脚注
【发布时间】:2015-07-01 12:32:46
【问题描述】:

这是我尝试创建的 R Markdown 演示文稿的前几页。

Statistics 101
========================================================
author: ManiL
date: June 17, 2015

Review of Statistical Concepts
========================================================

Definition

- Statistics is the science of data collection, analysis and interpretation of results.
====================================================

我想添加一个脚注,它将出现在每一页上。我在网上看到了建议,但想看一个实际的例子。

【问题讨论】:

标签: rstudio r-markdown


【解决方案1】:

感谢我的同事 Shibing,这就是我所做的。我在标题页上方的第一张幻灯片的顶部添加了以下内容,实际上解决了这个问题。感谢大家的时间和支持。


<style>

.footer {
    color: black; background: white;
    position: fixed; top: 90%;
    text-align:left; width:100%;
}

</style>

<div class="footer" style="margin-top;font-size:80%;"> 
Footer for every slide </div>

【讨论】:

    【解决方案2】:

    好吧,如果这意味着您需要降价,那么就在这里。

    # Statistics 101
    **author: ManiL date: June 17, 2015**
    ## Review of Statistical Concepts
    Definition
    ###- Statistics is the science of data collection, analysis and interpretation of results.
    

    希望这是您正在寻找的降价。

    【讨论】:

    • 这不是问题所在。他正在为 RPresentation 的每张幻灯片寻找页脚。
    猜你喜欢
    • 2014-08-21
    • 2015-06-14
    • 2016-01-16
    • 2017-03-15
    • 1970-01-01
    • 2020-08-09
    • 1970-01-01
    • 2019-08-03
    • 2020-10-23
    相关资源
    最近更新 更多