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:30:28 +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> 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 1MrRjs-0008J0-TY for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 03:30:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrRjo-0008Ib-BH for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 03:30:40 -0400 Received: from [199.232.76.173] (port=46652 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrRjo-0008IW-4r for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 03:30:36 -0400 Received: from mx20.gnu.org ([199.232.41.8]:44375) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MrRjn-0008Qa-LX for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 03:30:35 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrRjm-0002R8-PU for emacs-orgmode@gnu.org; Sat, 26 Sep 2009 03:30:34 -0400 Received: by ewy4 with SMTP id 4so1314101ewy.31 for ; Sat, 26 Sep 2009 00:30:33 -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 On Sep 25, 2009, at 4:52 PM, 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". Now I see >> that the >> options are in the group Org Latex. >> >> May I suggest that these two variables are mentioned in the >> documentation 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' > | Remove the overlay preview images. > | > | You 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. > | > | During HTML export (*note HTML export::), all LaTeX fragments are > | ... > `---- > > Thanks, > Nick OK, I did that. - Carsten > > > > >