From: alban bernard <alban.bernard@yahoo.fr>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: resize multiple image within a row or paragraph
Date: Thu, 18 Sep 2014 16:13:38 +0100 [thread overview]
Message-ID: <1411053218.81009.YahooMailNeo@web172803.mail.ir2.yahoo.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1689 bytes --]
Hi Folks,
My wife and I use the marvelous org-mode to design a complete set
of student courses. These courses are first written in org-mode then
exported to html to ease distribution to students (and save some paper).
We wonder what is the correct way to resize multiple images those links
are within a single paragraph:
"This is a phrase with [[./image1.png]] and [[./image2.png]] inline images."
With the following, the only first image is resized (as expected):
#+ATTR_HTML: :width 50%
This is a phrase with [[./image1.png]] and [[./image2.png]] inline images.
The tutorial about caption in a row shows what is possible while working
only with images
http://orgmode.org/worg/org-tutorials/images-and-xhtml-export.html#sec-5-2:
#+HTML_HEAD: <style type="text/css">
#+HTML_HEAD:<!--/*--><![CDATA[/*><!--*/
#+HTML_HEAD: div.figure { float:left; }
#+HTML_HEAD: /*]]>*/-->
#+HTML_HEAD: </style>
#+CAPTION:
#+ATTR_HTML: :width 10%
[[./image1.png]]
#+CAPTION:
#+ATTR_HTML: :width 10%
[[./image2.png]]
Here, image1 and image2 are displayed and resized in a single row.
But we don't know how to mix text within this block so that all is
displayed as a single paragraph with resized images.
I tested all of this with the following version combos:
Debian Jessie/Emacs 24.3.1/Orgmode 8.2.5h-1 (debian)
Debian Jessie/Emacs 24.3.1/Orgmode latest git
Thanks for any hint that could help.
~Alban.
PS: the "Show the source" button of http://orgmode.org/worg/org-tutorials/images-and-xhtml-export.html
redirects to:
http://orgmode.org/worg/org-tutorials/images-and-xorg.html-export.org.html
rather than:
http://orgmode.org/worg/org-tutorials/images-and-xhtml-export.org.html
[-- Attachment #2: Type: text/html, Size: 2362 bytes --]
next reply other threads:[~2014-09-18 15:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-18 15:13 alban bernard [this message]
2014-09-20 7:23 ` resize multiple image within a row or paragraph alban bernard
2014-09-20 12:08 ` Nicolas Goaziou
2014-09-21 13:22 ` alban bernard
2014-09-21 18:08 ` Christian Moe
2014-09-21 19:02 ` alban bernard
2014-09-22 15:56 ` Nicolas Goaziou
2014-09-24 13:37 ` Christian Moe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1411053218.81009.YahooMailNeo@web172803.mail.ir2.yahoo.com \
--to=alban.bernard@yahoo.fr \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.