【问题标题】:Margin Figures in LatexLatex 中的边距数字
【发布时间】:2011-01-11 08:46:25
【问题描述】:

我想在我的 Latex 文档中添加一些数字。我希望它们是非浮动的。有什么包吗。

谢谢

【问题讨论】:

    标签: latex figure


    【解决方案1】:

    使用字幕包:

    \usepackage{caption}
    

    例如

    \marginpar{%
      \includegraphics[width=\marginparwidth]{myfile}
      \captionof{figure}{The caption}
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-10-29
      • 2011-03-28
      • 2011-03-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-11-23
      • 1970-01-01
      相关资源
      最近更新 更多