Add SVG preview
This commit is contained in:
parent
a84d2bbf4d
commit
f60f5ad5c5
@ -64,7 +64,8 @@ weiter verbreitet.
|
||||
<div class="layout-content">
|
||||
<h2>Grafiken erstellen</h2>
|
||||
<p><code>TikZ</code> (»TikZ ist kein Zeichenprogramm«) ist ein umfangreiches Paket zur Erstellung von Vektorgrafiken.</p>
|
||||
<pre class="lang-tex hljs small-text scroll-one-half"><code>\tikzstyle{every node}=[draw=black,thick,anchor=west]
|
||||
<pre class="lang-tex hljs small-text scroll-one-half"><code>% …
|
||||
\tikzstyle{every node}=[draw=black,thick,anchor=west]
|
||||
\tikzstyle{selected}=[draw=red,fill=red!30]
|
||||
\tikzstyle{dir}=[fill=gray!50]
|
||||
\tikzstyle{relativeTo}=[fill=blue!70]
|
||||
@ -88,10 +89,11 @@ child { node {home}
|
||||
}
|
||||
}
|
||||
};
|
||||
\end{tikzpicture}</code></pre>
|
||||
\end{tikzpicture}
|
||||
% …</code></pre>
|
||||
</div>
|
||||
<div class="layout-preview">
|
||||
<img src="sections/german/04/relative_path.png">
|
||||
<img src="sections/german/04/relative-path-crop.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user