From: Nick Dokos <nicholas.dokos@hp.com>
To: Gary Oberbrunner <garyo@oberbrunner.com>
Cc: nicholas.dokos@hp.com, Orgmode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: org-babel-R: export R graphics to LaTeX
Date: Tue, 07 Feb 2012 12:39:04 -0500 [thread overview]
Message-ID: <10644.1328636344@alphaville> (raw)
In-Reply-To: Message from Gary Oberbrunner <garyo@oberbrunner.com> of "Tue, 07 Feb 2012 12:15:25 EST." <CAFChFygfebC8kSf-3CsCDMdCSKi_tdakk=RpHPgBys2MPQKW4w@mail.gmail.com>
Gary Oberbrunner <garyo@oberbrunner.com> wrote:
> I have the following org-mode test file:
>
> ===========
> #+TITLE: tester.org
> #+PROPERTY: session *R*
> #+PROPERTY: results output
> #+LaTeX_HEADER: \usepackage{hyperref}
>
> * Headline here
>
> Here is some text.
>
> #+begin_src R :exports both :results graphics :file img.jpg
> hist(rnorm(100))
> #+end_src
> =============
>
> and exporting it to LaTeX with C-C C-e d gives a PDF with only a link
> to the graphics file, not inlined as a figure. How do I include the
> actual R graph?
>
I cannot reproduce this: the image is produced properly and the
.tex file contains the proper \includegraphics invocation. What version
of org are you using? What does the .tex file look like? There might be
some option setting that causes this but I'm not sure. I append the
.tex file I get for comparison.
Nick
Org-mode version 7.8.03 (release_7.8.03.292.gec677)
--8<---------------cut here---------------start------------->8---
% Created 2012-02-07 Tue 12:33
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{soul}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\usepackage{minted}
\usepackage{hyperref}
\providecommand{\alert}[1]{\textbf{#1}}
\title{tester.org}
\author{Nick Dokos}
\date{\today}
\hypersetup{
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs Org-mode version 7.8.03}}
\begin{document}
\maketitle
\setcounter{tocdepth}{3}
\tableofcontents
\vspace*{1cm}
\section{Headline here}
\label{sec-1}
Here is some text.
\begin{minted}[]{R}
hist(rnorm(100))
\end{minted}
\includegraphics[width=.9\linewidth]{img.jpg}
\end{document}
--8<---------------cut here---------------end--------------->8---
prev parent reply other threads:[~2012-02-07 17:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-07 17:15 org-babel-R: export R graphics to LaTeX Gary Oberbrunner
2012-02-07 17:39 ` Nick Dokos [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=10644.1328636344@alphaville \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=garyo@oberbrunner.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.