From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Burkander Subject: Re: Problem with LaTeX snippets preview Date: Fri, 25 Sep 2009 11:58:01 -0400 Message-ID: <701577130909250858y43269dc6t4b9bdfd9d40002cc@mail.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> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrDBR-0002Yb-Q6 for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 11:58:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrDBM-0002Wu-9P for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 11:58:08 -0400 Received: from [199.232.76.173] (port=37635 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrDBM-0002Wr-5V for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 11:58:04 -0400 Received: from mail-fx0-f205.google.com ([209.85.220.205]:46296) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrDBL-00005l-Gi for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 11:58:03 -0400 Received: by fxm1 with SMTP id 1so2276376fxm.31 for ; Fri, 25 Sep 2009 08:58:01 -0700 (PDT) In-Reply-To: <11116.1253893923@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: emacs-orgmode@gnu.org, Paul Burkander , Carsten Dominik It doesn't seem nice that my thread was hijacked. 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. On Fri, Sep 25, 2009 at 11:52 AM, Nick Dokos wrote: > Darlan Cavalcante Moreira wrote: > >> How could I miss that? >> >> I used the command customize-variable and I was trying to auto-complete = with TAB >> something similar to "org-preview" or "org--preview". =A0Now I see that = the >> options are in the group Org Latex. >> >> May I suggest that these two variables are mentioned in the documentatio= n of the >> org-preview-latex-fragment function? >> > > This is the second time in the last couple of weeks that somebody looked > for this and did not find it. Nicolas Goaziou had a very similar > reaction (see http://article.gmane.org/gmane.emacs.orgmode/17544 for > more). So it seems that the option is indeed well hidden :-) I'd second > the motion to add a mention of org-format-latex-options in the function > doc and perhaps add a more extended mention in section 11.4 of the > manual ("Processing LaTeX fragments") as well. Here is some suggested > text: > > ,---- > | ... > | `C-c C-c' > | =A0 =A0 =A0Remove the overlay preview images. > | > | =A0 =A0You can customize the variable `org-format-latex-options' to > | influence some aspects of the preview. In particular, the :scale (and > | for HTML export, :html-scale) property can be used to adjust the > | size of the preview images. > | > | =A0 =A0During HTML export (*note HTML export::), all LaTeX fragments ar= e > | ... > `---- > > Thanks, > Nick > > > > > >