Search found 3 matches

by pavel81
Wed Oct 01, 2008 11:49 pm
Forum: General
Topic: Put figure in Header in Latex
Replies: 2
Views: 2236

Put figure in Header in Latex

Thank you so much gmedina. It worked and satisfied my need. Thanks a lot.

BR
Pavel
-------------------------------
Hi Pavel,

you could use the textpos package. A little example:
\documentclass{report}
\usepackage[absolute]{textpos}
\usepackage{lipsum}%just to generate some text

\begin{document ...
by pavel81
Wed Oct 01, 2008 2:36 pm
Forum: General
Topic: Put figure in Header in Latex
Replies: 2
Views: 2236

Put figure in Header in Latex

Hello,

I have been trying to put a figure at the top-right corner of a page, outside the margin. So I was trying to put the figure in a 'header'. But, I have not been successful yet. I don't see the figure, but I see text there if I put text. Hope I would get some useful tips on it. A sample code ...
by pavel81
Sat Aug 23, 2008 10:08 pm
Forum: General
Topic: Including *.eps figure in Latex
Replies: 20
Views: 60410

Including *.eps figure in Latex

Hi,
I need to include a *.eps figure in Latex. I am using the following code:

\begin{figure}[ht]
\centering
\includegraphics[type=eps, read=.eps, width=0.5\textwidth]{LBP_4si.eps}
\caption{abcdefg}
\label{fig:comparisondiagram}
\end{figure}

I have also used \usepackage{graphicx} in the header.

I ...