On 10/16/06, <b class="gmail_sendername">Carlos Guâno Grohmann</b> <<a href="mailto:carlos.grohmann@gmail.com">carlos.grohmann@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Anyway I can insert the logo of my speleo club in therion? as a EPS or PS maybe?<br>thanks!<br></blockquote></div><br>Currently it's possible using the following in the layout:<br><br>code tex-map<br><br>\def\loadpicture#1{\pdfximage{#1}\pdfrefximage\pdflastximage}
<br>\def\maplayout{<br>  \legendbox{0}{100}{NE}{\the\legendcontent}<br>  \legendbox{100}{100}{NW}{\loadpicture{/absolute/path/to/file.png}}        %%% pdf, png, jpg supported<br>}<br><br>the first three  arguments of \legendbox macro are the same as of map-header command. We plan to implement more convenient interface to image embedding.
<br><br>M.<br>