From mboxrd@z Thu Jan 1 00:00:00 1970 From: ishi soichi Subject: Options for into exporting both LaTeX and HTML Date: Mon, 16 May 2011 17:54:37 +0900 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec53961441f97fe04a360ce0a Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLtZY-0007Si-82 for emacs-orgmode@gnu.org; Mon, 16 May 2011 04:54:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLtZX-0007e7-AU for emacs-orgmode@gnu.org; Mon, 16 May 2011 04:54:40 -0400 Received: from mail-px0-f171.google.com ([209.85.212.171]:60204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLtZX-0007e1-25 for emacs-orgmode@gnu.org; Mon, 16 May 2011 04:54:39 -0400 Received: by pxi7 with SMTP id 7so3094487pxi.30 for ; Mon, 16 May 2011 01:54:37 -0700 (PDT) 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 --bcaec53961441f97fe04a360ce0a Content-Type: text/plain; charset=ISO-8859-1 emacs23.2 org-mode 7.4 I would like to export an org file into both LaTeX and HTML. In order to do so, it is important to add appropriate options for both. #+ATTR_HTML: alt="apples image" title="How many?" align="right" width="200" #+ATTR_LaTeX: width=200 [[./images/apples.jpg]] The HTML export gives an outcome as I desire. But this does not seem to work well for LaTeX export. I want to show the image in TeX as similarly as HTML. First of all, can I simply list the options like this? Should I wrap them like... #+Begin_... #+End_... ? Thank you in advance. soichi --bcaec53961441f97fe04a360ce0a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable emacs23.2
org-mode 7.4

I would like to export = an org file into both LaTeX and HTML.
In order to do so, it is im= portant to add appropriate options for both.

#+ATTR_HTML: alt=3D"apples image" title=3D"How many?" a= lign=3D"right" width=3D"200"
#+ATTR_LaTeX: wi= dth=3D200
[[./images/apples.jpg]]

=
The HTML export gives an outcome as I desire. =A0But=A0this does not s= eem to work well for LaTeX export. =A0I want to show the image in TeX as si= milarly as HTML.

First of all, can I simply list t= he options like this? =A0Should I wrap them like...

#+Begin_...

#+End_...

?

Thank you in advance.

soichi
--bcaec53961441f97fe04a360ce0a--