From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graham Smith Subject: Re: [babel] captions and figure size on export Date: Mon, 8 Mar 2010 07:28:39 +0000 (UTC) Message-ID: References: <2c75873c1003071453w78b2d8c9wd1e7fb97432e462e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoXPt-0003ZD-6T for emacs-orgmode@gnu.org; Mon, 08 Mar 2010 02:30:17 -0500 Received: from [140.186.70.92] (port=48911 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoXPo-0003Yn-Ax for emacs-orgmode@gnu.org; Mon, 08 Mar 2010 02:30:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NoXPk-0004Wc-3Z for emacs-orgmode@gnu.org; Mon, 08 Mar 2010 02:30:12 -0500 Received: from lo.gmane.org ([80.91.229.12]:55379) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NoXPj-0004WG-T7 for emacs-orgmode@gnu.org; Mon, 08 Mar 2010 02:30:08 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NoXPf-0000WJ-19 for emacs-orgmode@gnu.org; Mon, 08 Mar 2010 08:30:03 +0100 Received: from 91.84.127.203 ([91.84.127.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Mar 2010 08:30:03 +0100 Received: from myotisone by 91.84.127.203 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Mar 2010 08:30:03 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Graham Smith 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