【发布时间】:2015-09-03 06:59:27
【问题描述】:
在 LaTeX 中,可以使用以下代码制作短标题(将出现在图形列表中):
\caption[Short caption.]{Long caption.}
在 R 中使用stargazer 我试过这个:
stargazer(mtcars, summary = FALSE, title="[Short caption]Long caption")
为字幕生成此输出:
\caption{[Short caption]Long caption}
如何使用stargazer 制作短标题?
【问题讨论】:
-
这个没有更新吗?我试图向包的作者提出问题,但包似乎不在 github 上...
-
@Heisenberg 在这里查看解决方法:stackoverflow.com/questions/31087731/…
标签: r latex knitr sweave stargazer