Search found 2 matches

by correaraul
Sun May 05, 2013 8:21 pm
Forum: Graphics, Figures & Tables
Topic: Place Figure in Solution
Replies: 5
Views: 13804

Place Figure in Solution

Sorry, I'm new in the forum and LaTeX.. Let me try to explain better:

I use the TeXShop of MacTeX..
I think the most important parts of my document are:

\renewcommand{\solutiontitle}{}
\qformat{Question #\thequestion\quad\hrulefill}
\shadedsolutions

...

\begin{questions}
\question The question ...
by correaraul
Sun May 05, 2013 12:35 am
Forum: Graphics, Figures & Tables
Topic: Place Figure in Solution
Replies: 5
Views: 13804

Place Figure in Solution

I'm using the exam document class. How can I insert a figure in the solution of my document? The code is as follows.

Code: Select all

\begin{figure}[!h]
  \centering
  \includegraphics{figure.jpg}
\end{figure}
This doesn't work.