[Tugindia] Figure and Table

E. Krishnan ekmath at md5.vsnl.net.in
Wed Jul 30 21:12:01 CEST 2003


On Tue, 29 Jul 2003, Ashis Kumar Mal wrote:

> I would like to put one table and one figure
> side by side on a page, to accomodate more
> text in a page.

<snip>

> Here is what I did :

<snip>

Please try this slightly modified version of your code:

\begin{figure}[htbp]
  \begin{minipage}[b]{0.5\textwidth}
    \begin{center}
      \begin{tabular}{|c|c|c|}
        \hline
        Coeffs. &  Cap.Value &  Cap.Ratios\\
        \hline
        1.0000 &  5 &        5.123\\
        0.9808 &  4.904 &    5.024\\
        0.3827 &  1.914 &    1.961\\
        0.1951 &  0.976 &    1.000\\
        \hline
      \end{tabular}
    \end{center}
    \caption{Capacitor Values}
  \end{minipage}
  \begin{minipage}[b]{0.5\textwidth}
    \begin{center}
      \includegraphics[width=4cm]{ellann.eps}
    \end{center}
    \caption{Inverting}
  \end{minipage}
\end{figure}





-- 
Krishnan





More information about the tugindia mailing list