From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Mathjax vs. problems with imagemagick Date: Thu, 10 Jul 2014 20:59:23 -0400 Message-ID: <87vbr4ww0k.fsf@gmail.com> References: <87mwcm6uyd.fsf@gmail.com> <87oax0ngwf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5PBk-0006Rm-OS for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 20:59:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5PBd-00011r-5H for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 20:59:48 -0400 Received: from plane.gmane.org ([80.91.229.3]:47784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5PBc-00011H-Vp for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 20:59:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X5PBb-0006GT-BT for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 02:59:39 +0200 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Jul 2014 02:59:39 +0200 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Jul 2014 02:59:39 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Joseph Vidal-Rosset writes: > Hello Nick, hello everybody > > Before using your suggestion of debugging, I have made another test to > convert formulas made with different latex packages into png images for > a html file. > > At the beginning of my org file: > > All formulas used with the equation environment have a nice png image, > and the Fitch proofs also. > But that is not the case with proofs in Gentzen tree style created via > bussproofs.sty : the png images are corrupted. > > That's strange because it works well with LaTeX export and even with > latex-preview-image and org-htmlize. This image of implication > elimination rule in my gnus-message should be nice: > It was far from nice in my case: almost completely unreadable. Can you please post an example org file and the tex file that's produced that gives you such bad images? > > I am afraid to be not competent enough to use correctly the debugger > that you suggest, but it is probably again a problem my setup or > something missing in my headers and not a bug somewhere. > That was just to get the details of what org does with it, just in case the parameters had something to do with it. But it seems that the problem is with bussproofs.sty (maybe?) Nick