相关疑难解决方法(0)

如何在knitr的pdf输出中用数字标题保持数字位置?

我正在使用knitr(1.9.5和1.9.17)和rmarkdown(0.5.3.1),并希望在pdf输出中保持数字位置.fig.pos="H"使用chunk选项时,生成的pdf文件正常工作.

但是,fig_caption: yes在yaml标题中设置时,图形位置不会保持.

我该如何解决这个问题?谢谢你的任何建议.

编辑:

在了解乳胶的漂浮环境之后.我将float包添加到标题中.

\usepackage{float}
Run Code Online (Sandbox Code Playgroud)

但生成的tex文件总是htbpfigure环境fig.pos中使用任何选项.手动切换htbp到之后H,所有数字的位置都保持不变.

这是我的rmd文件示例:

---
title: "Untitled"
output:
  pdf_document:
    fig_caption: yes
    includes:
        in_header: mystyles.sty
---

# Section 1


Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot.

Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of …
Run Code Online (Sandbox Code Playgroud)

r knitr r-markdown

31
推荐指数
7
解决办法
4万
查看次数

标签 统计

knitr ×1

r ×1

r-markdown ×1