> > By default, orgmode export to latex puts captions of images below the
> > images. How to change the behaviour and make the captions appear at
> > the top?
>
> You can use filters:
>
> #+begin_src emacs-lisp
> (defun my-latex-captions-above (link backend info)
> (when (and (memq backend '(
Hello,
Vikas Rawal writes:
> By default, orgmode export to latex puts captions of images below the
> images. How to change the behaviour and make the captions appear at
> the top?
You can use filters:
#+begin_src emacs-lisp
(defun my-latex-captions-above (link backend info)
(when (and (memq
Hi Vikas,
Vikas Rawal writes:
> By default, orgmode export to latex puts captions of images below the
> images. How to change the behaviour and make the captions appear at
> the top?
Well, you can't at the moment.
> Also, I would like to add "Notes" and "Source" below the
> image. What is the