add arrow styles

This commit is contained in:
Never Gude 2026-01-22 16:58:05 +01:00
parent 033e7c5c6b
commit 00b3993dba
2 changed files with 132 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE ipe SYSTEM "ipe.dtd">
<ipe version="70218" creator="Ipe 7.2.30">
<info created="D:20251223164924" modified="D:20260107181057" title="Einführung in Graphen" author="Never, Ever" subject="Seminar Algorithmik" keywords="graph, algorithm" language="Deutsch" numberpages="yes" tex="luatex"/>
<info created="D:20251223164924" modified="D:20260122165753" title="Einführung in Graphen" author="Never, Ever" subject="Seminar Algorithmik" keywords="graph, algorithm" language="Deutsch" numberpages="yes" tex="luatex"/>
<ipestyle name="basic">
<symbol name="arrow/arc(spx)">
<path stroke="sym-stroke" fill="sym-stroke" pen="sym-pen">
@ -311,6 +311,71 @@ h
<tiling name="rising" angle="30" step="4" width="1"/>
</ipestyle>
<ipestyle name="ngslides">
<symbol name="arrow/ng-fnormal(spx)">
<path stroke="sym-stroke" fill="white" pen="sym-pen">
-0.7 0 m
-1.7 0.333 l
-1.7 -0.333 l
h
</path>
</symbol>
<symbol name="arrow/ng-normal(spx)">
<path stroke="sym-stroke" fill="sym-stroke" pen="sym-pen">
-0.7 0 m
-1.7 0.333 l
-1.7 -0.333 l
h
</path>
</symbol>
<symbol name="arrow/ng-pointed(spx)">
<path stroke="sym-stroke" fill="sym-stroke" pen="sym-pen">
-0.7 0 m
-1.7 0.333 l
-0.8 0 l
-1.7 -0.333 l
h
</path>
</symbol>
<symbol name="arrow/ng-fpointed(spx)">
<path stroke="sym-stroke" fill="white" pen="sym-pen">
-0.7 0 m
-1.7 0.333 l
-0.8 0 l
-1.7 -0.333 l
h
</path>
</symbol>
<symbol name="arrow/ng-linear(spx)">
<path stroke="sym-stroke" pen="sym-pen">
-1.7 0.333 m
-0.7 0 l
-1.7 -0.333 l
</path>
</symbol>
<symbol name="arrow/ng-fdouble(spx)">
<path stroke="sym-stroke" fill="white" pen="sym-pen">
-0.7 0 m
-1.7 0.333 l
-1.7 -0.333 l
h
-1.7 0 m
-2.7 0.333 l
-2.7 -0.333 l
h
</path>
</symbol>
<symbol name="arrow/ng-double(spx)">
<path stroke="sym-stroke" fill="sym-stroke" pen="sym-pen">
-0.7 0 m
-1.7 0.333 l
-1.7 -0.333 l
h
-1.7 0 m
-2.7 0.333 l
-2.7 -0.333 l
h
</path>
</symbol>
<color name="NG dark blue" value="0.121 0.47 0.705"/>
<color name="NG dark brown" value="0.651 0.337 0.157"/>
<color name="NG dark cyan" value="0.106 0.62 0.467"/>
@ -364,11 +429,6 @@ h
\setlist{leftmargin=*}
\makeatletter
\newcommand{\ngtitle}{\@title}
\newcommand{\ngauthor}{\@author}
\makeatother
\newcommand{\bk}{\color{black}}
\newcommand{\wt}{\color{white}}
\newcommand{\bu}{\color{NG dark blue}}