15 lines
542 B
XML
15 lines
542 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<widget xmlns="http://www.w3.org/ns/widgets"
|
|
xmlns:ub="https://SaiCore.org/widgets"
|
|
id="http://SaiCore.org/widgets/latex2svg"
|
|
version="1.0"
|
|
width="600"
|
|
height="400"
|
|
ub:resizable="true"
|
|
ub:transparent="false">
|
|
<name>Latex2svg</name>
|
|
<author email="fc86@outlook.fr">Clément Fauconnier</author>
|
|
<description>Convert Latex to SVG that can be copied or drag and drop into the board</description>
|
|
<content src="index.html"/>
|
|
</widget>
|