这是我一生中第一次使用 LaTex,我需要按以下方式定位图像和文本:
TEXT HERE IMAGE HERE
Lorem ipsum text text juubaa juubaa ---------PICTURE---------------
Lorem ipsum text text juubaa juubaa - -
Lorem ipsum text text juubaa juubaa - -
Lorem ipsum text text juubaa juubaa - -
Lorem ipsum text text juubaa juubaa -------------------------------
AGAIN TEXT HERE
lorem ipsum etc etc
如何在 LaTex 中做到这一点?=)感谢您的任何建议
答案1
最简单的方法可能是使用graphicx
包含图像的包,然后
\begin{tabular}{p{3cm}p{3cm}}
some text here
&
\includegraphics{my-picture}
\end{tabular}
尽管(当然:-))还有很多其他选择,但这应该可以帮助您入门。