- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我必须在我的标题幻灯片中加入一个说明,说明我的资金来源。我能够通过以下方式在 LyX/LaTeX 中做到这一点:
\author{Michael Chirico\thanks{These people gave me money}, Other Authors}
[^]
提及锚定以标记脚注,这在其他幻灯片中工作正常,但我无法让它在标题中工作:
---
title: "Title"
author: "Michael Chirico[^thanks], Other Authors"
date: "February 10, 2016"
output: beamer_presentation
[^thanks]: These people gave me money
---
pandoc: Could not parse YAML header: UnexpectedEvent {_received = Just (EventSequenceStart Nothing), _expected = Nothing} "source" (line 1, column 1)
[^thanks]
在页眉之外,.pdf 可以编译,但在标题页(也没有其他任何地方)上没有页脚,并且
[^thanks]
原样显示在标题幻灯片上。
最佳答案
您可以使用 inline note .常规脚注语法是 [^note_call]
然后 [^note_call]: note_content
在新线上。内联注释的语法只是 ^[note_content]
---
title: "Title"
author: "Michael Chirico^[These people gave me money], Other Authors"
date: "February 10, 2016"
output: beamer_presentation
---
关于r - 添加脚注/感谢 Rmarkdown 标题幻灯片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35228773/
在8月1日发布救援行动-赞助商计划后,我们并没有抱什么奢望,更没有妄想很快能找到赞助商,只是为救园多一点可能的希望,万一找到一家赞助商,就会多一份救园力量。 没想到第2天就有幸遇到一家有意向的企业,
我有一个问题,我不明白为什么我不能让缩略图在列表中垂直居中? 我试过: .my-gallery figure { display: block; float: left; ma
我必须在我的标题幻灯片中加入一个说明,说明我的资金来源。我能够通过以下方式在 LyX/LaTeX 中做到这一点: \author{Michael Chirico\thanks{These people
我在 WordPress 的两个页面上使用联系表单 7(同一表单,两个不同的页面),并且希望重定向到每个页面上各自的 .../谢谢。 使用以下 JavaScript: on_sent_ok: "loc
我有这段代码: private void backgroundWorker1_DoWork(object sender, System.ComponentModel.DoWorkEventArgs e
答案看起来很简单,但我找不到解决方案。 我有一个 WordPress 网站。在我的右栏中,我打印了一些元数据。我想获取一些数据的文本值,然后在我的 .entry-content 中找到它,并将新样式应
我是一名优秀的程序员,十分优秀!