Graham Smith <myotisone <at> gmail.com> writes:

To follow this up, it seems that looking at the tex file that none of the latex
code is being exported


\subsection{Boxplots}
\label{sec-2.1}


\begin{verbatim}
boxplot(daf$Flower~daf$YEAR)
\end{verbatim}

\includegraphics[width=10em]{FloweringBoxplot.pdf}

\begin{verbatim}
boxplot(daf$No.Flower~daf$YEAR)
\end{verbatim}


\begin{figure}[htb]
\centering
\includegraphics[width=10cm]{NonFloweringBoxplot.pdf}
\caption{\label{fig:BoxplotFlowering}Boxplot comparing number of flowering
daffodils between 2005 and 2006}
\end{figure}

Graham



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to