From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [odt]Problem exporting PDF-based images to odt Date: Mon, 23 Apr 2012 17:01:06 +0200 Message-ID: <87r4ve1oi5.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMKkH-0007o2-B9 for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 11:00:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMKkF-0005MG-Iv for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 11:00:04 -0400 Received: from incoming2.cnam.fr ([163.173.128.34]:1560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMKkF-0005J6-DO for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 11:00:03 -0400 In-Reply-To: (Torsten Wagner's message of "Mon, 23 Apr 2012 23:51:48 +0900") 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: Torsten Wagner Cc: Org Mode Mailing List Hi Thorsten, Torsten Wagner writes: > One more, > > I used > > #+CAPTION: Figure text > #+LABEL: fig:pop > #+ATTR_LaTeX: width=10cm placement=[!ht] > #+ATTR_LaTeX: > [[file:fig/anwendung.pdf]] > > to add pictures. On the odt export, they appear as links to the PDF > file. The Figure text is missing. > Anything, I am doing wrong. Should I use image formats known by > openoffice? (That would be bad because PDF works very nice for LaTeX). > If so, any chance to run "convert foo.pdf -density 300 foo.png" on the > fly during export (ImageMagick would be a requirement then). > If I get this and the LaTeX fragments right, the export of a rather > complex document works out 99% (well I do not get justify paragraphs > but that needs maybe some tweaking on my side. And there is some way > of having soft carriage returns instead of carriage returns). IMO the easiest thing to do would be to convert to .png yourself and to use the png file in both LaTeX and ODT. -- Bastien