From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem with LaTeX snippets preview Date: Sat, 26 Sep 2009 07:39:18 +0100 Message-ID: References: <2d2b9210909241715v3cb9887fud6902aec0003a441@mail.gmail.com> <4abcce67.c5c2f10a.5279.34db@mx.google.com> <4abcd3f3.47c1f10a.50f1.043c@mx.google.com> <11116.1253893923@gamaville.dokosmarshall.org> <701577130909250858y43269dc6t4b9bdfd9d40002cc@mail.gmail.com> <11434.1253897169@gamaville.dokosmarshall.org> <11659.1253899246@gamaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrQwK-0004CX-Tf for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 02:39:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrQwF-0004AH-GM for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 02:39:27 -0400 Received: from [199.232.76.173] (port=37489 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrQwF-0004AE-C0 for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 02:39:23 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:52708) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrQwE-0003qL-Ni for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 02:39:23 -0400 Received: by ewy4 with SMTP id 4so1300454ewy.31 for ; Fri, 25 Sep 2009 23:39:21 -0700 (PDT) In-Reply-To: <11659.1253899246@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: Paul Burkander , emacs-orgmode@gnu.org, Paul Burkander On Sep 25, 2009, at 6:20 PM, Nick Dokos wrote: > Nick Dokos wrote: > >> Paul Burkander wrote: >> >>> ... >>> Anyway, I solved my original problem, which as you might recall was >>> that I got an empty box when I tried to preview. >>> >>> I installed texlive-latex-extras. It has since worked. If that >>> package is needed, it would be helpful to have it noted in the >>> documentation. >>> >> >> Do you know what in texlive-latex-extra fixes the problem? It might >> merit a mention in the org docs, but not everybody uses Debian/ >> Ubuntu, so >> a more specific reference might be more useful. >> > > Looks like the culprit is fullpage.sty - seems to be required by the > LaTeX > code that org-preview-latex-fragment generates. Hmm, may be we can remove fullpage.sty - nit sure if it really needed, I just copied this part from some other package.... - Carsten