## 编译环境 操作系统 * [x] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x] TexLive `年份`2020 * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 比如,“使用图标【图片】可以实现某某功能”,这句话中,让图片的中心下降到和这一行文字的中心一样,可以使用\makebox吗?如果可以,怎么设置参数?谢谢

1 回答1

0
```tex \documentclass{article} \usepackage{mwe,graphbox} \usepackage{pgffor} \begin{document} \foreach \a in {b,l,c,m} {% test \includegraphics[align=\a,width=2cm]{example-image.pdf} test\par% } \end{document} ``` 参考:《[[LaTeX 宏包] graphbox - 为 \includegraphics 增加对齐等选项](https://zhuanlan.zhihu.com/p/115229629)》

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。