Search found 5 matches

by The_Watcher
Sat Jun 28, 2008 11:21 am
Forum: General
Topic: array -- embedded normal lines
Replies: 2
Views: 2525

Re: array -- embedded normal lines

Thanks, that's great. :)
by The_Watcher
Sun Jun 22, 2008 7:22 pm
Forum: General
Topic: array -- embedded normal lines
Replies: 2
Views: 2525

array -- embedded normal lines

:geek:

Hi,

I specific question regarding arrary environment. I want to write out a mathematical table with colomns of numbers, but exceptionally I want a 'normal' line of text. For example,

1 2 3 4 5 6
2 3 4 5 6 7
This is odd
3 4 5 6 7 8

I know how to do a normal table, viz

$$
\begin ...
by The_Watcher
Thu Jul 12, 2007 12:10 am
Forum: General
Topic: jpeg and tif figures in Latex2e
Replies: 5
Views: 17763

jpeg and tif figures in Latex2e


Specify the width by: %%--------------------
\begin{figure}[ht]
\centering
\includegraphics[width=10cm]{figurename}
\caption{Description of figure.}
\label{fig:figurelabel}
\end{figure}
%%--------------------
Other useful size specification would include [height=10cm] or [width=\textwidth] or ...
by The_Watcher
Tue Jul 10, 2007 3:46 pm
Forum: General
Topic: jpeg and tif figures in Latex2e
Replies: 5
Views: 17763

jpeg and tif figures in Latex2e


Hi,

as you can read for example in this thread you cannot simply use EPS and JPG graphics in parallel and you cannot use TIF graphics with LaTeX at all.

A solution would be:

convert your TIF images to JPG
convert your EPS graphics to PDF or use the epstopdf package
compile your document via ...
by The_Watcher
Mon Jul 09, 2007 8:09 pm
Forum: General
Topic: jpeg and tif figures in Latex2e
Replies: 5
Views: 17763

jpeg and tif figures in Latex2e

Hello,

I am preparing a presentation and I have some jpeg and tif images that I want to put into it. I have written it in Latex2e, and I have *.eps (encapsulated postscript) figures which I can put it no problem; it is the *.jpg and *.tif which I have no idea about.

For the record here is how I ...