我正在使用来自艾琳娜·波托耶娃制作 A0 海报。如何将图片 (pdf) 插入每个节点?我猜是\usepackage{graphicx}
需要的,但它一直报错,说右括号太多}
。
答案1
首先包括图形包在序言中。
\usepackage{graphics}
然后只需使用
\includegraphics{oohapicture}
\blocknode
在定义的环境之一内。
例如,要在个性化海报示例部分,使用这个:
\blocknode {Personalizing the Poster}%
{It is possible to adjust the layout of the poster. To impose your own setting, you can use these macros:
\includegraphics{oohapicture}
\begin{itemize}
...
而且它应该可以正常工作。
如果您有两个具有不同扩展名的文件(例如 .eps 和 .pdf),并且您迫切想要使用 pdf,只需将扩展名添加到文件名中:
\includegraphics{oohapicture.pdf}