vice nezavislych obrazku vedle sebe v plovoucim prostredi

Petr Sojka sojka at informatics.muni.cz
Mon Jul 3 18:12:31 CEST 2000


On Mon, Jul 03, 2000 at 05:42:58PM +0200, Jan Pechanec wrote:
	dobry den,

> 	mam male obrazky, stranku a4wide a rad bych mel treba 2
> obrazky vedle sebe v plovoucim prostredi, ale aby mely oba dva
> samostatny \caption a byly samostatne odkazovatelne. nechtel bych
> ztratu mista, ktera nastava pri pouze jednom malem obrazku ,,vedle
> sebe'', resit napriklad obtekanim odstavcu.
>
> 	dival jsem se treba na float.sty, ale to asi neni to co
> potrebuji. existuje v latexu nejaky takovy balik?

Jestli chcete cislovat 3a, 3b apod, pak styl subfigure,
ale jinak staci v ramci jednoho plovouciho okoli pouzit
vice \caption (treba v minipage okoli):

\begin{figure}
    \centering
    \begin{minipage}[c]{0.5\textwidth}
        \centerline{\psfig{figure=74a.eps,height=.8\textwidth}}
        \caption{Spectrum of the vowel $a$}
        \label{fig:sveradfig1}
    \end{minipage}%
    \begin{minipage}[c]{0.5\textwidth}
        \centerline{\psfig{figure=74e.eps,height=.8\textwidth}}
        \caption{Spectrum of the vowel $e$}
        \label{fig:sveradfig2}
    \end{minipage}
\end{figure}

S pozdravem
Petr Sojka

> Jan PECHANEC <pechy at hp735.cvut.cz>, http://pechy.civ.cvut.cz
> Supercomputing Center CTU, Zikova 4, Praha 6, 166 35, Czech Republic
> http://www.civ.cvut.cz, direct: +420 2 2435 2969, fax: +420 2 2431 0271
>



More information about the csTeX mailing list