Re: [O] filter for svg latex-export

2018-09-10 Thread Falk Hanisch
Version v2.02 of package svg was installed on CTAN and is available for Tex Live or MiKTeX > -Ursprüngliche Nachricht- > Von: ed...@openmail.cc > Gesendet: Freitag, 7. September 2018 03:23 > An: John Kitchin > Cc: emacs-orgmode@gnu.org; John Kitchin > Betreff: Re:

Re: [O] filter for svg latex-export

2018-09-06 Thread edgar
Hi, I want to report that I can use the new version of the SVG (2.00b) LaTeX directly. The developer (Falk; Bcc) said that there will be a new release soon. I attach an example of the strange things that I can achieve. I hope that it's useful :) . Cheers! On 2018-01-09 03:34, John Kitchin

Re: [O] filter for svg latex-export

2018-01-08 Thread edgar
On 2018-01-09 03:34, John Kitchin wrote: Thank you, Dr. Kitchin! I will try this If all you are doing is replacing includesvg with simplesvg, #+BEGIN_SRC emacs-lisp (let ((org-export-filter-link-functions '((lambda (txt _ _)

Re: [O] filter for svg latex-export

2018-01-08 Thread John Kitchin
If all you are doing is replacing includesvg with simplesvg, then you might try this: #+BEGIN_SRC emacs-lisp (let ((org-export-filter-link-functions '((lambda (txt _ _) (replace-regexp-in-string "includesvg" "simplesvg" txt)

[O] filter for svg latex-export

2018-01-07 Thread edgar
Hello, I once tried to create a filter (is that the name?) to modify the function which exports SVG files. Verdict: I suck! Thus, I keep modifying the ox-latex.el every time that I upgrade (see attached). Would someone please tell me what is the right way to achieve that (without modifying