Luiz Portella <[EMAIL PROTECTED]> skribis: > Mi volas krei tekstan dosieron per pdflatex, kun jpg au eps en la fono. > Ĉu vi scias kiel?
http://www.tex.ac.uk/tex-archive/info/epslatex.pdf diras (paĝo 54): \documentclass{article} \usepackage{graphicx,fancyhdr} %%% store graphics in a box \newsavebox{\mygraphic} \sbox{\mygraphic}{\includegraphics[keepaspectratio, height=0.8\textheight, width=0.8\linewidth]{file.eps}} \pagestyle{fancy} \fancyhead{} \fancyhead[C]{\setlength{\unitlength}{1in} \begin{picture}(0,0) \put(-2.2,-6){\usebox{\mygraphic}} \end{picture}} \fancypagestyle{plain}{% \fancyhead{}% \fancyhead[C]{\setlength{\unitlength}{1in} \begin{picture}(0,0) \put(-2.2,-6){\usebox{\mygraphic}} \end{picture}}} \begin{document} ... \end{document} Bonŝancon! -- MJ Ray - see/vidu http://mjr.towers.org.uk/email.html Webmaster/web developer, statistician, sysadmin, online shop maker, developer of koha, debian, gobo, gnustep, various mail and web s/w. Workers co-op @ Weston-super-Mare, Somerset http://www.ttllp.co.uk/

