将子浮动的子标题放置在右侧
如何将子浮点(子图)的子标题放置在其右侧?
How can I place subcaptions of subfloats (subfigures) on their right side?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何将子浮点(子图)的子标题放置在其右侧?
How can I place subcaptions of subfloats (subfigures) on their right side?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您可能想探索 sidecap 包。我不知道它对子图形是否表现良好......
You might want to explore the sidecap package. Whether it behaves nicely with subfigures, I don't know...
您可以将您的
subfig
放在带有图形的minipage
旁边。例如:
其中
\graphic
是图像的占位符(我使用\def\graphic{\rule{1in}{1in}}
)我不知道如何然而,以确保空的子浮动为标题提供足够的空间。
You could put your
subfig
next to aminipage
with the graphic.For example:
Where
\graphic
is a placeholder for your image (I used\def\graphic{\rule{1in}{1in}}
)I don't know how to ensure that the empty sub-float gives enough space for the caption, however.