emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ox-texinfo doesn't handle inline images
@ 2015-05-25  8:03 Vaidheeswaran C
  2015-05-25 23:19 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Vaidheeswaran C @ 2015-05-25  8:03 UTC (permalink / raw)
  To: emacs-orgmode


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ox-texinfo doesn't handle inline images
  2015-05-25  8:03 ox-texinfo doesn't handle inline images Vaidheeswaran C
@ 2015-05-25 23:19 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2015-05-25 23:19 UTC (permalink / raw)
  To: Vaidheeswaran C; +Cc: emacs-orgmode

Hello,

Vaidheeswaran C <vaidheeswaran.chinnaraju@gmail.com> writes:

> 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

Implemented.

>     (b) Without Image width (i.e., image scaling) the image in the PDF
>     output gets cropped.

Implemented, too.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-25 23:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-25  8:03 ox-texinfo doesn't handle inline images Vaidheeswaran C
2015-05-25 23:19 ` Nicolas Goaziou

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).