diff --git a/Chapter2/Figs/TomandJerry.jpg b/Chapter2/Figs/TomandJerry.jpg new file mode 100755 index 0000000..7fdb537 Binary files /dev/null and b/Chapter2/Figs/TomandJerry.jpg differ diff --git a/Chapter2/Figs/WallE.jpg b/Chapter2/Figs/WallE.jpg new file mode 100755 index 0000000..7fa0fc8 Binary files /dev/null and b/Chapter2/Figs/WallE.jpg differ diff --git a/Chapter2/chapter2.tex b/Chapter2/chapter2.tex index 5ea046d..8ee9d47 100644 --- a/Chapter2/chapter2.tex +++ b/Chapter2/chapter2.tex @@ -53,3 +53,21 @@ If you have trouble viewing the document please contact Krishna \href{mailto:kks Etiam elementum tristique lacus, sit amet eleifend nibh eleifend sed \footnote{My footnote goes blah blah blah! \dots}. Maecenas dapibus augue ut urna malesuada, non tempor nibh mollis. Donec sed sem sollicitudin, convallis velit aliquam, tincidunt diam. In eu venenatis lorem. Aliquam non augue porttitor tellus faucibus porta et nec ante. Proin sodales, libero vitae commodo sodales, dolor nisi cursus magna, non tincidunt ipsum nibh eget purus. Nam rutrum tincidunt arcu, tincidunt vulputate mi sagittis id. Proin et nisi nec orci tincidunt auctor et porta elit. Praesent eu dolor ac magna cursus euismod. Integer non dictum nunc. + +\begin{landscape} + +\section*{Subplots} +I can cite Wall-E (see Fig.~\ref{fig:WallE}) and Minions in despicable me (~\ref{fig:Minnion}) or I can cite the whole figure as (Fig.~\ref{fig:animations}) + + +\begin{figure} + \centering + \subfloat[A Tom and Jerry]{\label{fig:TomJerry}\includegraphics[width=0.3\textwidth]{Chapter2/Figs/TomandJerry.jpg}} + \subfloat[A Wall-E]{\label{fig:WallE}\includegraphics[width=0.3\textwidth]{Chapter2/Figs/WallE.jpg}} + \subfloat[A Minion]{\label{fig:Minnion}\includegraphics[width=0.3\textwidth]{Chapter2/Figs/minion.jpg}} + \caption{Best Animations} + \label{fig:animations} +\end{figure} + + +\end{landscape} \ No newline at end of file diff --git a/Preamble/preamble.tex b/Preamble/preamble.tex index 6a4bcc8..0fb54eb 100644 --- a/Preamble/preamble.tex +++ b/Preamble/preamble.tex @@ -56,7 +56,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Subfigure (note: this must be included after the `caption` package). %%\ -%\usepackage{subfig} +\usepackage{subfig} % ****************************************************************************** diff --git a/thesis.pdf b/thesis.pdf index 058b554..ef02b76 100644 Binary files a/thesis.pdf and b/thesis.pdf differ