summaryrefslogtreecommitdiffstats
path: root/share/extensions/pdflatex.inx
blob: 30900eed1423e404e0c01fb1a291887e9fe30ab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
    <name>LaTeX (pdflatex)</name>
    <id>org.inkscape.generate.pdf_latex</id>
    <dependency type="executable" location="path">pdflatex</dependency>
	<param name="formule" type="string" gui-text="LaTeX input:">\(\displaystyle\frac{\pi^2}{6}=\lim_{n \to \infty}\sum_{k=1}^n \frac{1}{k^2}\)</param>
        <param name="packages" type="string" gui-text="Additional packages (comma-separated):"></param>
    <effect>
    <object-type>all</object-type>
      <effects-menu>
       <submenu name="Render">
          <submenu name="Mathematics" />
        </submenu>
      </effects-menu>
    </effect>
    <script>
        <command location="inx" interpreter="python">pdflatex.py</command>
    </script>
</inkscape-extension>