From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: print org files with org-preview-latex-fragment dvpng Date: Tue, 11 Sep 2012 18:06:56 +0200 Message-ID: <87txv4ilwf.fsf@gilgamesch.quim.ucm.es> References: <87y5kgioxn.fsf@gilgamesch.quim.ucm.es> <7560.1347378765@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBSzc-0005sD-Sh for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 12:07:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBSzW-0004Tu-Md for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 12:07:16 -0400 Received: from plane.gmane.org ([80.91.229.3]:55417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBSzW-0004Tk-Fh for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 12:07:10 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TBSzW-0000Pr-4w for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 18:07:10 +0200 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Sep 2012 18:07:10 +0200 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Sep 2012 18:07:10 +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 >> On Tue, 11 Sep 2012 11:52:45 -0400, Nick Dokos wrote: > Uwe Brauer wrote: > Opening the file in emacs and selecting "Print buffer" from the > file menu did not work for me for some reason, but opening the > file with the ``display'' program (from imagemagick), right-clicking > and selecting Print from the menu worked fine. It's probably the case > that any graphics program that can read a PNG (e.g the Gimp) will > be able to print it with no problems. Hello Thanks for your answer, but I am very much confused (you are right I am on Linux, Kubuntu 10.04). I have a file say test.org with some equation, say $$\int fdx=$$ now I run org-preview-latex-fragment and a png is generated in the subdirectory ltxpng and somehow "embedded/displayed" in the org buffer. When I use a ps-print command, the file is printed but with $$\int fdx=$$ and not with the corresponding png. You say you use display, but which file do you open? One of the pngs in ltxpng? Because I cannot open test.org Uwe