Rev 11560 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
<editorsettings description="Dot (GraphWiz)" icon="dot.svg">
<executable command="dot -Tsvg %file -o %file.svg" />
<imagefile extension=".svg"/>
<!--<highlighter kate="latex"/>-->
<empty-frame-text><i18n>
<en>
ratio="fill";
edge [color ="blue"];
S [label="Scribus", color="#f94949", style=filled];
node [shape="box", color="#6767ed", style=filled];
S -> "Text frames";
S -> "Image frames";
C [label="Command frames"];
S -> C
node [shape="box", color="#82ec80", style=filled]
C -> "LaTeX"
C -> "Gnuplot"
C -> "LilyPond"
C -> "Dot"
</en>
<de>
ratio="fill";
edge [color ="blue"];
S [label="Scribus", color="#f94949", style=filled];
node [shape="box", color="#6767ed", style=filled];
S -> "Textrahmen";
S -> "Bilderrahmen";
C [label="Befehlsrahmen"];
S -> C
node [shape="box", color="#82ec80", style=filled]
C -> "LaTeX"
C -> "Gnuplot"
C -> "LilyPond"
C -> "Dot"
</de>
<fr>
ratio="fill";
edge [color ="blue"];
S [label="Scribus", color="#f94949", style=filled];
node [shape="box", color="#6767ed", style=filled];
S -> "Cadre de texte";
S -> "Cadre d'image";
C [label="Cadre de rendu"];
S -> C
node [shape="box", color="#82ec80", style=filled]
C -> "LaTeX"
C -> "Gnuplot"
C -> "LilyPond"
C -> "Dot"
</fr>
<pl>
ratio="fill";
edge [color ="blue"];
S [label="Scribus", color="#f94949", style=filled];
node [shape="box", color="#6767ed", style=filled];
S -> "Ramki tekstowe";
S -> "Ramki graficzne";
C [label="Ramki renderowane"];
S -> C
node [shape="box", color="#82ec80", style=filled]
C -> "LaTeX"
C -> "Gnuplot"
C -> "LilyPond"
C -> "Dot"
</pl>
</i18n>
</empty-frame-text>
<preamble>
digraph scribus {
bgcolor="transparent";
size="$scribus_width_inch$,$scribus_height_inch$";
page="$scribus_width_inch$,$scribus_height_inch$";
</preamble>
<postamble>}</postamble>
</editorsettings>