Graphics, Figures & TablesGet images to be symmetrical

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
icx_rad
Posts: 2
Joined: Mon Aug 03, 2009 8:17 pm

Get images to be symmetrical

Post by icx_rad »

I would like to get your help for I have tried to get three images to be symmetrical but it is not working. How can I get all three images to fit on one line. I have tried to adjust the linewidth & columnwidth and it has not worked:

Code: Select all

\begin{figure}[ht]%
      \setlength{\fboxsep}{0pt}%
      \setlength{\belowcaptionskip}{0pt}%
      \setlength{\abovecaptionskip}{3pt}%
      \begin{minipage}[t]{0.4\linewidth}\centering%
     %\framebox{%
          \includegraphics[width=0.45\columnwidth]{charging_setup}%
     %}%
      \includegraphics[width=0.75\columnwidth]{charging_setup_underwater} %
       %}%
     \subcaption{You can connect the charger directly to the identiFINDER or through the black interface box.}%
   \end{minipage}%
   \hfill
   \begin{minipage}[t]{0.56\linewidth}\centering%
    %\framebox{%
        \includegraphics[width=1\columnwidth]{charging_cradle_collage}%
    %}%
    \subcaption{Place the powerPACK-plus in the charging cradle prior to connecting to the power source.  The charging cradle can be connected to the external power supply or the auto adaptor when used in a vehicle.}%
\end{minipage}%
\caption{Charging with standard accessories or a charging cradle (not to scale).}
\label{fig:Charging-Methods}
\end{figure}
Thanks,
Melissa

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

torbjorn t.
Posts: 162
Joined: Wed Jun 17, 2009 10:18 pm

Re: Get images to be symmetrical

Post by torbjorn t. »

Perhaps the example found here will help you:
http://en.wikibooks.org/wiki/LaTeX/Floa ... #Subfloats
icx_rad
Posts: 2
Joined: Mon Aug 03, 2009 8:17 pm

Re: Get images to be symmetrical

Post by icx_rad »

Thank you! It worked
Post Reply