[CSC 435] Examples of includegraphics and subfigure in LaTeX

Andrew J. Pounds pounds_aj at mercer.edu
Wed Apr 7 10:56:00 EDT 2010


Here is a snippet of one of my latex files that uses graphics with 
subfigures....

\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{subfigure}

\begin{document}
\begin{center}
\end{description}

\begin{figure}[h]
\subfigure[]{
\includegraphics[bb=0 0 331 326, angle=0.0, scale=0.30]{py.eps}
}
\subfigure[]{
\includegraphics[bb=0 0 347 299, angle=0.0, scale=0.30]{pz.eps}
}
\subfigure[]{
\includegraphics[bb=0 0 336 395, angle=0.0, scale=0.30]{dz2.eps}
}
\subfigure[]{
\includegraphics[bb=0 0 363 358, angle=0.0, scale=0.30]{dxz.eps}
}
\caption{Four Atomic Orbitals}
\label{aos}
\end{figure}

-- 
Andrew J. Pounds, Ph.D.  (pounds at theochem.mercer.edu)
Associate Professor of Chemistry and Computer Science
Mercer University,  Macon, GA 31207   (478) 301-5627



More information about the csc435 mailing list