From: Vaidheeswaran C <vaidheeswaran.chinnaraju@gmail.com>
To: emacs-orgmode@gnu.org
Subject: ox-texinfo doesn't handle inline images
Date: Mon, 25 May 2015 13:33:09 +0530 [thread overview]
Message-ID: <mjul2p$o6m$1@ger.gmane.org> (raw)
In:
#+NAME: fig1
#+CAPTION: Screen capture
[[./emacs-24.5.1-startup-screen-annotated.png]]
Buggy out:
@uref{./emacs-24.5.1-startup-screen-annotated.png}
Desired out:
@float Figure,fig1
@image{./emacs-24.5.1-startup-screen-annotated,150mm,,,png}
@c @shortcaption{Screen capture}
@caption{Screen capture.}
@end float
Reference:
http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Special-Displays.html
http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Floats.html#Floats
http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Images.html#Images
Additional notes:
(a) I also see no reference to "@listoffloats", for example.
There is a some scope for further imporvement around these areas.
(b) Without Image width (i.e., image scaling) the image in the PDF
output gets cropped.
next reply other threads:[~2015-05-25 8:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-25 8:03 Vaidheeswaran C [this message]
2015-05-25 23:19 ` ox-texinfo doesn't handle inline images Nicolas Goaziou
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='mjul2p$o6m$1@ger.gmane.org' \
--to=vaidheeswaran.chinnaraju@gmail.com \
--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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).