Obrazky v LaTeXu

Rudo Blasko beerb at frcatel.fri.utc.sk
Thu Mar 14 08:55:44 CET 2002


> Dobry den,
> resim nyni problem vkladani obrazku v LaTeXu, respektive pouzivam PdfCSLatex
> (nevim jestli je to relevantni informace) a rad bych obrazky ruzne radil do
> sloupecku a nad sebe tak, abych napriklad mel na jedne polovine stranky dva
> obrazky pod sebou a na druhe strane jeden obrazek  o celkove vysce rovne
> souctu tech vedlejsich dvou obrazku.
> Pokusim se to znazornit:
> Napr: (ascii-art neproporcialnim fontem :) )
>
> -------------------------------- --------
> |                              | |      |
> -------------------------------- |      |
> -------------------------------- |      |
> |                              | |      |
> -------------------------------- --------
>

Ja pouzivam toto



\begin{figure}[ht]
\begin{center}
%
\phantom{.}\hfill
%
\begin{minipage}[t]{7cm}
 ...
 OBRAZOK 1
 ...
\caption{obrazok 1}
\label{obr1}
\end{minipage}
%
\hfill
%
\begin{minipage}[t]{6cm}
 ...
 OBRAZOK 2
 ...
\caption{obrazok 2}
\label{obr2}

\bigskip

 ...
 OBRAZOK 3
 ...
\caption{obrazok 3}
\label{obr3}
\end{minipage}
%
\hfill\phantom{.}
%
\end{center}
\end{figure}


ale pokial tam nie su potrebne popisy \caption{},
potom nie je potrebne pouzit minipage, napr.

\begin{figure}[ht]
\begin{center}
\begin{tabular}{p{7cm}p{6cm}}
 ...
 OBRAZOK 1
 ...
&
 ...
 OBRAZOK 2
 ...

\bigskip

 ...
 OBRAZOK 3
 ...
\end{tabular}
\end{center}
\end{figure}


r.blasko






More information about the csTeX mailing list