Re: jpg au eps en la fono de teksta dosiero

MJ Ray <[email protected]>
Newsgroups gmane.linux.debian.user.esperanto
Message-ID <46126b88.4P7uJqrBGQnYpeYT%[email protected]>
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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.