【发布时间】:2020-12-20 07:43:22
【问题描述】:
我想在 Rmarkdown 中创建一个简单的表格:
| Droite | Gauche | Défaut | Centré |
|-------:|:-------|--------|:------:|
| 12 | 12 | 12 | 12 |
| 123 | 123 | 123 | 123 |
| 1 | 1 | 1 | 1 |
Table: an exemple
而且它只是在弹出这条消息时不起作用:
output file: essai.knit.md
! Undefined control sequence.
<argument> \@@magyar@captionfix
Erreur : LaTeX failed to compile essai.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See essai.log for more info.
Exécution arrêtée
【问题讨论】:
-
你能分享你的markdown脚本吗?
标签: r datatable r-markdown