Hi,
In reply to an old thread initiated, here is how I get animated pictures
from latex src blocks.
<=== GIF image ===>
#+NAME: before-make-gif
#+begin_src elisp :lexical no :results none
(setq org-format-latex-header "\\documentclass[tikz]{s
Here is what I am able to do :
- write a latex src block with several tikz blocks inside (as described
in the tex.stackexchange link)
- export in a gif with pdf+imagmagick
- open the gif in emacs and start the animation
- insert the gif into the org file and start animation
But there is a tric
On Saturday, 18 Jun 2022 at 00:26, Edouard Debry wrote:
> As a matter of fact, you can, but I will check out the latex package you
> mentioned
>
> "Fraga, Eric" writes:
>
>> Check out the animate LaTeX package. I don't believe you can create
>> such the actual animation from tikz itself.
Clarif
Edouard Debry writes:
> As a matter of fact, you can, but I will check out the latex package you
> mentioned
>
> "Fraga, Eric" writes:
>
>> Check out the animate LaTeX package. I don't believe you can create
>> such the actual animation from tikz itself.
FYI, animate package can work, but it
As a matter of fact, you can, but I will check out the latex package you
mentioned
"Fraga, Eric" writes:
> Check out the animate LaTeX package. I don't believe you can create
> such the actual animation from tikz itself.
Check out the animate LaTeX package. I don't believe you can create
such the actual animation from tikz itself.
--
: Eric S Fraga, with org release_9.5.4-535-ged6f8d in Emacs 29.0.50
Hello,
I would like to create an animated gif for a latex src block.
Here to fix ideas such a block :
<>
#+header: :file test4.gif
#+header: :exports results
#+header: :results output silent graphics file
#+hea