Re: Creating animated gif from latex src blocks

2023-02-09 Thread Edouard Debry
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

Re: Creating animated gif from latex src blocks

2022-06-19 Thread Edouard Debry
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

Re: Creating animated gif from latex src blocks

2022-06-18 Thread Fraga, Eric
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

Re: Creating animated gif from latex src blocks

2022-06-17 Thread Ihor Radchenko
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

Re: Creating animated gif from latex src blocks

2022-06-17 Thread Edouard Debry
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.

Re: Creating animated gif from latex src blocks

2022-06-17 Thread Fraga, Eric
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

Creating animated gif from latex src blocks

2022-06-17 Thread DEBRY . Edouard
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