专栏名称: LaTeX工作室
欢迎光临分享与学习LaTeX的王国
目录
相关文章推荐
今天看啥  ›  专栏  ›  LaTeX工作室

图文图顶部对齐,beamer中我想让图片和文本对齐,试过figure,试过,minipage

LaTeX工作室  · 公众号  ·  · 2024-08-06 18:42

文章预览

选自: https://ask.latexstudio.net/ask/question/17302.html 【问题描述】 我想让文字图片文字顶部对齐. 。苹果和矩形和香蕉的顶部位于同一水平线 \documentclass[aspectratio= 169 ]{ctexbeamer} \ begin {document} \ begin {frame}{文图文} \ begin {columns} \column{ 0 . 32 \textwidth} \null \centering 苹果 \column{ 0 . 32 \textwidth} \null \centering \rule{ 1 cm}{ 2 cm} \column{ 0 . 32 \textwidth} \null \centering 香蕉 \ end {columns} \ end {frame} \ end {document} 【解决方案】 我不是很明白你是怎么每次复制MWE都复制成这样的(你只要把 documentclass 到end{document}之间的所有内容放到一个markdown代码块 '   ' '   '之间,就能把他们全都高亮框内) 此外,rule插入的并不是一个图片.建议使用mwe插入图片以构造mwe ………………………………

原文地址:访问原文地址
快照地址: 访问文章快照
总结与预览地址:访问总结与预览