From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Inline images in exported HTML Date: Wed, 14 Jan 2009 08:39:00 +0100 Message-ID: <63F44A1C-0C41-4DCF-A498-1BEC6414B9B2@uva.nl> References: <2c75873c0901121203i14b4a93am718de2913fa32d9c@mail.gmail.com> <87bpucp9i9.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v930.3) 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 1LN0LD-0003In-10 for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 02:39:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LN0LC-0003IV-7l for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 02:39:06 -0500 Received: from [199.232.76.173] (port=52161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LN0LC-0003IS-4p for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 02:39:06 -0500 Received: from fg-out-1718.google.com ([72.14.220.157]:49623) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LN0LB-0004HR-O1 for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 02:39:06 -0500 Received: by fg-out-1718.google.com with SMTP id l26so218597fgb.30 for ; Tue, 13 Jan 2009 23:39:04 -0800 (PST) In-Reply-To: <87bpucp9i9.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org On Jan 12, 2009, at 9:14 PM, Bernt Hansen wrote: > "Graham Smith" writes: > >> I am exporting to HTML with a lnk to a pdf with instant opening in >> Firefox on a Mac. >> >> Originally, I had a description on the link, and as the manual says, >> in the browser, I get the description in the browser which opens the >> pdf when I click on it. >> >> But I want the image to appear without clicking on it, so I can print >> out the file with the images visible >> >> After reading the manual, I have edited the link to remove the >> description, but it still needs me to click on the link in the >> browser to open the pdf. >> >> I have now added "file:" to the front of the link and I still need >> to >> click on it to see the pdf in the browser. >> >> The link is now: >> >> [[file:/Users/graham/Dropbox/Jacobs/GQ3/Analysis/Graphics/ >> Hazard1aBootsrappedMedianProbabilityPlot.pdf]] >> >> Which still works fine when I click on it, but doesn't >> automatically open. >> >> Can someone tell me what I am doing wrong. >> >> Many thanks, > > I was under the impression that only graphic files (PNG/JPG, etc) were > inlined - I didn't think inlining a PDF was possible. Unfortunately, the right thing to do here depends on the LaTeX processor you use. If you use latex and then something like dvips to process to postscript, only .ps and .eps files can be inlined in LaTeX output. On the other hand, if you use pdflatex to process the files, only .jpg and .pdf files cab be included. I am not sure if HTML allows to *inline* pdf, probably not. Hmm, I welcome suggestions on a strategy for this. - Carsten > > > -Bernt > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode