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 08:36:43 +0100 Message-ID: <27696C63-F652-4777-965E-6CF6BFF2757B@gmail.com> 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 1MrRpp-0000hR-Si for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 03:36:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrRpp-0000hF-Ba for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 03:36:49 -0400 Received: from [199.232.76.173] (port=41701 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrRpp-0000hC-7B for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 03:36:49 -0400 Received: from mx20.gnu.org ([199.232.41.8]:44758) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MrRpo-0000X4-Qd for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 03:36:48 -0400 Received: from ey-out-1920.google.com ([74.125.78.147]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrRpn-0002mS-Ta for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 03:36:48 -0400 Received: by ey-out-1920.google.com with SMTP id 3so1343325eyh.34 for ; Sat, 26 Sep 2009 00:36:46 -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 , org-mode Mode 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. I believe the reason that this is used it to make sure that wide formulas can still be formatted reasonably well, without additional line breaks. I guess we could inline the content of this small package. Would somebody like to try to replace this with just the margin setting commands of fullpage.sty? - Carsten > > Nick > > > > > >