From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: :scale option in org-format-latex-options Date: Sun, 14 Mar 2010 12:16:35 -0400 Message-ID: <87d3z6yj30.fsf@stats.ox.ac.uk> References: <87wrxfya7e.fsf@stats.ox.ac.uk> <87aaubpccg.wl%dmaus@ictsoc.de> <72716B49-EE55-4F01-9554-1CFBD34959BA@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NqqUd-00053k-Lt for emacs-orgmode@gnu.org; Sun, 14 Mar 2010 12:16:43 -0400 Received: from [140.186.70.92] (port=57854 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqqUc-00053a-8H for emacs-orgmode@gnu.org; Sun, 14 Mar 2010 12:16:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NqqUa-0000Fg-OR for emacs-orgmode@gnu.org; Sun, 14 Mar 2010 12:16:42 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:65073) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NqqUa-0000FZ-HJ for emacs-orgmode@gnu.org; Sun, 14 Mar 2010 12:16:40 -0400 In-Reply-To: <72716B49-EE55-4F01-9554-1CFBD34959BA@gmail.com> (Carsten Dominik's message of "Sun, 14 Mar 2010 14:02:43 +0100") 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: Carsten Dominik Cc: emacs org-mode mailing list Carsten Dominik writes: > On Mar 14, 2010, at 8:54 AM, David Maus wrote: > >> Hi Dan, >> >> Dan Davison wrote: [...] >>> Is there any reason not to >>> make >>> a change like this? >> >> I see two problems: First we should find out what "x magnification" >> and "magstep" actually is and why the manual suggests using these >> "strange" standard numbers. And second: At least dvipng shipped with >> debian testing [...] >> does not have a -y option. > > I remember removing the option precise because some (newer?) > versions of dvipng do not have these options. I believe you can use a > larger DPI to make the image larger. Ah, right, thanks David and Carsten, I see. What I thought was the effects of -x and -y was in fact the effect of the DPI option, which is already set by :scale. So it was already working fine for my purposes :) I think the following is a docstring typo (org-format-latex-options), right? --8<---------------cut here---------------start------------->8--- diff --git a/lisp/org.el b/lisp/org.el index aa22309..e5d046e 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -2860,7 +2860,7 @@ This is a property list with the following properties: \"$\" find math expressions surrounded by $...$ \"$$\" find math expressions surrounded by $$....$$ \"\\(\" find math expressions surrounded by \\(...\\) - \"\\ [\" find math expressions surrounded by \\ [...\\]" + \"\\[\" find math expressions surrounded by \\[...\\]" :group 'org-latex :type 'plist) --8<---------------cut here---------------end--------------->8--- Dan > > - Carsten > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode