Quantcast
Channel: Codemiles.com Programming Forums - Forum » Latex Tutorials
Viewing all articles
Browse latest Browse all 3

Latex Tutorials | show figures side by side using subfigure

$
0
0
This article is about writing or presenting more than one image in latex figure tab using subfigure package, this tag allows you to present your images side by side ( show figures in a table layout) in columns and rows, check the following example:
Code: 
\begin{figure}[hht]
\centering
\subfigure[Caption 1 Here]{
    \includegraphics[totalheight=0.28\textheight,
width=0.5\textwidth]{images/1-1.jpg}


\includegraphics[totalheight=0.28\textheight,
width=0.5\textwidth]{images/1-2.jpg}

   \label{fig:subfig1}
}
\subfigure[Caption

...

Statistics : Posted by msi_333 • on Sun Jul 29, 2012 10:03 pm • Replies 0 • Views 1542

Viewing all articles
Browse latest Browse all 3

Trending Articles