提问于:
浏览数:
1985
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)》
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。