From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Org-babel and LaTeX letter Date: Tue, 06 Sep 2011 09:17:44 -0600 Message-ID: <871uvtzole.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0xdV-0008Gy-B2 for emacs-orgmode@gnu.org; Tue, 06 Sep 2011 11:32:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0xdT-00026L-Az for emacs-orgmode@gnu.org; Tue, 06 Sep 2011 11:32:29 -0400 Received: from mail-yi0-f41.google.com ([209.85.218.41]:63368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0xPv-0008JT-CF for emacs-orgmode@gnu.org; Tue, 06 Sep 2011 11:18:27 -0400 Received: by mail-yi0-f41.google.com with SMTP id 2so4281810yib.0 for ; Tue, 06 Sep 2011 08:18:27 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ben Alexander Cc: emacs-orgmode@gnu.org Hi Ben, It looks to me like you need to install the wrapfig.sty LaTeX file locally. I'm not sure how this would be done on OSX, but as a quick test you could just find a copy of wrapfig.sty online and copy it to the directory holding your .org file. Best -- Eric Ben Alexander writes: > Hello orgmode and latex users! > > I'm trying to use a latex to write a letter, and I'm using an org > babel block to hold the original source. I've whittled down my latex > code to one word and it still isn't working for me. I've included the > code block and the pdflatex output buffer. I notice that the default > style is 'article'. Is there some way to remove the article style and > use a letter instead? > > The funny thing is, if I run pdflatex from the command line, it works > fine. Though it doesn't have as many lines of diagnostic output. I > think the wrapping code for babel execution of latex code is the > issue. I'd be happy to install more tex files. I use MacPorts to > maintain my system; perhaps I am missing a tex package that is needed? > > Any pointers would be helpful. > > -Ben > > ORG file > ***** trial of latex > #+begin_src latex :file letter.pdf > Hello > #+end_src > > BUFFER *Org PDF LaTeX Output* shows the following (first and last few > lines only) > > This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2011/MacPorts > 2011_1) > restricted \write18 enabled. > entering extended mode > > (/var/folders/pC/pCO-RjsoEHGUcvQ-+Z3F2U+++TI/-Tmp-/babel-58334TCg/ > latex-58334gM > m.tex > LaTeX2e <2009/09/24> > Babel and hyphenation patterns for english, dumylang, > nohyphenation, lo > aded. > (/opt/local/share/texmf-texlive-dist/tex/latex/base/article.cls > Document Class: article 2007/10/19 v1.4h Standard LaTeX document class > > .....lines of output omitted...... > > ! LaTeX Error: File `wrapfig.sty' not found. > > Type X to quit or to proceed, > or enter new name. (Default extension: sty) > > Enter file name: > ! Emergency stop. > > > l.13 \usepackage > {soul}^^M > ! ==> Fatal error occurred, no output PDF file produced! > Transcript written on /var/folders/pC/pCO-RjsoEHGUcvQ-+Z3F2U+++TI/- > Tmp-/babel-5 > 8334TCg//latex-58334gMm.log. > > Xander$ port list installed and texlive* > texlive-basic @23152 tex/texlive-basic > texlive-basic @23152 tex/texlive-basic > texlive-bin @2011 tex/texlive-bin > texlive-bin @2011 tex/texlive-bin > texlive-common @2011 tex/texlive-common > texlive-common @2011 tex/texlive-common > texlive-documentation-base @23160 tex/texlive- > documentation-base > texlive-documentation-base @23160 tex/texlive- > documentation-base > texlive-generic-recommended @23088 tex/texlive-generic- > recommended > texlive-generic-recommended @23088 tex/texlive-generic- > recommended > texlive-latex @23089 tex/texlive-latex > texlive-latex @23089 tex/texlive-latex > texlive-latex-recommended @23089 tex/texlive-latex- > recommended > texlive-latex3 @19447 tex/texlive-latex3 > texlive-xetex @23080 tex/texlive-xetex > > -- Eric Schulte http://cs.unm.edu/~eschulte/