如何将标题(图/表格)放置在页边距中?

发布于 2024-09-01 01:02:13 字数 192 浏览 8 评论 0原文

我写论文,需要放入很多小图片。我还需要使用标题(带标签)以便更好地导航和参考这些图片。同时,我想腾出空间,并将标题放在图片旁边(旁边)的页边距中,就像 marginpar 所做的那样。我尝试了 sidecap 包,但它不起作用,mcaption 包也没有帮助。也许使用小型页面可以解决这个问题,但我还想将标题对齐到图片的中间(垂直对齐)。

有什么建议吗?

I write thesis and need to put a lot of small pictures into it. I also need to use captions (with labels) for better navigation and referring to these pictures. In the same time I want to spare space and put captions beside (next to) pictures, in margin, like marginpar does. I tried sidecap package but it didn't work, neither mcaption package did help. Maybe using a minipage would solve it, but I would like also to align caption to the middle (vertical align) of picture.

Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扛起拖把扫天下 2024-09-08 01:02:13

我在我的论文中得到了这个工作:

\usepackage[margincaption,outercaption,ragged,wide]{sidecap}
\sidecaptionvpos{figure}{t} 
\sidecaptionvpos{table}{t}

然后使用

\begin{SCfigure}[][htb]
  ...
\end{SCfigure}

此外,您可以使用 caption 包设置标题样式,如下所示:(

\captionsetup[SCfigure]{format=plain, ...}

SCtable 相同)

I got this working in my thesis with:

\usepackage[margincaption,outercaption,ragged,wide]{sidecap}
\sidecaptionvpos{figure}{t} 
\sidecaptionvpos{table}{t}

and then working with

\begin{SCfigure}[][htb]
  ...
\end{SCfigure}

Also, you can style the caption with the caption package like so:

\captionsetup[SCfigure]{format=plain, ...}

(same for SCtable)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文