嗨,我想将图形和表格放到想要的位置。我在YAML中使用此代码
---
title: "DEVOIR 2"
author: "MOI"
date: "11/11/2019"
output:
pdf_document:
header-includes:
\floatplacement{figure}{H}
\floatplacement{table}{H}
geometry: margin=1in
fig_caption: yes
tab_caption: yes
---
我以前的项目运行良好。但是现在没有用。输出未编译。我不明白
这是错误消息:
!未定义的控制顺序。 l.91 \ floatplacement
{figure} {H} \ floatplacement {table} {H}
Erreur:无法编译Hamilton.tex。有关调试提示,请参见https://yihui.name/tinytex/r/> #debugging。有关更多信息,请参见Hamilton.log。 处决犯人
如果我尝试从YAML中删除此代码,则:
header-includes:
\floatplacement{figure}{H}
\floatplacement{table}{H}
R.markdown效果很好,但是数字不是我想要的。
即使在块的全局选项中,将fig.pos="H"
放在块中也对我不起作用。
我现在不知道该怎么办。