Add content for chapter 10.
4
.gitignore
vendored
@ -4,6 +4,10 @@
|
|||||||
*.toc
|
*.toc
|
||||||
*.fdb_latexmk
|
*.fdb_latexmk
|
||||||
*.fls
|
*.fls
|
||||||
|
*.synctex.gz
|
||||||
|
|
||||||
|
# LaTeX results
|
||||||
|
svg/**/*.pdf
|
||||||
|
|
||||||
# From Reveal.js
|
# From Reveal.js
|
||||||
.idea/
|
.idea/
|
||||||
|
|||||||
@ -1,193 +0,0 @@
|
|||||||
<div class="layout-content-only">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h1>Mathematische Formeln</h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-and-preview">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h2>Formel-Umgebungen <span class="emoji">🧮</span></h2>
|
|
||||||
<pre class="lang-tex hljs"><code>$2 \sqrt{\frac{\pi^2}{3} \cdot c_2}$</code></pre>
|
|
||||||
<p>Mathematische Formeln können <strong>nur im sogenannten Mathmode</strong> gesetzt werden, der inline durch zwei Dollarzeichen aktiviert wird. Außerdem gibt es eine Blockumgebung:</p>
|
|
||||||
<pre class="lang-tex hljs"><code>\begin{equation}
|
|
||||||
2 \sqrt{\frac{\pi^2}{3} \cdot c_2}
|
|
||||||
\end{equation}</code></pre>
|
|
||||||
<p>Pakete: <code>amsmath</code>, <code>amsthm</code>, <code>amssymb</code>, <code>mathtools</code></p>
|
|
||||||
</div>
|
|
||||||
<div class="layout-preview">
|
|
||||||
<img src="sections/german/09/simple-maths-crop.svg" style="max-height: 100%;">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-only">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h2>Einige Beispiele</h2>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<th>Quelltext</th>
|
|
||||||
<th>Ergebnis</th>
|
|
||||||
</tr>
|
|
||||||
<tr class="fragment">
|
|
||||||
<td><code>\sqrt{16}</code></td>
|
|
||||||
<td>$\sqrt{16}$</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="fragment">
|
|
||||||
<td><code>\frac{3}{4}</code></td>
|
|
||||||
<td>$\frac{3}{4}$</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="fragment">
|
|
||||||
<td><code>e^{\pi}</code></td>
|
|
||||||
<td>$e^{\pi}$</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="fragment">
|
|
||||||
<td><code>\sum\_{i=1}^{n}x^2</code></td>
|
|
||||||
<td>$\sum_{i=1}^{n} x^2$</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="fragment">
|
|
||||||
<td><code>12 \leq 4 x^2 + 13</code></td>
|
|
||||||
<td>$12 \leq 4 x^2 + 13$</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<p class="fragment">Durch <code>^{…}</code> und <code>_{…}</code> werden die Inhalte in den Klammern hoch- oder tiefgestellt.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-only">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h2>Einige Beispiele</h2>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<th>Quelltext</th>
|
|
||||||
<th>Ergebnis</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>(x), [x], \lbrace x\rbrace, \lvert x\rvert</code></td>
|
|
||||||
<td>$(x), [x], \lbrace x\rbrace, \lvert x\rvert$</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>\exists, \forall, \in, \notin, \infty</code></td>
|
|
||||||
<td>$\exists,\forall,\in,\notin,\infty$</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>\alpha, \beta, \Gamma, \Delta, \varepsilon, \pi</code></td>
|
|
||||||
<td>$\alpha, \beta, \Gamma, \Delta, \varepsilon, \pi$</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>\rightarrow, \leftarrow, \Rightarrow, \Leftarrow, \Leftrightarrow</code></td>
|
|
||||||
<td>$\rightarrow, \leftarrow, \Rightarrow, \Leftarrow, \Leftrightarrow$</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>(A \cup B) \cap C</code></td>
|
|
||||||
<td>$(A \cup B) \cap C$</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>(A \lor B) \land C</code></td>
|
|
||||||
<td>$(A \lor B) \land C$</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><code>(A \cdot B) \times C</code></td>
|
|
||||||
<td>$(A \cdot B) \times C$</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-only">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h3>Mitwachsende Klammern</h3>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<th>Quelltext</th>
|
|
||||||
<th>Ergebnis</th>
|
|
||||||
</tr>
|
|
||||||
<tr class="fragment">
|
|
||||||
<td><code>\left( \frac{1}{2} \right)</code></td>
|
|
||||||
<td>$\left(\frac{1}{2} \right)$</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="fragment">
|
|
||||||
<td><code>\left\lbrace \frac{1}{2} \right\rbrace</code></td>
|
|
||||||
<td>$\left\lbrace\frac{1}{2} \right\rbrace$</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="fragment">
|
|
||||||
<td><code>\left[ \frac{1}{2} \right]</code></td>
|
|
||||||
<td>$\left[\frac{1}{2} \right]$</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<pre class="fragment hljs lang-tex"><code>$4 \cdot \left( \frac{1}{2} % …</code></pre>
|
|
||||||
<p class="fragment" style="text-align: center;">$4 \cdot \left(\frac{1}{2} +\frac{3}{ 12 \cdot \left( 2 + \frac{1}{86 \cdot \left(\frac{1}{2} + 24 \right)} \right)} \right)$</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-and-preview">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h2>Darstellung von Grenzen</h2>
|
|
||||||
<p>Mit dem Befehl <code>\limits</code> lassen sich die Grenzen von Integralen unter und über dem Integralzeichen darstellen. Bei Summen, Produkten und Grenzwerten geschieht das automatisch.</p>
|
|
||||||
<pre class="hljs lang-tex"><code>\sum\_{i=1}^{n^2}(x+2)
|
|
||||||
\prod\_{j=1}^{100}(3 \cdot x)
|
|
||||||
\lim\_{x \rightarrow \infty}(14x^3 - 12)
|
|
||||||
\int\limits\_{-12}^{4}(14x^3 - 12)</code></pre>
|
|
||||||
<p data-category="Achtung!">Der Einsatz von <code>\limits</code> sollte im Fließtext vermieden werden.</p>
|
|
||||||
</div>
|
|
||||||
<div class="layout-preview">
|
|
||||||
<img src="sections/german/09/limits-crop.svg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-and-preview">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h2>Ausrichtung von mehreren Gleichungen</h2>
|
|
||||||
<p>Die Umgebung <code>align</code> erlaubt es, Gleichungen zum Beispiel am »=« auszurichten.</p>
|
|
||||||
<pre class="hljs lang-tex"><code>\begin{align}
|
|
||||||
13 \cdot (4a - 3)^2 &= 13 … \\\\
|
|
||||||
&= 208a^2 - 312a + 117
|
|
||||||
\end{align}</code></pre>
|
|
||||||
<ul>
|
|
||||||
<li class="fragment">Ausgerichtet wird am »&«-Zeichen.</li>
|
|
||||||
<li class="fragment">Zeilenumbrüche werden mit »\\\\« eingefügt.</li>
|
|
||||||
<li class="fragment">Die Nummerierung kann bei `align` und `equation` durch durch ein Sternchen nach dem Umgebungsnamen (z. B. <code>\begin{align\*}</code> und <code>\end{align\*}</code>) unterdrückt werden.</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="layout-preview">
|
|
||||||
<img src="sections/german/09/alignment-crop.svg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-only">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h3>Mengenschreibweise</h3>
|
|
||||||
<p>Manchmal ist es notwendig, im Zusammenhang mit der Mengenschreibweise Prädikate unter Verwendung von textuellen Beschreibungen oder längeren Funktionsnamen zu definieren.</p>
|
|
||||||
|
|
||||||
<p>Für diesen Fall gibt es den Befehl <code>\mathrm{}</code>.</p>
|
|
||||||
|
|
||||||
<p style="text-align: center;">$\left\lbrace x \mid tiefe(x) \geq 20\right\rbrace$</p>
|
|
||||||
<p class="fragment" style="text-align: center;">$\left\lbrace x \mid \mathrm{tiefe}(x) \geq 20\right\rbrace$</p>
|
|
||||||
<pre class="fragment hljs lang-tex"><code>$\left\lbrace x \mid \mathrm{tiefe}(x) …</code></pre>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-only">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h2 data-category="Aufgabe" data-task="8">Formeln setzen</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Bindet die Dateien <code>eingabefile.tex</code>, <code>textsatz.tex</code> und <code>mathematik.tex</code> wieder ein, indem ihr den Befehl <code>\includeonly</code> in <code>l2kurz.tex</code> ändert.</li>
|
|
||||||
<li>Kompiliert anschließend das gesamte Projekt erneut.</li>
|
|
||||||
<li>Seht euch Kapitel 4 an und fügt einen neuen Abschnitt 4.5 mit eurer Lieblings**formel** ein.</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
@ -1,119 +0,0 @@
|
|||||||
<div class="layout-content-only">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h1>Quelltext-Listings</h1>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-and-preview">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h2>Installation <span class="emoji">🖥️</span></h2>
|
|
||||||
<p>
|
|
||||||
Mit dem Paket <code>minted</code> lässt sich Quelltext gut darstellen. Dafür wird die Programmiersprache Python benötigt.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Nach der <a href="https://www.python.org/">Installation von Python</a> kann das zugehörige Paket <a href="http://pygments.org/"><code>Pygments</code></a> in der Eingabeaufforderung installiert werden durch:
|
|
||||||
</p>
|
|
||||||
<pre class="lang-bash hljs"><code>pip install Pygments</code></pre>
|
|
||||||
<p>Anschließend muss das LaTeX-Paket nur noch eingebunden werden:</p>
|
|
||||||
<pre class="lang-tex hljs"><code>\usepackage{minted}</code></pre>
|
|
||||||
</div>
|
|
||||||
<div class="layout-preview">
|
|
||||||
<img src="sections/german/10/minted-overview-crop.svg" style="padding: 2rem;">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-only">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h2>Anpassungen beim Kompilieren</h2>
|
|
||||||
<div class="box warning">
|
|
||||||
<p>
|
|
||||||
Um Dokumente mit Quelltext-Listings kompilieren zu können, muss die Flag <code>--shell-escape</code> an den Compiler übergeben werden.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<p>
|
|
||||||
In TeXstudio muss diese unter <strong><code>Optionen > TeXstudio konfigurieren > Befehle</code></strong>
|
|
||||||
bei <code>PdfLaTeX</code> vor <code>%.tex</code> ergänzt werden:
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<code style="font-size:85%;">pdflatex -syntex=1 -interaction=nonstopmode <strong>--shell-escape</strong> %.tex</code></pre>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-and-preview">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h2>Code im LaTeX-Quelltext</h2>
|
|
||||||
<p class="fragment">In einer eigenen Umgebung:</p>
|
|
||||||
<pre class="lang-tex hljs fragment"><code>\section\*{Haskell-Magie}
|
|
||||||
Quadrate aller geraden % …
|
|
||||||
\begin{minted}{haskell}
|
|
||||||
[x^2 | x <- [1..200], even x]
|
|
||||||
\end{minted}</code></pre>
|
|
||||||
<p class="fragment">Inline im Quelltext:</p>
|
|
||||||
<pre class="lang-tex hljs fragment"><code>\section\*{Ein HTML-Beispiel}
|
|
||||||
Eine Überschrift wird so ausgezeichnet:
|
|
||||||
\mint{html}|<h2>LaTeX im Studium</h2>|.</code></pre>
|
|
||||||
</div>
|
|
||||||
<div class="layout-preview">
|
|
||||||
<img src="sections/german/10/minted-haskell-crop.svg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-and-preview">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h2>Code aus externen Dateien</h2>
|
|
||||||
<p>Um Redundanz zu vermeiden, ist es manchmal praktisch, den Quelltext direkt aus der Quelldatei einzulesen.</p>
|
|
||||||
<pre class="lang-tex hljs"><code>\section\*{Einfache Java-Anwendung}
|
|
||||||
\inputminted{java}{Test.java}</code></pre>
|
|
||||||
<pre class="lang-java hljs" data-sourcefile="Test.java"><code>public class HelloWorld {
|
|
||||||
public static void main(/\*…\*/) {
|
|
||||||
System.out.println(/\*…\*/);
|
|
||||||
}
|
|
||||||
}</code></pre>
|
|
||||||
</div>
|
|
||||||
<div class="layout-preview">
|
|
||||||
<img src="sections/german/10/minted-java-crop.svg">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-only">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h2><code>Minted</code> konfigurieren</h2>
|
|
||||||
<p>
|
|
||||||
Durch optionale Parameter können Zeilennummerierung, Umbrüche und Farben ausgewählt werden. Außerdem sind zahlreiche Themes verfügbar.
|
|
||||||
</p>
|
|
||||||
<pre class="hljs lang-tex"><code>\usemintedstyle{monokai}
|
|
||||||
\begin{minted}[
|
|
||||||
linenos=true,
|
|
||||||
breaklines=true,
|
|
||||||
]{javascript}
|
|
||||||
% ...
|
|
||||||
\end{minted}</code></pre>
|
|
||||||
<p><span class="emoji">🔗</span> <a href="https://www.overleaf.com/learn/latex/Code_Highlighting_with_minted">Einführung</a> und <a href="https://ctan.kako-dev.de/macros/latex/contrib/minted/minted.pdf">offizielle Dokumentation</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="layout-content-only">
|
|
||||||
<div class="layout-content">
|
|
||||||
<h2 data-category="Aufgabe" data-task="9">Quelltext einbinden</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Abschnitt 2.4 enthält zwei auskommentierte **Listings.**</li>
|
|
||||||
<li class="fragment">Bindet zunächst das **Paket `minted`** an der richtigen Stelle ein.</li>
|
|
||||||
<li class="fragment">Nutzt die **`minted`-Umgebung**, um das erste Listing mit Syntax Highlighting zu versehen.</li>
|
|
||||||
<li class="fragment">Lagert das zweite Listing in eine **neue Datei** aus und bindet sie mit `\inputminted` ein.</li>
|
|
||||||
<li class="fragment">Ändert das **Farbschema** zu `borland`.</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
Before Width: | Height: | Size: 46 KiB |
@ -8,3 +8,4 @@
|
|||||||
- chapter-07
|
- chapter-07
|
||||||
- chapter-08
|
- chapter-08
|
||||||
- chapter-09
|
- chapter-09
|
||||||
|
- chapter-10
|
||||||
|
|||||||
127
slides/chapter-10.de.md
Normal file
@ -0,0 +1,127 @@
|
|||||||
|
@slide(layout=chapter-slide)
|
||||||
|
|
||||||
|
@title
|
||||||
|
Quelltext-Listings
|
||||||
|
|
||||||
|
@slide(layout=content-and-preview)
|
||||||
|
|
||||||
|
@title
|
||||||
|
Installation <span class="emoji">🖥️</span>
|
||||||
|
|
||||||
|
@content
|
||||||
|
Mit dem Paket `minted` lässt sich Quelltext gut darstellen. Dafür wird die Programmiersprache Python benötigt.
|
||||||
|
|
||||||
|
Nach der **[Installation von Python](https://www.python.org/)** kann das zugehörige Paket **[`Pygments`](http://pygments.org/)** in der Eingabeaufforderung installiert werden durch:
|
||||||
|
|
||||||
|
``` {.lang-sh .hljs}
|
||||||
|
pip install Pygments
|
||||||
|
```
|
||||||
|
|
||||||
|
Anschließend muss das LaTeX-Paket nur noch eingebunden werden:
|
||||||
|
|
||||||
|
``` {.lang-tex .hljs}
|
||||||
|
\usepackage{minted}
|
||||||
|
```
|
||||||
|
|
||||||
|
@preview
|
||||||
|
{ .thin-padding }
|
||||||
|
|
||||||
|
@slide(layout=content-only)
|
||||||
|
|
||||||
|
@title
|
||||||
|
Anpassungen beim Kompilieren
|
||||||
|
|
||||||
|
@content
|
||||||
|
<div class="box warning">
|
||||||
|
Um Dokumente mit Quelltext-Listings kompilieren zu können, muss die Flag `--shell-escape` an den Compiler übergeben werden.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
In TeXstudio muss diese unter **`Optionen > TeXstudio konfigurieren > Befehle`** bei PdfLaTeX vor `%.tex` ergänzt werden:
|
||||||
|
|
||||||
|
pdflatex -syntex=1 -interaction=nonstopmode **--shell-escape** %.tex
|
||||||
|
|
||||||
|
@slide(layout=content-and-preview)
|
||||||
|
|
||||||
|
@title
|
||||||
|
Code im LaTeX-Quelltext
|
||||||
|
|
||||||
|
@content
|
||||||
|
++ In einer eigenen Umgebung:
|
||||||
|
|
||||||
|
``` {.lang-tex .hljs .fragment}
|
||||||
|
\section*{Haskell-Magie}
|
||||||
|
Quadrate aller geraden % …
|
||||||
|
\begin{minted}{haskell}
|
||||||
|
[x^2 | x <- [1..200], even x]
|
||||||
|
\end{minted}
|
||||||
|
```
|
||||||
|
|
||||||
|
++ Inline im Quelltext:
|
||||||
|
|
||||||
|
``` {.lang-tex .hljs .fragment}
|
||||||
|
\section*{Ein HTML-Beispiel}
|
||||||
|
Eine Überschrift wird so ausgezeichnet:
|
||||||
|
\mint{html}|<h2>LaTeX im Studium</h2>|.
|
||||||
|
```
|
||||||
|
|
||||||
|
@preview
|
||||||
|

|
||||||
|
|
||||||
|
@slide(layout=content-and-preview)
|
||||||
|
|
||||||
|
@title
|
||||||
|
Code aus externen Dateien
|
||||||
|
|
||||||
|
@content
|
||||||
|
Um Redundanz zu vermeiden, ist es manchmal praktisch, den Quelltext direkt aus der Quelldatei einzulesen.
|
||||||
|
|
||||||
|
``` {.lang-tex .hljs}
|
||||||
|
\section*{Einfache Java-Anwendung}
|
||||||
|
\inputminted{java}{Test.java}
|
||||||
|
```
|
||||||
|
|
||||||
|
``` {.lang-java .hljs data-sourcefile="Test.java"}
|
||||||
|
public class HelloWorld {
|
||||||
|
public static void main(/*…*/) {
|
||||||
|
System.out.println(/*…*/);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
@preview
|
||||||
|

|
||||||
|
|
||||||
|
@slide(layout=content-only)
|
||||||
|
|
||||||
|
@title
|
||||||
|
`Minted` konfigurieren
|
||||||
|
|
||||||
|
@content
|
||||||
|
Durch optionale Parameter können Zeilennummerierung, Umbrüche und Farben ausgewählt werden. Außerdem sind zahlreiche Themes verfügbar.
|
||||||
|
|
||||||
|
``` {.lang-tex .hljs}
|
||||||
|
\usemintedstyle{monokai}
|
||||||
|
\begin{minted}[
|
||||||
|
linenos=true,
|
||||||
|
breaklines=true,
|
||||||
|
]{javascript}
|
||||||
|
% ...
|
||||||
|
\end{minted}
|
||||||
|
```
|
||||||
|
|
||||||
|
<span class="emoji">🔗</span> **[Einführung](https://www.overleaf.com/learn/latex/Code_Highlighting_with_minted)** und **[offizielle Dokumentation](https://ctan.kako-dev.de/macros/latex/contrib/minted/minted.pdf)**
|
||||||
|
|
||||||
|
@slide(layout=task)
|
||||||
|
|
||||||
|
@task-number
|
||||||
|
9
|
||||||
|
|
||||||
|
@title
|
||||||
|
Quelltext einbinden
|
||||||
|
|
||||||
|
@content
|
||||||
|
* Abschnitt 2.4 enthält zwei auskommentierte **Listings**.
|
||||||
|
* ++ Bindet zunächst das **Paket `minted`** an der richtigen Stelle ein.
|
||||||
|
* ++ Nutzt die **`minted`-Umgebung**, um das erste Listing mit Syntax Highlighting zu versehen.
|
||||||
|
* ++ Lagert das zweite Listing in eine **neue Datei** aus und bindet sie mit `\inputminted` ein.
|
||||||
|
* ++ Ändert das **Farbschema** zu `borland`.
|
||||||
127
slides/chapter-10.en.md
Normal file
@ -0,0 +1,127 @@
|
|||||||
|
@slide(layout=chapter-slide)
|
||||||
|
|
||||||
|
@title
|
||||||
|
Source code listings
|
||||||
|
|
||||||
|
@slide(layout=content-and-preview)
|
||||||
|
|
||||||
|
@title
|
||||||
|
Installation <span class="emoji">🖥️</span>
|
||||||
|
|
||||||
|
@content
|
||||||
|
`Minted`, another LaTeX package, is very useful to display source code. It requires the Python programming language.
|
||||||
|
|
||||||
|
As soon as **[Python is installed](https://www.python.org/)**, we can download the corresponding Python package **[`Pygments`](http://pygments.org/)** using a command prompt:
|
||||||
|
|
||||||
|
``` {.lang-sh .hljs}
|
||||||
|
pip install Pygments
|
||||||
|
```
|
||||||
|
|
||||||
|
Add the LaTeX package and we are good to go:
|
||||||
|
|
||||||
|
``` {.lang-tex .hljs}
|
||||||
|
\usepackage{minted}
|
||||||
|
```
|
||||||
|
|
||||||
|
@preview
|
||||||
|
{ .thin-padding }
|
||||||
|
|
||||||
|
@slide(layout=content-only)
|
||||||
|
|
||||||
|
@title
|
||||||
|
Compiler settings
|
||||||
|
|
||||||
|
@content
|
||||||
|
<div class="box warning">
|
||||||
|
We need to pass the additional flag `--shell-escape` to our compiler in order to use `minted`.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
In TeXstudio, go to **`Options > Configure TeXstudio > Commands`** and add the flag in the PdfLaTeX row before `%.tex`:
|
||||||
|
|
||||||
|
pdflatex -syntex=1 -interaction=nonstopmode **--shell-escape** %.tex
|
||||||
|
|
||||||
|
@slide(layout=content-and-preview)
|
||||||
|
|
||||||
|
@title
|
||||||
|
Listings within LaTeX documents
|
||||||
|
|
||||||
|
@content
|
||||||
|
++ Within a dedicated environment:
|
||||||
|
|
||||||
|
``` {.lang-tex .hljs .fragment}
|
||||||
|
\section*{Haskell Magic}
|
||||||
|
Squares of all even % …
|
||||||
|
\begin{minted}{haskell}
|
||||||
|
[x^2 | x <- [1..200], even x]
|
||||||
|
\end{minted}
|
||||||
|
```
|
||||||
|
|
||||||
|
++ Directly inline:
|
||||||
|
|
||||||
|
``` {.lang-tex .hljs .fragment}
|
||||||
|
\section*{An HTML Example}
|
||||||
|
A headline is denoted the following way:
|
||||||
|
\mint{html}|<h2>LaTeX at University</h2>|
|
||||||
|
```
|
||||||
|
|
||||||
|
@preview
|
||||||
|

|
||||||
|
|
||||||
|
@slide(layout=content-and-preview)
|
||||||
|
|
||||||
|
@title
|
||||||
|
External source code
|
||||||
|
|
||||||
|
@content
|
||||||
|
We can avoid redundancy by including source code directly from its source file.
|
||||||
|
|
||||||
|
``` {.lang-tex .hljs}
|
||||||
|
\section*{Simple Java Application}
|
||||||
|
\inputminted{java}{Test.java}
|
||||||
|
```
|
||||||
|
|
||||||
|
``` {.lang-java .hljs data-sourcefile="Test.java"}
|
||||||
|
public class HelloWorld {
|
||||||
|
public static void main(/*…*/) {
|
||||||
|
System.out.println(/*…*/);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
@preview
|
||||||
|

|
||||||
|
|
||||||
|
@slide(layout=content-only)
|
||||||
|
|
||||||
|
@title
|
||||||
|
Configuring `minted`
|
||||||
|
|
||||||
|
@content
|
||||||
|
Optional parameters allow us to activate line numbers, automated line breaks, and syntax highlighting based on numerous color schemes.
|
||||||
|
|
||||||
|
``` {.lang-tex .hljs}
|
||||||
|
\usemintedstyle{monokai}
|
||||||
|
\begin{minted}[
|
||||||
|
linenos=true,
|
||||||
|
breaklines=true,
|
||||||
|
]{javascript}
|
||||||
|
% ...
|
||||||
|
\end{minted}
|
||||||
|
```
|
||||||
|
|
||||||
|
<span class="emoji">🔗</span> **[introduction](https://www.overleaf.com/learn/latex/Code_Highlighting_with_minted)** and **[official documentation](https://ctan.kako-dev.de/macros/latex/contrib/minted/minted.pdf)**
|
||||||
|
|
||||||
|
@slide(layout=task)
|
||||||
|
|
||||||
|
@task-number
|
||||||
|
9
|
||||||
|
|
||||||
|
@title
|
||||||
|
Listing source code
|
||||||
|
|
||||||
|
@content
|
||||||
|
* Section 2.4 contains two **listings** that are currently commented out.
|
||||||
|
* ++ Include the **`minted` package** in the right place.
|
||||||
|
* ++ Make use of the **`minted` environment** to activate syntax highlighting for the first listing.
|
||||||
|
* ++ Move the second listing to a **new file** and include it using `\inputminted`.
|
||||||
|
* ++ Change the **color scheme** to `borland`.
|
||||||
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="223pt" height="148pt" viewBox="0 0 223 148" version="1.1">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="223pt" height="129pt" viewBox="0 0 223 129" version="1.1">
|
||||||
<defs>
|
<defs>
|
||||||
<g>
|
<g>
|
||||||
<symbol overflow="visible" id="glyph0-0">
|
<symbol overflow="visible" id="glyph0-0">
|
||||||
@ -134,9 +134,6 @@
|
|||||||
<symbol overflow="visible" id="glyph1-26">
|
<symbol overflow="visible" id="glyph1-26">
|
||||||
<path style="stroke:none;" d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 Z M 3.875 -2.21875 "/>
|
<path style="stroke:none;" d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 Z M 3.875 -2.21875 "/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol overflow="visible" id="glyph1-27">
|
|
||||||
<path style="stroke:none;" d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
|
|
||||||
</symbol>
|
|
||||||
<symbol overflow="visible" id="glyph2-0">
|
<symbol overflow="visible" id="glyph2-0">
|
||||||
<path style="stroke:none;" d=""/>
|
<path style="stroke:none;" d=""/>
|
||||||
</symbol>
|
</symbol>
|
||||||
@ -474,8 +471,5 @@
|
|||||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
<use xlink:href="#glyph2-15" x="125.331" y="127.309"/>
|
<use xlink:href="#glyph2-15" x="125.331" y="127.309"/>
|
||||||
</g>
|
</g>
|
||||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
|
||||||
<use xlink:href="#glyph1-27" x="14.746" y="147.234"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
497
svg/chapter-10/minted-haskell-english-crop.svg
Normal file
@ -0,0 +1,497 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="208pt" height="130pt" viewBox="0 0 208 130" version="1.1">
|
||||||
|
<defs>
|
||||||
|
<g>
|
||||||
|
<symbol overflow="visible" id="glyph0-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-1">
|
||||||
|
<path style="stroke:none;" d="M 12.0625 0 L 12.0625 -0.609375 L 10.546875 -0.609375 L 10.546875 -9.21875 L 12.0625 -9.21875 L 12.0625 -9.84375 C 11.640625 -9.8125 10.109375 -9.8125 9.59375 -9.8125 C 9.078125 -9.8125 7.546875 -9.8125 7.125 -9.84375 L 7.125 -9.21875 L 8.65625 -9.21875 L 8.65625 -5.421875 L 3.953125 -5.421875 L 3.953125 -9.21875 L 5.484375 -9.21875 L 5.484375 -9.84375 C 5.0625 -9.8125 3.53125 -9.8125 3.015625 -9.8125 C 2.5 -9.8125 0.96875 -9.8125 0.546875 -9.84375 L 0.546875 -9.21875 L 2.0625 -9.21875 L 2.0625 -0.609375 L 0.546875 -0.609375 L 0.546875 0 C 0.96875 -0.03125 2.5 -0.03125 3.015625 -0.03125 C 3.53125 -0.03125 5.0625 -0.03125 5.484375 0 L 5.484375 -0.609375 L 3.953125 -0.609375 L 3.953125 -4.8125 L 8.65625 -4.8125 L 8.65625 -0.609375 L 7.125 -0.609375 L 7.125 0 C 7.546875 -0.03125 9.078125 -0.03125 9.59375 -0.03125 C 10.109375 -0.03125 11.640625 -0.03125 12.0625 0 Z M 12.0625 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-2">
|
||||||
|
<path style="stroke:none;" d="M 7.765625 -0.3125 C 7.765625 -0.609375 7.625 -0.609375 7.4375 -0.609375 C 6.53125 -0.625 6.53125 -0.859375 6.53125 -1.1875 L 6.53125 -4.28125 C 6.53125 -5.609375 5.484375 -6.5 3.453125 -6.5 C 2.65625 -6.5 0.96875 -6.421875 0.96875 -5.21875 C 0.96875 -4.625 1.421875 -4.359375 1.8125 -4.359375 C 2.234375 -4.359375 2.65625 -4.65625 2.65625 -5.203125 C 2.65625 -5.484375 2.546875 -5.734375 2.3125 -5.890625 C 2.78125 -6.03125 3.125 -6.03125 3.40625 -6.03125 C 4.375 -6.03125 4.96875 -5.484375 4.96875 -4.296875 L 4.96875 -3.734375 C 2.703125 -3.734375 0.421875 -3.09375 0.421875 -1.5 C 0.421875 -0.203125 2.078125 0.09375 3.0625 0.09375 C 4.171875 0.09375 4.875 -0.515625 5.15625 -1.140625 C 5.15625 -0.609375 5.15625 0 6.609375 0 L 7.34375 0 C 7.640625 0 7.765625 0 7.765625 -0.3125 Z M 4.96875 -2 C 4.96875 -0.640625 3.765625 -0.390625 3.296875 -0.390625 C 2.59375 -0.390625 2.015625 -0.859375 2.015625 -1.515625 C 2.015625 -2.828125 3.5625 -3.265625 4.96875 -3.34375 Z M 4.96875 -2 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-3">
|
||||||
|
<path style="stroke:none;" d="M 5.8125 -2 C 5.8125 -2.6875 5.4375 -3.15625 5.15625 -3.40625 C 4.5625 -3.90625 4.078125 -3.984375 3.296875 -4.125 C 2.375 -4.28125 1.515625 -4.453125 1.515625 -5.140625 C 1.515625 -6.0625 2.796875 -6.0625 3.09375 -6.0625 C 4.6875 -6.0625 4.78125 -5.0625 4.8125 -4.703125 C 4.8125 -4.515625 4.9375 -4.515625 5.109375 -4.515625 C 5.40625 -4.515625 5.40625 -4.5625 5.40625 -4.890625 L 5.40625 -6.125 C 5.40625 -6.390625 5.40625 -6.5 5.1875 -6.5 C 5.109375 -6.5 5.078125 -6.5 4.859375 -6.375 C 4.8125 -6.328125 4.640625 -6.21875 4.578125 -6.1875 C 4.171875 -6.40625 3.640625 -6.5 3.125 -6.5 C 2.703125 -6.5 0.546875 -6.5 0.546875 -4.640625 C 0.546875 -3.125 2.328125 -2.8125 2.765625 -2.734375 C 3.15625 -2.671875 3.625 -2.578125 3.6875 -2.578125 C 4.265625 -2.453125 4.828125 -2.09375 4.828125 -1.484375 C 4.828125 -0.390625 3.53125 -0.390625 3.234375 -0.390625 C 2.5 -0.390625 1.59375 -0.609375 1.1875 -2.015625 C 1.109375 -2.296875 1.09375 -2.3125 0.84375 -2.3125 C 0.546875 -2.3125 0.546875 -2.265625 0.546875 -1.9375 L 0.546875 -0.28125 C 0.546875 -0.015625 0.546875 0.09375 0.765625 0.09375 C 0.859375 0.09375 0.890625 0.09375 1.171875 -0.140625 L 1.546875 -0.421875 C 2.1875 0.09375 2.96875 0.09375 3.234375 0.09375 C 4.015625 0.09375 5.8125 -0.09375 5.8125 -2 Z M 5.8125 -2 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-4">
|
||||||
|
<path style="stroke:none;" d="M 8.25 0 L 8.25 -0.609375 C 8.015625 -0.609375 7.734375 -0.609375 7.578125 -0.625 C 7.375 -0.671875 7.3125 -0.71875 7.15625 -0.921875 L 4.765625 -4.015625 L 6.5625 -5.484375 C 6.734375 -5.625 6.90625 -5.75 7.890625 -5.75 L 7.890625 -6.375 C 7.515625 -6.34375 7.234375 -6.34375 6.703125 -6.34375 C 6.328125 -6.34375 5.515625 -6.34375 5.1875 -6.375 L 5.1875 -5.75 C 5.359375 -5.75 5.703125 -5.703125 5.703125 -5.59375 C 5.703125 -5.53125 5.625 -5.484375 5.59375 -5.453125 L 2.984375 -3.359375 L 2.984375 -9.953125 L 0.5 -9.84375 L 0.5 -9.21875 C 1.390625 -9.21875 1.484375 -9.21875 1.484375 -8.65625 L 1.484375 -0.609375 L 0.5 -0.609375 L 0.5 0 C 0.828125 -0.03125 1.828125 -0.03125 2.203125 -0.03125 C 2.59375 -0.03125 3.578125 -0.03125 3.921875 0 L 3.921875 -0.609375 L 2.921875 -0.609375 L 2.921875 -2.53125 C 3.15625 -2.71875 3.375 -2.890625 3.6875 -3.15625 L 5.421875 -0.921875 C 5.515625 -0.796875 5.515625 -0.765625 5.515625 -0.765625 C 5.515625 -0.609375 5.234375 -0.609375 5.03125 -0.609375 L 5.03125 0 C 5.375 -0.03125 6.328125 -0.03125 6.71875 -0.03125 C 7.4375 -0.03125 7.640625 -0.03125 8.25 0 Z M 8.25 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-5">
|
||||||
|
<path style="stroke:none;" d="M 6.90625 -1.671875 C 6.90625 -1.890625 6.6875 -1.890625 6.59375 -1.890625 C 6.375 -1.890625 6.359375 -1.84375 6.265625 -1.65625 C 5.890625 -0.734375 4.953125 -0.4375 4.265625 -0.4375 C 2.1875 -0.4375 2.171875 -2.359375 2.171875 -3.171875 L 6.484375 -3.171875 C 6.8125 -3.171875 6.90625 -3.171875 6.90625 -3.53125 C 6.90625 -3.953125 6.796875 -5.03125 6.140625 -5.703125 C 5.53125 -6.3125 4.734375 -6.5 3.90625 -6.5 C 1.65625 -6.5 0.4375 -5.03125 0.4375 -3.234375 C 0.4375 -1.21875 1.921875 0.09375 4.09375 0.09375 C 6.25 0.09375 6.90625 -1.4375 6.90625 -1.671875 Z M 5.578125 -3.578125 L 2.171875 -3.578125 C 2.1875 -4.171875 2.203125 -4.734375 2.515625 -5.25 C 2.78125 -5.703125 3.28125 -6.03125 3.90625 -6.03125 C 5.4375 -6.03125 5.5625 -4.296875 5.578125 -3.578125 Z M 5.578125 -3.578125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-6">
|
||||||
|
<path style="stroke:none;" d="M 4.109375 0 L 4.109375 -0.609375 L 3.109375 -0.609375 L 3.109375 -9.953125 L 0.625 -9.84375 L 0.625 -9.21875 C 1.515625 -9.21875 1.625 -9.21875 1.625 -8.65625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.984375 -0.03125 2.359375 -0.03125 C 2.75 -0.03125 3.765625 -0.03125 4.109375 0 Z M 4.109375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-7">
|
||||||
|
<path style="stroke:none;" d="M 14.703125 0 L 14.703125 -0.609375 L 13.1875 -0.609375 L 13.1875 -9.21875 L 14.703125 -9.21875 L 14.703125 -9.84375 L 11.640625 -9.84375 C 11.34375 -9.84375 11.21875 -9.84375 11.09375 -9.53125 L 7.640625 -1.828125 L 4.203125 -9.53125 C 4.078125 -9.84375 3.9375 -9.84375 3.640625 -9.84375 L 0.59375 -9.84375 L 0.59375 -9.21875 L 2.109375 -9.21875 L 2.109375 -1.046875 C 2.109375 -0.734375 2.09375 -0.71875 1.71875 -0.65625 C 1.46875 -0.625 1.171875 -0.609375 0.921875 -0.609375 L 0.59375 -0.609375 L 0.59375 0 C 0.921875 -0.03125 2.03125 -0.03125 2.4375 -0.03125 C 2.84375 -0.03125 3.96875 -0.03125 4.296875 0 L 4.296875 -0.609375 L 3.96875 -0.609375 C 3.578125 -0.609375 3.5625 -0.609375 3.21875 -0.65625 C 2.796875 -0.71875 2.78125 -0.734375 2.78125 -1.046875 L 2.78125 -9.046875 L 2.796875 -9.046875 L 6.703125 -0.296875 C 6.765625 -0.140625 6.859375 0 7.09375 0 C 7.34375 0 7.4375 -0.140625 7.5 -0.296875 L 11.46875 -9.21875 L 11.484375 -9.21875 L 11.484375 -0.609375 L 9.96875 -0.609375 L 9.96875 0 C 10.359375 -0.03125 11.84375 -0.03125 12.328125 -0.03125 C 12.828125 -0.03125 14.3125 -0.03125 14.703125 0 Z M 14.703125 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-8">
|
||||||
|
<path style="stroke:none;" d="M 7.8125 -5.734375 C 7.8125 -6.078125 7.5625 -6.546875 6.953125 -6.546875 C 6.34375 -6.546875 5.75 -6.234375 5.453125 -5.984375 C 4.859375 -6.328125 4.296875 -6.453125 3.578125 -6.453125 C 1.59375 -6.453125 0.796875 -5.34375 0.796875 -4.34375 C 0.796875 -3.90625 0.953125 -3.3125 1.546875 -2.828125 C 1.3125 -2.546875 1.046875 -2.046875 1.046875 -1.53125 C 1.046875 -0.921875 1.375 -0.390625 1.671875 -0.15625 C 1.328125 -0.078125 0.4375 0.265625 0.4375 1.078125 C 0.4375 1.921875 1.375 2.890625 4.015625 2.890625 C 6.390625 2.890625 7.609375 2.109375 7.609375 1.03125 C 7.609375 -0.234375 6.765625 -0.640625 6.40625 -0.8125 C 5.71875 -1.15625 4.8125 -1.15625 3.546875 -1.15625 C 3.1875 -1.15625 2.546875 -1.15625 2.484375 -1.171875 C 1.859375 -1.28125 1.6875 -1.828125 1.6875 -2.09375 C 1.6875 -2.203125 1.703125 -2.421875 1.859375 -2.609375 C 2.546875 -2.234375 3.359375 -2.234375 3.578125 -2.234375 C 5.546875 -2.234375 6.34375 -3.34375 6.34375 -4.34375 C 6.34375 -5.078125 5.921875 -5.59375 5.75 -5.734375 C 6.171875 -5.96875 6.515625 -6.03125 6.75 -6.046875 C 6.71875 -5.984375 6.671875 -5.921875 6.671875 -5.734375 C 6.671875 -5.4375 6.875 -5.15625 7.25 -5.15625 C 7.609375 -5.15625 7.8125 -5.4375 7.8125 -5.734375 Z M 4.8125 -4.34375 C 4.8125 -3.6875 4.8125 -2.703125 3.578125 -2.703125 C 2.328125 -2.703125 2.328125 -3.6875 2.328125 -4.34375 C 2.328125 -5 2.328125 -6 3.578125 -6 C 4.8125 -6 4.8125 -5 4.8125 -4.34375 Z M 6.421875 1.09375 C 6.421875 1.59375 5.921875 2.421875 4.03125 2.421875 C 2.140625 2.421875 1.625 1.625 1.625 1.078125 C 1.625 0.15625 2.53125 0.15625 2.734375 0.15625 L 4.375 0.15625 C 5.421875 0.15625 6.421875 0.34375 6.421875 1.09375 Z M 6.421875 1.09375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-9">
|
||||||
|
<path style="stroke:none;" d="M 4 0 L 4 -0.609375 L 3.109375 -0.609375 L 3.109375 -6.453125 L 0.671875 -6.34375 L 0.671875 -5.71875 C 1.515625 -5.71875 1.625 -5.71875 1.625 -5.15625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.953125 -0.03125 2.34375 -0.03125 C 2.734375 -0.03125 3.65625 -0.03125 4 0 Z M 3.28125 -8.71875 C 3.28125 -9.3125 2.796875 -9.75 2.25 -9.75 C 1.65625 -9.75 1.203125 -9.28125 1.203125 -8.71875 C 1.203125 -8.140625 1.6875 -7.6875 2.234375 -7.6875 C 2.828125 -7.6875 3.28125 -8.15625 3.28125 -8.71875 Z M 3.28125 -8.71875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-10">
|
||||||
|
<path style="stroke:none;" d="M 6.71875 -1.671875 C 6.71875 -1.84375 6.5625 -1.84375 6.40625 -1.84375 C 6.1875 -1.84375 6.171875 -1.84375 6.09375 -1.65625 C 6 -1.390625 5.609375 -0.4375 4.28125 -0.4375 C 2.265625 -0.4375 2.265625 -2.609375 2.265625 -3.25 C 2.265625 -4.109375 2.28125 -5.984375 4.15625 -5.984375 C 4.265625 -5.984375 5.109375 -5.953125 5.109375 -5.875 C 5.109375 -5.875 5.09375 -5.859375 5.0625 -5.84375 C 5.015625 -5.796875 4.828125 -5.578125 4.828125 -5.21875 C 4.828125 -4.625 5.328125 -4.375 5.6875 -4.375 C 5.984375 -4.375 6.53125 -4.5625 6.53125 -5.234375 C 6.53125 -6.40625 4.875 -6.5 4.109375 -6.5 C 1.546875 -6.5 0.546875 -4.828125 0.546875 -3.1875 C 0.546875 -1.234375 1.90625 0.09375 4.015625 0.09375 C 6.265625 0.09375 6.71875 -1.578125 6.71875 -1.671875 Z M 6.71875 -1.671875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-11">
|
||||||
|
<path style="stroke:none;" d="M 11.625 0 L 11.625 -0.609375 L 10.25 -0.609375 L 6.5625 -9.703125 C 6.46875 -9.96875 6.4375 -10.046875 6.09375 -10.046875 C 5.734375 -10.046875 5.703125 -9.96875 5.609375 -9.703125 L 2.046875 -0.96875 C 1.953125 -0.734375 1.953125 -0.703125 1.546875 -0.65625 C 1.1875 -0.609375 1.140625 -0.609375 0.8125 -0.609375 L 0.5625 -0.609375 L 0.5625 0 C 0.9375 -0.03125 1.796875 -0.03125 2.203125 -0.03125 C 2.59375 -0.03125 3.640625 -0.03125 3.96875 0 L 3.96875 -0.609375 C 3.65625 -0.609375 3.109375 -0.609375 2.71875 -0.78125 C 2.75 -0.90625 2.75 -0.9375 2.78125 -0.984375 L 3.546875 -2.859375 L 7.390625 -2.859375 L 8.296875 -0.609375 L 6.9375 -0.609375 L 6.9375 0 C 7.40625 -0.03125 8.796875 -0.03125 9.34375 -0.03125 C 9.796875 -0.03125 11.265625 -0.03125 11.625 0 Z M 7.125 -3.46875 L 3.78125 -3.46875 L 5.46875 -7.609375 Z M 7.125 -3.46875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-12">
|
||||||
|
<path style="stroke:none;" d="M 8.609375 0 L 8.609375 -0.609375 L 7.609375 -0.609375 L 7.609375 -4.390625 C 7.609375 -5.75 7.03125 -6.453125 5.453125 -6.453125 C 4.421875 -6.453125 3.53125 -5.953125 3.046875 -4.875 L 3.03125 -4.875 L 3.03125 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.21875 4.296875 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.046875 -5.640625 6.046875 -4.546875 L 6.046875 -0.609375 L 5.0625 -0.609375 L 5.0625 0 C 5.390625 -0.03125 6.421875 -0.03125 6.828125 -0.03125 C 7.234375 -0.03125 8.28125 -0.03125 8.609375 0 Z M 8.609375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-13">
|
||||||
|
<path style="stroke:none;" d="M 10.609375 -6.3125 L 10.328125 -9.703125 L 0.875 -9.703125 L 0.59375 -6.3125 L 1.1875 -6.3125 C 1.3125 -7.875 1.4375 -9.09375 3.5 -9.09375 L 4.65625 -9.09375 L 4.65625 -0.609375 L 2.5 -0.609375 L 2.5 0 L 5.609375 -0.03125 L 8.71875 0 L 8.71875 -0.609375 L 6.5625 -0.609375 L 6.5625 -9.09375 L 7.703125 -9.09375 C 9.765625 -9.09375 9.890625 -7.890625 10.015625 -6.3125 Z M 10.609375 -6.3125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-14">
|
||||||
|
<path style="stroke:none;" d="M 9.015625 -3.875 L 8.40625 -3.875 C 8.3125 -2.890625 8.078125 -0.609375 5.5 -0.609375 L 3.953125 -0.609375 L 3.953125 -9.21875 L 5.859375 -9.21875 L 5.859375 -9.84375 L 3.125 -9.8125 C 2.59375 -9.8125 0.96875 -9.8125 0.546875 -9.84375 L 0.546875 -9.21875 L 2.0625 -9.21875 L 2.0625 -0.609375 L 0.546875 -0.609375 L 0.546875 0 L 8.59375 0 Z M 9.015625 -3.875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-15">
|
||||||
|
<path style="stroke:none;" d="M 10.125 -3.875 L 9.53125 -3.875 C 9.21875 -1.734375 8.6875 -0.609375 6.203125 -0.609375 L 3.953125 -0.609375 L 3.953125 -4.765625 L 4.8125 -4.765625 C 6.1875 -4.765625 6.328125 -4.171875 6.328125 -3.078125 L 6.921875 -3.078125 L 6.921875 -7.0625 L 6.328125 -7.0625 C 6.328125 -5.984375 6.1875 -5.375 4.8125 -5.375 L 3.953125 -5.375 L 3.953125 -9.15625 L 6.203125 -9.15625 C 8.390625 -9.15625 8.859375 -8.21875 9.078125 -6.375 L 9.6875 -6.375 L 9.265625 -9.765625 L 0.546875 -9.765625 L 0.546875 -9.15625 L 2.0625 -9.15625 L 2.0625 -0.609375 L 0.546875 -0.609375 L 0.546875 0 L 9.515625 0 Z M 10.125 -3.875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-16">
|
||||||
|
<path style="stroke:none;" d="M 8.265625 0 L 8.265625 -0.609375 L 7.265625 -0.609375 L 4.828125 -3.546875 L 6.5 -5.453125 C 6.65625 -5.640625 6.78125 -5.75 7.96875 -5.75 L 7.96875 -6.375 L 6.65625 -6.34375 C 6.234375 -6.34375 5.625 -6.34375 5.21875 -6.375 L 5.21875 -5.75 C 5.5 -5.75 5.796875 -5.6875 5.796875 -5.578125 C 5.796875 -5.578125 5.71875 -5.453125 5.6875 -5.421875 L 4.453125 -4.015625 L 3.03125 -5.75 L 3.625 -5.75 L 3.625 -6.375 C 3.296875 -6.34375 2.328125 -6.34375 1.9375 -6.34375 C 1.5 -6.34375 0.734375 -6.34375 0.328125 -6.375 L 0.328125 -5.75 L 1.34375 -5.75 L 3.578125 -3.03125 L 1.71875 -0.921875 C 1.546875 -0.71875 1.453125 -0.609375 0.265625 -0.609375 L 0.265625 0 L 1.59375 -0.03125 C 2.015625 -0.03125 2.609375 -0.03125 3.015625 0 L 3.015625 -0.609375 C 2.734375 -0.609375 2.4375 -0.6875 2.4375 -0.78125 C 2.4375 -0.78125 2.4375 -0.8125 2.53125 -0.9375 L 3.96875 -2.546875 L 5.5625 -0.609375 L 4.96875 -0.609375 L 4.96875 0 C 5.3125 -0.03125 6.265625 -0.03125 6.671875 -0.03125 C 7.09375 -0.03125 7.859375 -0.03125 8.265625 0 Z M 8.265625 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-17">
|
||||||
|
<path style="stroke:none;" d="M 13.09375 0 L 13.09375 -0.609375 L 12.109375 -0.609375 L 12.109375 -4.390625 C 12.109375 -5.703125 11.546875 -6.453125 9.9375 -6.453125 C 8.484375 -6.453125 7.8125 -5.484375 7.59375 -5.015625 C 7.359375 -6.234375 6.390625 -6.453125 5.46875 -6.453125 C 4.09375 -6.453125 3.34375 -5.5625 3.046875 -4.875 L 3.03125 -4.875 L 3.03125 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.234375 4.3125 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.0625 -5.671875 6.0625 -4.546875 L 6.0625 -0.609375 L 5.078125 -0.609375 L 5.078125 0 C 5.40625 -0.03125 6.4375 -0.03125 6.84375 -0.03125 C 7.25 -0.03125 8.296875 -0.03125 8.625 0 L 8.625 -0.609375 L 7.625 -0.609375 L 7.625 -3.671875 C 7.625 -5.234375 8.796875 -5.984375 9.703125 -5.984375 C 10.234375 -5.984375 10.546875 -5.671875 10.546875 -4.546875 L 10.546875 -0.609375 L 9.546875 -0.609375 L 9.546875 0 C 9.890625 -0.03125 10.921875 -0.03125 11.3125 -0.03125 C 11.71875 -0.03125 12.765625 -0.03125 13.09375 0 Z M 13.09375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-18">
|
||||||
|
<path style="stroke:none;" d="M 8.40625 -3.203125 C 8.40625 -5.171875 7.078125 -6.453125 5.140625 -6.453125 C 4.28125 -6.453125 3.5625 -6.171875 2.984375 -5.703125 L 2.984375 -6.453125 L 0.5 -6.34375 L 0.5 -5.71875 C 1.390625 -5.71875 1.484375 -5.71875 1.484375 -5.15625 L 1.484375 2.171875 L 0.5 2.171875 L 0.5 2.78125 C 0.828125 2.75 1.859375 2.75 2.265625 2.75 C 2.671875 2.75 3.71875 2.75 4.046875 2.78125 L 4.046875 2.171875 L 3.0625 2.171875 L 3.0625 -0.59375 C 3.40625 -0.265625 4.046875 0.09375 4.90625 0.09375 C 6.875 0.09375 8.40625 -1.109375 8.40625 -3.203125 Z M 6.6875 -3.203125 C 6.6875 -1.125 5.65625 -0.390625 4.734375 -0.390625 C 4.109375 -0.390625 3.5 -0.703125 3.0625 -1.375 L 3.0625 -5.015625 C 3.578125 -5.703125 4.34375 -5.9375 4.90625 -5.9375 C 5.84375 -5.9375 6.6875 -5.09375 6.6875 -3.203125 Z M 6.6875 -3.203125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-1">
|
||||||
|
<path style="stroke:none;" d="M 4.96875 -1.859375 C 4.96875 -2.84375 4.3125 -3.671875 3.484375 -3.875 L 2.203125 -4.171875 C 1.578125 -4.328125 1.203125 -4.859375 1.203125 -5.4375 C 1.203125 -6.140625 1.734375 -6.75 2.515625 -6.75 C 4.171875 -6.75 4.390625 -5.109375 4.453125 -4.671875 C 4.46875 -4.609375 4.46875 -4.546875 4.578125 -4.546875 C 4.703125 -4.546875 4.703125 -4.59375 4.703125 -4.78125 L 4.703125 -6.78125 C 4.703125 -6.953125 4.703125 -7.03125 4.59375 -7.03125 C 4.53125 -7.03125 4.515625 -7.015625 4.453125 -6.890625 L 4.09375 -6.328125 C 3.796875 -6.625 3.390625 -7.03125 2.5 -7.03125 C 1.390625 -7.03125 0.5625 -6.15625 0.5625 -5.09375 C 0.5625 -4.265625 1.09375 -3.53125 1.859375 -3.265625 C 1.96875 -3.234375 2.484375 -3.109375 3.1875 -2.9375 C 3.453125 -2.875 3.75 -2.796875 4.03125 -2.4375 C 4.234375 -2.171875 4.34375 -1.84375 4.34375 -1.515625 C 4.34375 -0.8125 3.84375 -0.09375 3 -0.09375 C 2.71875 -0.09375 1.953125 -0.140625 1.421875 -0.625 C 0.84375 -1.171875 0.8125 -1.796875 0.8125 -2.15625 C 0.796875 -2.265625 0.71875 -2.265625 0.6875 -2.265625 C 0.5625 -2.265625 0.5625 -2.1875 0.5625 -2.015625 L 0.5625 -0.015625 C 0.5625 0.15625 0.5625 0.21875 0.671875 0.21875 C 0.734375 0.21875 0.75 0.203125 0.8125 0.09375 C 0.8125 0.09375 0.84375 0.046875 1.171875 -0.484375 C 1.484375 -0.140625 2.125 0.21875 3.015625 0.21875 C 4.171875 0.21875 4.96875 -0.75 4.96875 -1.859375 Z M 4.96875 -1.859375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-2">
|
||||||
|
<path style="stroke:none;" d="M 5.25 1.9375 L 5.25 1.625 C 4.578125 1.625 4.46875 1.625 4.46875 1.171875 L 4.46875 -4.40625 L 4.25 -4.40625 L 3.875 -3.5 C 3.75 -3.78125 3.34375 -4.40625 2.546875 -4.40625 C 1.390625 -4.40625 0.34375 -3.4375 0.34375 -2.140625 C 0.34375 -0.890625 1.3125 0.109375 2.46875 0.109375 C 3.15625 0.109375 3.5625 -0.3125 3.78125 -0.609375 L 3.78125 1.171875 C 3.78125 1.625 3.671875 1.625 3.015625 1.625 L 3.015625 1.9375 L 4.125 1.90625 Z M 3.8125 -1.359375 C 3.8125 -1.03125 3.640625 -0.75 3.421875 -0.515625 C 3.296875 -0.375 2.96875 -0.109375 2.5 -0.109375 C 1.78125 -0.109375 1.171875 -1 1.171875 -2.140625 C 1.171875 -3.328125 1.859375 -4.15625 2.609375 -4.15625 C 3.40625 -4.15625 3.8125 -3.296875 3.8125 -2.765625 Z M 3.8125 -1.359375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-3">
|
||||||
|
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.640625 -0.3125 4.5625 -0.375 4.5625 -0.875 L 4.5625 -4.40625 L 3.09375 -4.296875 L 3.09375 -3.984375 C 3.78125 -3.984375 3.875 -3.921875 3.875 -3.421875 L 3.875 -1.65625 C 3.875 -0.78125 3.390625 -0.109375 2.65625 -0.109375 C 1.828125 -0.109375 1.78125 -0.578125 1.78125 -1.09375 L 1.78125 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.09375 -3.984375 1.09375 -3.953125 1.09375 -3.078125 L 1.09375 -1.578125 C 1.09375 -0.796875 1.09375 0.109375 2.609375 0.109375 C 3.171875 0.109375 3.609375 -0.171875 3.890625 -0.78125 L 3.890625 0.109375 Z M 5.328125 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-4">
|
||||||
|
<path style="stroke:none;" d="M 4.8125 -0.890625 L 4.8125 -1.453125 L 4.5625 -1.453125 L 4.5625 -0.890625 C 4.5625 -0.3125 4.3125 -0.25 4.203125 -0.25 C 3.875 -0.25 3.84375 -0.703125 3.84375 -0.75 L 3.84375 -2.734375 C 3.84375 -3.15625 3.84375 -3.546875 3.484375 -3.921875 C 3.09375 -4.3125 2.59375 -4.46875 2.109375 -4.46875 C 1.296875 -4.46875 0.609375 -4 0.609375 -3.34375 C 0.609375 -3.046875 0.8125 -2.875 1.0625 -2.875 C 1.34375 -2.875 1.53125 -3.078125 1.53125 -3.328125 C 1.53125 -3.453125 1.46875 -3.78125 1.015625 -3.78125 C 1.28125 -4.140625 1.78125 -4.25 2.09375 -4.25 C 2.578125 -4.25 3.15625 -3.859375 3.15625 -2.96875 L 3.15625 -2.609375 C 2.640625 -2.578125 1.9375 -2.546875 1.3125 -2.25 C 0.5625 -1.90625 0.3125 -1.390625 0.3125 -0.953125 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.578125 0.109375 3.03125 -0.296875 3.21875 -0.75 C 3.265625 -0.359375 3.53125 0.0625 4 0.0625 C 4.203125 0.0625 4.8125 -0.078125 4.8125 -0.890625 Z M 3.15625 -1.390625 C 3.15625 -0.453125 2.4375 -0.109375 1.984375 -0.109375 C 1.5 -0.109375 1.09375 -0.453125 1.09375 -0.953125 C 1.09375 -1.5 1.5 -2.328125 3.15625 -2.390625 Z M 3.15625 -1.390625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-5">
|
||||||
|
<path style="stroke:none;" d="M 3.625 -3.796875 C 3.625 -4.109375 3.3125 -4.40625 2.890625 -4.40625 C 2.15625 -4.40625 1.796875 -3.734375 1.671875 -3.3125 L 1.671875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.421875 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.421875 -0.03125 C 1.8125 -0.03125 2.28125 -0.03125 2.6875 0 L 2.6875 -0.3125 L 2.46875 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.296875 2.140625 -4.1875 2.890625 -4.1875 C 2.953125 -4.1875 2.984375 -4.1875 3 -4.171875 C 2.96875 -4.171875 2.765625 -4.046875 2.765625 -3.78125 C 2.765625 -3.515625 2.984375 -3.359375 3.203125 -3.359375 C 3.375 -3.359375 3.625 -3.484375 3.625 -3.796875 Z M 3.625 -3.796875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-6">
|
||||||
|
<path style="stroke:none;" d="M 4.140625 -1.1875 C 4.140625 -1.28125 4.0625 -1.3125 4 -1.3125 C 3.921875 -1.3125 3.890625 -1.25 3.875 -1.171875 C 3.53125 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 L 3.890625 -2.296875 C 4.109375 -2.296875 4.140625 -2.296875 4.140625 -2.515625 C 4.140625 -3.5 3.59375 -4.46875 2.359375 -4.46875 C 1.203125 -4.46875 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.140625 -1 4.140625 -1.1875 Z M 3.484375 -2.515625 L 1.109375 -2.515625 C 1.171875 -4 2.015625 -4.25 2.359375 -4.25 C 3.375 -4.25 3.484375 -2.90625 3.484375 -2.515625 Z M 3.484375 -2.515625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-7">
|
||||||
|
<path style="stroke:none;" d="M 3.59375 -1.28125 C 3.59375 -1.796875 3.296875 -2.109375 3.171875 -2.21875 C 2.84375 -2.546875 2.453125 -2.625 2.03125 -2.703125 C 1.46875 -2.8125 0.8125 -2.9375 0.8125 -3.515625 C 0.8125 -3.875 1.0625 -4.28125 1.921875 -4.28125 C 3.015625 -4.28125 3.078125 -3.375 3.09375 -3.078125 C 3.09375 -2.984375 3.203125 -2.984375 3.203125 -2.984375 C 3.34375 -2.984375 3.34375 -3.03125 3.34375 -3.21875 L 3.34375 -4.234375 C 3.34375 -4.390625 3.34375 -4.46875 3.234375 -4.46875 C 3.1875 -4.46875 3.15625 -4.46875 3.03125 -4.34375 C 3 -4.3125 2.90625 -4.21875 2.859375 -4.1875 C 2.484375 -4.46875 2.078125 -4.46875 1.921875 -4.46875 C 0.703125 -4.46875 0.328125 -3.796875 0.328125 -3.234375 C 0.328125 -2.890625 0.484375 -2.609375 0.75 -2.390625 C 1.078125 -2.140625 1.359375 -2.078125 2.078125 -1.9375 C 2.296875 -1.890625 3.109375 -1.734375 3.109375 -1.015625 C 3.109375 -0.515625 2.765625 -0.109375 1.984375 -0.109375 C 1.140625 -0.109375 0.78125 -0.671875 0.59375 -1.53125 C 0.5625 -1.65625 0.5625 -1.6875 0.453125 -1.6875 C 0.328125 -1.6875 0.328125 -1.625 0.328125 -1.453125 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.78125 0.109375 1.984375 0.109375 C 3.125 0.109375 3.59375 -0.5625 3.59375 -1.28125 Z M 3.59375 -1.28125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-8">
|
||||||
|
<path style="stroke:none;" d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 Z M 3.875 -2.21875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-9">
|
||||||
|
<path style="stroke:none;" d="M 3.5625 -6.328125 C 3.5625 -6.703125 3.1875 -7.03125 2.65625 -7.03125 C 1.96875 -7.03125 1.109375 -6.5 1.109375 -5.4375 L 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.34375 -0.3125 L 0.34375 0 L 1.46875 -0.03125 C 1.875 -0.03125 2.34375 -0.03125 2.734375 0 L 2.734375 -0.3125 L 2.53125 -0.3125 C 1.796875 -0.3125 1.78125 -0.421875 1.78125 -0.78125 L 1.78125 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 L 1.75 -4.296875 L 1.75 -5.453125 C 1.75 -6.328125 2.21875 -6.8125 2.65625 -6.8125 C 2.6875 -6.8125 2.84375 -6.8125 2.984375 -6.734375 C 2.875 -6.703125 2.6875 -6.5625 2.6875 -6.3125 C 2.6875 -6.09375 2.84375 -5.890625 3.125 -5.890625 C 3.40625 -5.890625 3.5625 -6.09375 3.5625 -6.328125 Z M 3.5625 -6.328125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-10">
|
||||||
|
<path style="stroke:none;" d="M 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 L 1.765625 -6.921875 L 0.328125 -6.8125 L 0.328125 -6.5 C 1.03125 -6.5 1.109375 -6.4375 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.4375 -0.03125 Z M 2.546875 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-11">
|
||||||
|
<path style="stroke:none;" d="M 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.8125 -3.984375 3.921875 -3.75 3.921875 -3.5625 C 3.921875 -3.46875 3.90625 -3.421875 3.875 -3.3125 L 2.84375 -0.78125 L 1.734375 -3.5625 C 1.671875 -3.6875 1.671875 -3.734375 1.671875 -3.734375 C 1.671875 -3.984375 2.0625 -3.984375 2.25 -3.984375 L 2.25 -4.296875 L 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.8125 -3.984375 0.859375 -3.921875 0.984375 -3.625 L 2.421875 -0.078125 C 2.484375 0.0625 2.5 0.109375 2.625 0.109375 C 2.765625 0.109375 2.796875 0.015625 2.84375 -0.078125 L 4.140625 -3.3125 C 4.234375 -3.546875 4.40625 -3.984375 5.0625 -3.984375 Z M 5.0625 -3.984375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-12">
|
||||||
|
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 Z M 5.328125 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-13">
|
||||||
|
<path style="stroke:none;" d="M 8.109375 0 L 8.109375 -0.3125 C 7.59375 -0.3125 7.34375 -0.3125 7.328125 -0.609375 L 7.328125 -2.515625 C 7.328125 -3.375 7.328125 -3.671875 7.015625 -4.03125 C 6.875 -4.203125 6.546875 -4.40625 5.96875 -4.40625 C 5.140625 -4.40625 4.6875 -3.8125 4.53125 -3.421875 C 4.390625 -4.296875 3.65625 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 L 5.328125 0 L 5.328125 -0.3125 C 4.671875 -0.3125 4.5625 -0.3125 4.5625 -0.75 L 4.5625 -2.59375 C 4.5625 -3.625 5.265625 -4.1875 5.90625 -4.1875 C 6.53125 -4.1875 6.640625 -3.65625 6.640625 -3.078125 L 6.640625 -0.75 C 6.640625 -0.3125 6.53125 -0.3125 5.859375 -0.3125 L 5.859375 0 L 6.984375 -0.03125 Z M 8.109375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-14">
|
||||||
|
<path style="stroke:none;" d="M 5.1875 -2.15625 C 5.1875 -3.421875 4.21875 -4.40625 3.078125 -4.40625 C 2.296875 -4.40625 1.875 -3.9375 1.71875 -3.765625 L 1.71875 -6.921875 L 0.28125 -6.8125 L 0.28125 -6.5 C 0.984375 -6.5 1.0625 -6.4375 1.0625 -5.9375 L 1.0625 0 L 1.3125 0 L 1.671875 -0.625 C 1.8125 -0.390625 2.234375 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 Z M 4.359375 -2.15625 C 4.359375 -1.796875 4.34375 -1.203125 4.0625 -0.75 C 3.84375 -0.4375 3.46875 -0.109375 2.9375 -0.109375 C 2.484375 -0.109375 2.125 -0.34375 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.953125 1.75 -1.140625 L 1.75 -3.1875 C 1.75 -3.375 1.75 -3.390625 1.859375 -3.546875 C 2.25 -4.109375 2.796875 -4.1875 3.03125 -4.1875 C 3.484375 -4.1875 3.84375 -3.921875 4.078125 -3.546875 C 4.34375 -3.140625 4.359375 -2.578125 4.359375 -2.15625 Z M 4.359375 -2.15625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-15">
|
||||||
|
<path style="stroke:none;" d="M 3.3125 -1.234375 L 3.3125 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.765625 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 L 1.71875 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.25 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.96875 0.109375 2.328125 0.109375 C 3.03125 0.109375 3.3125 -0.59375 3.3125 -1.234375 Z M 3.3125 -1.234375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-16">
|
||||||
|
<path style="stroke:none;" d="M 7.015625 -3.984375 L 7.015625 -4.296875 C 6.78125 -4.28125 6.5 -4.265625 6.28125 -4.265625 L 5.359375 -4.296875 L 5.359375 -3.984375 C 5.71875 -3.984375 5.9375 -3.796875 5.9375 -3.515625 C 5.9375 -3.453125 5.9375 -3.421875 5.875 -3.296875 L 4.96875 -0.75 L 3.984375 -3.53125 C 3.953125 -3.65625 3.9375 -3.671875 3.9375 -3.71875 C 3.9375 -3.984375 4.328125 -3.984375 4.53125 -3.984375 L 4.53125 -4.296875 L 3.484375 -4.265625 C 3.1875 -4.265625 2.90625 -4.28125 2.609375 -4.296875 L 2.609375 -3.984375 C 2.96875 -3.984375 3.125 -3.96875 3.234375 -3.84375 C 3.28125 -3.78125 3.390625 -3.484375 3.453125 -3.296875 L 2.609375 -0.875 L 1.65625 -3.53125 C 1.609375 -3.65625 1.609375 -3.671875 1.609375 -3.71875 C 1.609375 -3.984375 2 -3.984375 2.1875 -3.984375 L 2.1875 -4.296875 L 1.109375 -4.265625 L 0.171875 -4.296875 L 0.171875 -3.984375 C 0.671875 -3.984375 0.796875 -3.953125 0.921875 -3.640625 L 2.171875 -0.109375 C 2.21875 0.03125 2.25 0.109375 2.375 0.109375 C 2.515625 0.109375 2.53125 0.046875 2.578125 -0.09375 L 3.59375 -2.90625 L 4.609375 -0.078125 C 4.640625 0.03125 4.671875 0.109375 4.8125 0.109375 C 4.9375 0.109375 4.96875 0.015625 5 -0.078125 L 6.171875 -3.34375 C 6.34375 -3.84375 6.65625 -3.984375 7.015625 -3.984375 Z M 7.015625 -3.984375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-17">
|
||||||
|
<path style="stroke:none;" d="M 4.171875 0 L 4.171875 -0.3125 L 3.859375 -0.3125 C 2.953125 -0.3125 2.9375 -0.421875 2.9375 -0.78125 L 2.9375 -6.375 C 2.9375 -6.625 2.9375 -6.640625 2.703125 -6.640625 C 2.078125 -6 1.203125 -6 0.890625 -6 L 0.890625 -5.6875 C 1.09375 -5.6875 1.671875 -5.6875 2.1875 -5.953125 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.15625 -0.03125 2.5625 -0.03125 C 2.953125 -0.03125 3.828125 -0.03125 4.171875 0 Z M 4.171875 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-18">
|
||||||
|
<path style="stroke:none;" d="M 5.25 0 L 5.25 -0.3125 C 4.5625 -0.3125 4.46875 -0.375 4.46875 -0.875 L 4.46875 -6.921875 L 3.046875 -6.8125 L 3.046875 -6.5 C 3.734375 -6.5 3.8125 -6.4375 3.8125 -5.9375 L 3.8125 -3.78125 C 3.53125 -4.140625 3.09375 -4.40625 2.5625 -4.40625 C 1.390625 -4.40625 0.34375 -3.421875 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.453125 0.109375 C 3.09375 0.109375 3.53125 -0.234375 3.78125 -0.546875 L 3.78125 0.109375 Z M 3.78125 -1.171875 C 3.78125 -1 3.78125 -0.984375 3.671875 -0.8125 C 3.375 -0.328125 2.9375 -0.109375 2.5 -0.109375 C 2.046875 -0.109375 1.6875 -0.375 1.453125 -0.75 C 1.203125 -1.15625 1.171875 -1.71875 1.171875 -2.140625 C 1.171875 -2.5 1.1875 -3.09375 1.46875 -3.546875 C 1.6875 -3.859375 2.0625 -4.1875 2.609375 -4.1875 C 2.953125 -4.1875 3.375 -4.03125 3.671875 -3.59375 C 3.78125 -3.421875 3.78125 -3.40625 3.78125 -3.21875 Z M 3.78125 -1.171875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-19">
|
||||||
|
<path style="stroke:none;" d="M 4.46875 -1.734375 L 4.234375 -1.734375 C 4.171875 -1.4375 4.109375 -1 4 -0.84375 C 3.9375 -0.765625 3.28125 -0.765625 3.0625 -0.765625 L 1.265625 -0.765625 L 2.328125 -1.796875 C 3.875 -3.171875 4.46875 -3.703125 4.46875 -4.703125 C 4.46875 -5.84375 3.578125 -6.640625 2.359375 -6.640625 C 1.234375 -6.640625 0.5 -5.71875 0.5 -4.828125 C 0.5 -4.28125 1 -4.28125 1.03125 -4.28125 C 1.203125 -4.28125 1.546875 -4.390625 1.546875 -4.8125 C 1.546875 -5.0625 1.359375 -5.328125 1.015625 -5.328125 C 0.9375 -5.328125 0.921875 -5.328125 0.890625 -5.3125 C 1.109375 -5.96875 1.65625 -6.328125 2.234375 -6.328125 C 3.140625 -6.328125 3.5625 -5.515625 3.5625 -4.703125 C 3.5625 -3.90625 3.078125 -3.125 2.515625 -2.5 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 Z M 4.46875 -1.734375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-20">
|
||||||
|
<path style="stroke:none;" d="M 4.578125 -3.1875 C 4.578125 -3.984375 4.53125 -4.78125 4.1875 -5.515625 C 3.734375 -6.484375 2.90625 -6.640625 2.5 -6.640625 C 1.890625 -6.640625 1.171875 -6.375 0.75 -5.453125 C 0.4375 -4.765625 0.390625 -3.984375 0.390625 -3.1875 C 0.390625 -2.4375 0.421875 -1.546875 0.84375 -0.78125 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.015625 0.21875 3.78125 0.015625 4.21875 -0.9375 C 4.53125 -1.625 4.578125 -2.40625 4.578125 -3.1875 Z M 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.5 -0.296875 2.9375 0 2.484375 0 C 2.09375 0 1.5 -0.25 1.328125 -1.203125 C 1.21875 -1.796875 1.21875 -2.71875 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.609375 1.296875 -5.140625 C 1.484375 -6.328125 2.234375 -6.421875 2.484375 -6.421875 C 2.8125 -6.421875 3.46875 -6.234375 3.65625 -5.25 C 3.765625 -4.6875 3.765625 -3.9375 3.765625 -3.3125 Z M 3.765625 -3.3125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-21">
|
||||||
|
<path style="stroke:none;" d="M 1.90625 -3.765625 C 1.90625 -4.0625 1.671875 -4.296875 1.390625 -4.296875 C 1.09375 -4.296875 0.859375 -4.0625 0.859375 -3.765625 C 0.859375 -3.484375 1.09375 -3.234375 1.390625 -3.234375 C 1.671875 -3.234375 1.90625 -3.484375 1.90625 -3.765625 Z M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-22">
|
||||||
|
<path style="stroke:none;" d="M 7.140625 0 L 7.140625 -0.3125 L 6.96875 -0.3125 C 6.375 -0.3125 6.234375 -0.375 6.125 -0.703125 L 3.96875 -6.9375 C 3.921875 -7.0625 3.890625 -7.140625 3.734375 -7.140625 C 3.578125 -7.140625 3.546875 -7.078125 3.5 -6.9375 L 1.4375 -0.984375 C 1.25 -0.46875 0.859375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.328125 -0.03125 L 2.484375 0 L 2.484375 -0.3125 C 1.984375 -0.3125 1.734375 -0.5625 1.734375 -0.8125 C 1.734375 -0.84375 1.75 -0.953125 1.75 -0.96875 L 2.21875 -2.265625 L 4.671875 -2.265625 L 5.203125 -0.75 C 5.21875 -0.703125 5.234375 -0.640625 5.234375 -0.609375 C 5.234375 -0.3125 4.671875 -0.3125 4.40625 -0.3125 L 4.40625 0 C 4.765625 -0.03125 5.46875 -0.03125 5.84375 -0.03125 Z M 4.5625 -2.578125 L 2.328125 -2.578125 L 3.4375 -5.828125 Z M 4.5625 -2.578125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-23">
|
||||||
|
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.359375 -4.40625 1.921875 -3.8125 1.765625 -3.453125 L 1.75 -3.453125 L 1.75 -6.921875 L 0.3125 -6.8125 L 0.3125 -6.5 C 1.015625 -6.5 1.09375 -6.4375 1.09375 -5.9375 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 Z M 5.328125 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-24">
|
||||||
|
<path style="stroke:none;" d="M 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 L 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 Z M 1.90625 -6.015625 C 1.90625 -6.296875 1.6875 -6.546875 1.390625 -6.546875 C 1.046875 -6.546875 0.84375 -6.265625 0.84375 -6.015625 C 0.84375 -5.75 1.078125 -5.5 1.375 -5.5 C 1.71875 -5.5 1.90625 -5.765625 1.90625 -6.015625 Z M 1.90625 -6.015625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-25">
|
||||||
|
<path style="stroke:none;" d="M 4.828125 -4.03125 C 4.828125 -4.203125 4.71875 -4.515625 4.328125 -4.515625 C 4.125 -4.515625 3.6875 -4.453125 3.265625 -4.046875 C 2.84375 -4.375 2.4375 -4.40625 2.21875 -4.40625 C 1.28125 -4.40625 0.59375 -3.71875 0.59375 -2.953125 C 0.59375 -2.515625 0.8125 -2.140625 1.0625 -1.921875 C 0.9375 -1.78125 0.75 -1.453125 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.40625 1.203125 -0.203125 C 0.59375 -0.046875 0.28125 0.390625 0.28125 0.78125 C 0.28125 1.5 1.265625 2.046875 2.484375 2.046875 C 3.65625 2.046875 4.6875 1.546875 4.6875 0.765625 C 4.6875 0.421875 4.5625 -0.09375 4.046875 -0.375 C 3.515625 -0.640625 2.9375 -0.640625 2.328125 -0.640625 C 2.078125 -0.640625 1.65625 -0.640625 1.578125 -0.65625 C 1.265625 -0.703125 1.0625 -1 1.0625 -1.328125 C 1.0625 -1.359375 1.0625 -1.59375 1.21875 -1.796875 C 1.609375 -1.515625 2.03125 -1.484375 2.21875 -1.484375 C 3.140625 -1.484375 3.828125 -2.171875 3.828125 -2.9375 C 3.828125 -3.3125 3.671875 -3.671875 3.421875 -3.90625 C 3.78125 -4.25 4.140625 -4.296875 4.3125 -4.296875 C 4.3125 -4.296875 4.390625 -4.296875 4.421875 -4.28125 C 4.3125 -4.25 4.25 -4.140625 4.25 -4.015625 C 4.25 -3.84375 4.390625 -3.734375 4.546875 -3.734375 C 4.640625 -3.734375 4.828125 -3.796875 4.828125 -4.03125 Z M 3.078125 -2.953125 C 3.078125 -2.6875 3.078125 -2.359375 2.921875 -2.109375 C 2.84375 -2 2.609375 -1.71875 2.21875 -1.71875 C 1.34375 -1.71875 1.34375 -2.71875 1.34375 -2.9375 C 1.34375 -3.203125 1.359375 -3.53125 1.5 -3.78125 C 1.578125 -3.890625 1.8125 -4.171875 2.21875 -4.171875 C 3.078125 -4.171875 3.078125 -3.1875 3.078125 -2.953125 Z M 4.171875 0.78125 C 4.171875 1.328125 3.46875 1.828125 2.5 1.828125 C 1.484375 1.828125 0.796875 1.3125 0.796875 0.78125 C 0.796875 0.328125 1.171875 -0.046875 1.609375 -0.0625 L 2.203125 -0.0625 C 3.0625 -0.0625 4.171875 -0.0625 4.171875 0.78125 Z M 4.171875 0.78125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-26">
|
||||||
|
<path style="stroke:none;" d="M 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.765625 -3.984375 3.921875 -3.8125 3.921875 -3.5625 C 3.921875 -3.453125 3.90625 -3.4375 3.859375 -3.3125 L 2.84375 -0.875 L 1.75 -3.546875 C 1.703125 -3.65625 1.6875 -3.6875 1.6875 -3.734375 C 1.6875 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 L 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.671875 -3.984375 0.859375 -3.984375 1 -3.640625 L 2.5 0 L 2.25 0.59375 C 2.03125 1.140625 1.75 1.828125 1.109375 1.828125 C 1.0625 1.828125 0.828125 1.828125 0.640625 1.640625 C 0.953125 1.609375 1.03125 1.390625 1.03125 1.21875 C 1.03125 0.96875 0.84375 0.8125 0.609375 0.8125 C 0.40625 0.8125 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.6875 0.609375 2.046875 1.109375 2.046875 C 1.734375 2.046875 2.140625 1.46875 2.375 0.90625 L 4.140625 -3.34375 C 4.390625 -3.984375 4.90625 -3.984375 5.0625 -3.984375 Z M 5.0625 -3.984375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-1">
|
||||||
|
<path style="stroke:none;" d="M 4.8125 0.53125 C 4.8125 0.21875 4.578125 0.21875 4.421875 0.21875 L 2.90625 0.21875 L 2.90625 -6.3125 L 4.421875 -6.3125 C 4.5625 -6.3125 4.8125 -6.3125 4.8125 -6.609375 C 4.8125 -6.921875 4.578125 -6.921875 4.421875 -6.921875 L 2.609375 -6.921875 C 2.28125 -6.921875 2.21875 -6.828125 2.21875 -6.515625 L 2.21875 0.421875 C 2.21875 0.734375 2.265625 0.828125 2.609375 0.828125 L 4.421875 0.828125 C 4.5625 0.828125 4.8125 0.828125 4.8125 0.53125 Z M 4.8125 0.53125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-2">
|
||||||
|
<path style="stroke:none;" d="M 4.9375 -0.296875 C 4.9375 -0.609375 4.6875 -0.609375 4.53125 -0.609375 L 4.140625 -0.609375 L 2.859375 -2.21875 L 4 -3.6875 L 4.390625 -3.6875 C 4.53125 -3.6875 4.8125 -3.6875 4.8125 -3.984375 C 4.8125 -4.296875 4.546875 -4.296875 4.390625 -4.296875 L 3.234375 -4.296875 C 3.078125 -4.296875 2.828125 -4.296875 2.828125 -4 C 2.828125 -3.6875 3.046875 -3.6875 3.3125 -3.6875 L 2.578125 -2.6875 L 1.828125 -3.6875 C 2.078125 -3.6875 2.296875 -3.6875 2.296875 -4 C 2.296875 -4.296875 2.046875 -4.296875 1.90625 -4.296875 L 0.734375 -4.296875 C 0.59375 -4.296875 0.328125 -4.296875 0.328125 -3.984375 C 0.328125 -3.6875 0.59375 -3.6875 0.734375 -3.6875 L 1.140625 -3.6875 L 2.3125 -2.21875 L 1.078125 -0.609375 L 0.671875 -0.609375 C 0.53125 -0.609375 0.265625 -0.609375 0.265625 -0.296875 C 0.265625 0 0.53125 0 0.671875 0 L 1.84375 0 C 2 0 2.25 0 2.25 -0.296875 C 2.25 -0.609375 2.03125 -0.609375 1.71875 -0.609375 L 2.578125 -1.828125 L 3.46875 -0.609375 C 3.1875 -0.609375 2.96875 -0.609375 2.96875 -0.296875 C 2.96875 0 3.21875 0 3.375 0 L 4.53125 0 C 4.671875 0 4.9375 0 4.9375 -0.296875 Z M 4.9375 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-3">
|
||||||
|
<path style="stroke:none;" d="M 4.359375 -5.40625 L 2.734375 -6.203125 C 2.65625 -6.234375 2.578125 -6.234375 2.5 -6.203125 L 0.875 -5.40625 C 0.53125 -5.25 0.765625 -4.71875 1.109375 -4.875 L 2.609375 -5.515625 L 4.109375 -4.875 C 4.46875 -4.71875 4.703125 -5.25 4.359375 -5.40625 Z M 4.359375 -5.40625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-4">
|
||||||
|
<path style="stroke:none;" d="M 4.703125 -0.40625 L 4.703125 -0.671875 C 4.703125 -0.859375 4.703125 -1.078125 4.359375 -1.078125 C 4.015625 -1.078125 4.015625 -0.890625 4.015625 -0.609375 L 1.640625 -0.609375 C 2.234375 -1.109375 3.1875 -1.859375 3.625 -2.265625 C 4.25 -2.828125 4.703125 -3.453125 4.703125 -4.25 C 4.703125 -5.453125 3.703125 -6.203125 2.484375 -6.203125 C 1.3125 -6.203125 0.515625 -5.390625 0.515625 -4.53125 C 0.515625 -4.171875 0.796875 -4.0625 0.96875 -4.0625 C 1.171875 -4.0625 1.40625 -4.234375 1.40625 -4.5 C 1.40625 -4.625 1.359375 -4.75 1.265625 -4.828125 C 1.421875 -5.28125 1.890625 -5.59375 2.4375 -5.59375 C 3.25 -5.59375 4.015625 -5.140625 4.015625 -4.25 C 4.015625 -3.5625 3.53125 -2.984375 2.875 -2.4375 L 0.671875 -0.578125 C 0.578125 -0.5 0.515625 -0.453125 0.515625 -0.3125 C 0.515625 0 0.765625 0 0.921875 0 L 4.3125 0 C 4.640625 0 4.703125 -0.09375 4.703125 -0.40625 Z M 4.703125 -0.40625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-5">
|
||||||
|
<path style="stroke:none;" d="M 2.953125 0.359375 L 2.953125 -6.453125 C 2.953125 -6.5625 2.953125 -6.921875 2.609375 -6.921875 C 2.265625 -6.921875 2.265625 -6.5625 2.265625 -6.453125 L 2.265625 0.359375 C 2.265625 0.484375 2.265625 0.828125 2.609375 0.828125 C 2.953125 0.828125 2.953125 0.484375 2.953125 0.359375 Z M 2.953125 0.359375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-6">
|
||||||
|
<path style="stroke:none;" d="M 4.40625 -0.296875 C 4.40625 -0.609375 4.171875 -0.609375 4 -0.609375 L 3.09375 -0.609375 L 3.09375 -5.796875 C 3.09375 -5.953125 3.09375 -6.203125 2.796875 -6.203125 C 2.609375 -6.203125 2.546875 -6.078125 2.5 -5.96875 C 2.125 -5.109375 1.609375 -5 1.421875 -4.984375 C 1.25 -4.96875 1.046875 -4.953125 1.046875 -4.671875 C 1.046875 -4.421875 1.21875 -4.375 1.375 -4.375 C 1.5625 -4.375 1.96875 -4.4375 2.40625 -4.8125 L 2.40625 -0.609375 L 1.5 -0.609375 C 1.34375 -0.609375 1.109375 -0.609375 1.109375 -0.296875 C 1.109375 0 1.359375 0 1.5 0 L 4 0 C 4.15625 0 4.40625 0 4.40625 -0.296875 Z M 4.40625 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-7">
|
||||||
|
<path style="stroke:none;" d="M 3.234375 -0.625 C 3.234375 -0.984375 2.9375 -1.25 2.625 -1.25 C 2.25 -1.25 2 -0.9375 2 -0.625 C 2 -0.265625 2.296875 0 2.609375 0 C 2.984375 0 3.234375 -0.3125 3.234375 -0.625 Z M 3.234375 -0.625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-8">
|
||||||
|
<path style="stroke:none;" d="M 4.71875 -3.046875 C 4.71875 -4.890625 3.703125 -6.203125 2.609375 -6.203125 C 1.5 -6.203125 0.5 -4.859375 0.5 -3.046875 C 0.5 -1.203125 1.515625 0.109375 2.609375 0.109375 C 3.734375 0.109375 4.71875 -1.21875 4.71875 -3.046875 Z M 4.03125 -3.15625 C 4.03125 -1.671875 3.390625 -0.5 2.609375 -0.5 C 1.828125 -0.5 1.1875 -1.671875 1.1875 -3.15625 C 1.1875 -4.609375 1.875 -5.59375 2.609375 -5.59375 C 3.34375 -5.59375 4.03125 -4.609375 4.03125 -3.15625 Z M 4.03125 -3.15625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-9">
|
||||||
|
<path style="stroke:none;" d="M 3.015625 0.421875 L 3.015625 -6.515625 C 3.015625 -6.8125 2.953125 -6.921875 2.609375 -6.921875 L 0.8125 -6.921875 C 0.65625 -6.921875 0.40625 -6.921875 0.40625 -6.625 C 0.40625 -6.3125 0.640625 -6.3125 0.8125 -6.3125 L 2.328125 -6.3125 L 2.328125 0.21875 L 0.8125 0.21875 C 0.65625 0.21875 0.40625 0.21875 0.40625 0.515625 C 0.40625 0.828125 0.640625 0.828125 0.8125 0.828125 L 2.609375 0.828125 C 2.9375 0.828125 3.015625 0.734375 3.015625 0.421875 Z M 3.015625 0.421875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-10">
|
||||||
|
<path style="stroke:none;" d="M 3.453125 -0.25 C 3.453125 -0.859375 3.0625 -1.25 2.625 -1.25 C 2.21875 -1.25 2 -0.953125 2 -0.625 C 2 -0.25 2.28125 0 2.609375 0 C 2.671875 0 2.734375 -0.015625 2.8125 -0.03125 C 2.65625 0.59375 2.1875 0.75 2.078125 0.78125 C 1.96875 0.8125 1.796875 0.875 1.796875 1.0625 C 1.796875 1.21875 1.9375 1.390625 2.109375 1.390625 C 2.4375 1.390625 3.453125 0.84375 3.453125 -0.25 Z M 3.453125 -0.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-11">
|
||||||
|
<path style="stroke:none;" d="M 4.625 -1.09375 C 4.625 -1.359375 4.34375 -1.359375 4.28125 -1.359375 C 4.09375 -1.359375 4.015625 -1.328125 3.953125 -1.140625 C 3.734375 -0.640625 3.1875 -0.546875 2.90625 -0.546875 C 2.15625 -0.546875 1.421875 -1.046875 1.25 -1.90625 L 4.234375 -1.90625 C 4.4375 -1.90625 4.625 -1.90625 4.625 -2.265625 C 4.625 -3.40625 3.984375 -4.390625 2.6875 -4.390625 C 1.5 -4.390625 0.546875 -3.390625 0.546875 -2.15625 C 0.546875 -0.953125 1.5625 0.0625 2.84375 0.0625 C 4.15625 0.0625 4.625 -0.84375 4.625 -1.09375 Z M 3.921875 -2.5 L 1.265625 -2.5 C 1.40625 -3.234375 2 -3.78125 2.6875 -3.78125 C 3.203125 -3.78125 3.828125 -3.53125 3.921875 -2.5 Z M 3.921875 -2.5 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-12">
|
||||||
|
<path style="stroke:none;" d="M 4.984375 -3.984375 C 4.984375 -4.296875 4.75 -4.296875 4.578125 -4.296875 L 3.421875 -4.296875 C 3.265625 -4.296875 3.015625 -4.296875 3.015625 -4 C 3.015625 -3.6875 3.265625 -3.6875 3.421875 -3.6875 L 3.703125 -3.6875 L 2.609375 -0.484375 L 1.53125 -3.6875 L 1.796875 -3.6875 C 1.953125 -3.6875 2.203125 -3.6875 2.203125 -3.984375 C 2.203125 -4.296875 1.96875 -4.296875 1.796875 -4.296875 L 0.640625 -4.296875 C 0.484375 -4.296875 0.234375 -4.296875 0.234375 -3.984375 C 0.234375 -3.6875 0.484375 -3.6875 0.640625 -3.6875 L 0.9375 -3.6875 L 2.078125 -0.296875 C 2.203125 0.046875 2.40625 0.046875 2.609375 0.046875 C 2.796875 0.046875 3.03125 0.046875 3.140625 -0.296875 L 4.28125 -3.6875 L 4.578125 -3.6875 C 4.734375 -3.6875 4.984375 -3.6875 4.984375 -3.984375 Z M 4.984375 -3.984375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-13">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -0.296875 C 5.109375 -0.609375 4.859375 -0.609375 4.6875 -0.609375 L 4.25 -0.609375 L 4.25 -2.921875 C 4.25 -3.921875 3.75 -4.359375 2.953125 -4.359375 C 2.296875 -4.359375 1.84375 -4.015625 1.65625 -3.828125 C 1.65625 -4.140625 1.65625 -4.296875 1.25 -4.296875 L 0.53125 -4.296875 C 0.375 -4.296875 0.125 -4.296875 0.125 -3.984375 C 0.125 -3.6875 0.375 -3.6875 0.515625 -3.6875 L 0.96875 -3.6875 L 0.96875 -0.609375 L 0.53125 -0.609375 C 0.375 -0.609375 0.125 -0.609375 0.125 -0.296875 C 0.125 0 0.375 0 0.515625 0 L 2.109375 0 C 2.25 0 2.5 0 2.5 -0.296875 C 2.5 -0.609375 2.25 -0.609375 2.09375 -0.609375 L 1.65625 -0.609375 L 1.65625 -2.375 C 1.65625 -3.375 2.390625 -3.75 2.90625 -3.75 C 3.421875 -3.75 3.5625 -3.46875 3.5625 -2.875 L 3.5625 -0.609375 L 3.1875 -0.609375 C 3.015625 -0.609375 2.765625 -0.609375 2.765625 -0.296875 C 2.765625 0 3.046875 0 3.1875 0 L 4.703125 0 C 4.84375 0 5.109375 0 5.109375 -0.296875 Z M 5.109375 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-14">
|
||||||
|
<path style="stroke:none;" d="M 4.671875 -0.90625 C 4.671875 -1.09375 4.53125 -1.171875 4.421875 -1.25 L 1.5625 -3.046875 L 4.421875 -4.859375 C 4.53125 -4.921875 4.671875 -5 4.671875 -5.1875 C 4.671875 -5.421875 4.46875 -5.546875 4.3125 -5.546875 C 4.234375 -5.546875 4.203125 -5.53125 4.0625 -5.4375 L 0.78125 -3.375 C 0.6875 -3.3125 0.5625 -3.234375 0.5625 -3.046875 C 0.5625 -2.921875 0.640625 -2.8125 0.734375 -2.734375 L 4.0625 -0.65625 C 4.203125 -0.5625 4.234375 -0.5625 4.3125 -0.5625 C 4.46875 -0.5625 4.671875 -0.671875 4.671875 -0.90625 Z M 4.671875 -0.90625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-15">
|
||||||
|
<path style="stroke:none;" d="M 4.671875 -3.046875 C 4.671875 -3.1875 4.578125 -3.296875 4.484375 -3.359375 L 1.171875 -5.4375 C 1.03125 -5.53125 1 -5.546875 0.90625 -5.546875 C 0.75 -5.546875 0.5625 -5.421875 0.5625 -5.1875 C 0.5625 -5 0.6875 -4.921875 0.796875 -4.859375 L 3.65625 -3.046875 L 0.796875 -1.25 C 0.6875 -1.171875 0.5625 -1.09375 0.5625 -0.90625 C 0.5625 -0.671875 0.75 -0.5625 0.90625 -0.5625 C 1 -0.5625 1.03125 -0.5625 1.171875 -0.65625 L 4.453125 -2.71875 C 4.53125 -2.78125 4.671875 -2.859375 4.671875 -3.046875 Z M 4.671875 -3.046875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-16">
|
||||||
|
<path style="stroke:none;" d="M 4.859375 -0.40625 L 4.859375 -1.296875 C 4.859375 -1.5 4.859375 -1.703125 4.53125 -1.703125 C 4.171875 -1.703125 4.171875 -1.5 4.171875 -1.296875 L 4.171875 -0.609375 L 1.78125 -0.609375 L 1.78125 -5.484375 L 2.328125 -5.484375 C 2.46875 -5.484375 2.734375 -5.484375 2.734375 -5.78125 C 2.734375 -6.09375 2.484375 -6.09375 2.328125 -6.09375 L 0.71875 -6.09375 C 0.5625 -6.09375 0.3125 -6.09375 0.3125 -5.78125 C 0.3125 -5.484375 0.5625 -5.484375 0.71875 -5.484375 L 1.09375 -5.484375 L 1.09375 -0.609375 L 0.71875 -0.609375 C 0.5625 -0.609375 0.3125 -0.609375 0.3125 -0.296875 C 0.3125 0 0.5625 0 0.71875 0 L 4.46875 0 C 4.796875 0 4.859375 -0.09375 4.859375 -0.40625 Z M 4.859375 -0.40625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-17">
|
||||||
|
<path style="stroke:none;" d="M 5.171875 -0.3125 C 5.171875 -0.609375 4.921875 -0.609375 4.78125 -0.609375 C 4.359375 -0.609375 4.25 -0.65625 4.171875 -0.6875 L 4.171875 -2.84375 C 4.171875 -3.546875 3.640625 -4.390625 2.203125 -4.390625 C 1.78125 -4.390625 0.75 -4.390625 0.75 -3.65625 C 0.75 -3.359375 0.96875 -3.203125 1.203125 -3.203125 C 1.359375 -3.203125 1.640625 -3.296875 1.640625 -3.65625 C 1.640625 -3.734375 1.65625 -3.75 1.859375 -3.765625 C 2 -3.78125 2.125 -3.78125 2.21875 -3.78125 C 2.96875 -3.78125 3.484375 -3.46875 3.484375 -2.765625 C 1.71875 -2.734375 0.5 -2.234375 0.5 -1.28125 C 0.5 -0.59375 1.125 0.0625 2.140625 0.0625 C 2.515625 0.0625 3.125 -0.015625 3.59375 -0.3125 C 3.8125 -0.015625 4.296875 0 4.671875 0 C 4.953125 0 5.171875 0 5.171875 -0.3125 Z M 3.484375 -1.328125 C 3.484375 -1.109375 3.484375 -0.890625 3.09375 -0.71875 C 2.734375 -0.546875 2.296875 -0.546875 2.21875 -0.546875 C 1.59375 -0.546875 1.1875 -0.890625 1.1875 -1.28125 C 1.1875 -1.765625 2.046875 -2.140625 3.484375 -2.171875 Z M 3.484375 -1.328125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-18">
|
||||||
|
<path style="stroke:none;" d="M 4.96875 -4.953125 L 4.96875 -5.6875 C 4.96875 -5.984375 4.90625 -6.09375 4.5625 -6.09375 L 0.671875 -6.09375 C 0.34375 -6.09375 0.265625 -6.015625 0.265625 -5.6875 L 0.265625 -4.953125 C 0.265625 -4.765625 0.265625 -4.546875 0.59375 -4.546875 C 0.953125 -4.546875 0.953125 -4.75 0.953125 -4.953125 L 0.953125 -5.484375 L 2.265625 -5.484375 L 2.265625 -0.609375 L 1.75 -0.609375 C 1.609375 -0.609375 1.359375 -0.609375 1.359375 -0.3125 C 1.359375 0 1.59375 0 1.75 0 L 3.484375 0 C 3.625 0 3.875 0 3.875 -0.296875 C 3.875 -0.609375 3.640625 -0.609375 3.484375 -0.609375 L 2.953125 -0.609375 L 2.953125 -5.484375 L 4.28125 -5.484375 L 4.28125 -4.953125 C 4.28125 -4.765625 4.28125 -4.546875 4.609375 -4.546875 C 4.96875 -4.546875 4.96875 -4.75 4.96875 -4.953125 Z M 4.96875 -4.953125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-19">
|
||||||
|
<path style="stroke:none;" d="M 4.9375 -0.296875 C 4.9375 -0.609375 4.6875 -0.609375 4.53125 -0.609375 L 4.3125 -0.609375 L 2.90625 -3.25 L 4.03125 -5.484375 L 4.25 -5.484375 C 4.390625 -5.484375 4.65625 -5.484375 4.65625 -5.78125 C 4.65625 -6.09375 4.390625 -6.09375 4.25 -6.09375 L 3.203125 -6.09375 C 3.0625 -6.09375 2.8125 -6.09375 2.8125 -5.796875 C 2.8125 -5.484375 3.046875 -5.484375 3.265625 -5.484375 L 2.5625 -4.03125 L 1.796875 -5.484375 C 2 -5.484375 2.21875 -5.484375 2.21875 -5.796875 C 2.21875 -6.09375 1.96875 -6.09375 1.828125 -6.09375 L 0.78125 -6.09375 C 0.640625 -6.09375 0.375 -6.09375 0.375 -5.796875 C 0.375 -5.484375 0.640625 -5.484375 0.78125 -5.484375 L 1.015625 -5.484375 L 2.21875 -3.234375 L 0.890625 -0.609375 L 0.671875 -0.609375 C 0.515625 -0.609375 0.265625 -0.609375 0.265625 -0.296875 C 0.265625 0 0.515625 0 0.671875 0 L 1.703125 0 C 1.859375 0 2.109375 0 2.109375 -0.296875 C 2.109375 -0.609375 1.875 -0.609375 1.640625 -0.609375 L 2.5625 -2.546875 L 3.546875 -0.609375 C 3.3125 -0.609375 3.09375 -0.609375 3.09375 -0.296875 C 3.09375 0 3.34375 0 3.5 0 L 4.53125 0 C 4.6875 0 4.9375 0 4.9375 -0.296875 Z M 4.9375 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-20">
|
||||||
|
<path style="stroke:none;" d="M 4.46875 -1.25 C 4.46875 -1.4375 4.46875 -1.640625 4.125 -1.640625 C 3.796875 -1.640625 3.78125 -1.4375 3.78125 -1.265625 C 3.78125 -0.640625 3.203125 -0.546875 2.984375 -0.546875 C 2.21875 -0.546875 2.21875 -1.0625 2.21875 -1.3125 L 2.21875 -3.6875 L 3.84375 -3.6875 C 4 -3.6875 4.25 -3.6875 4.25 -3.984375 C 4.25 -4.296875 4 -4.296875 3.84375 -4.296875 L 2.21875 -4.296875 L 2.21875 -5.109375 C 2.21875 -5.296875 2.21875 -5.515625 1.875 -5.515625 C 1.53125 -5.515625 1.53125 -5.3125 1.53125 -5.109375 L 1.53125 -4.296875 L 0.65625 -4.296875 C 0.5 -4.296875 0.25 -4.296875 0.25 -3.984375 C 0.25 -3.6875 0.5 -3.6875 0.640625 -3.6875 L 1.53125 -3.6875 L 1.53125 -1.25 C 1.53125 -0.296875 2.203125 0.0625 2.9375 0.0625 C 3.671875 0.0625 4.46875 -0.375 4.46875 -1.25 Z M 4.46875 -1.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-21">
|
||||||
|
<path style="stroke:none;" d="M 5.1875 -5.796875 C 5.1875 -6.09375 4.921875 -6.09375 4.78125 -6.09375 L 3.484375 -6.09375 C 3.34375 -6.09375 3.078125 -6.09375 3.078125 -5.796875 C 3.078125 -5.484375 3.34375 -5.484375 3.484375 -5.484375 L 3.78125 -5.484375 L 3.78125 -2.078125 C 3.78125 -1.015625 3.125 -0.5 2.609375 -0.5 C 2.078125 -0.5 1.4375 -1.015625 1.4375 -2.078125 L 1.4375 -5.484375 L 1.734375 -5.484375 C 1.890625 -5.484375 2.140625 -5.484375 2.140625 -5.796875 C 2.140625 -6.09375 1.890625 -6.09375 1.734375 -6.09375 L 0.453125 -6.09375 C 0.296875 -6.09375 0.046875 -6.09375 0.046875 -5.796875 C 0.046875 -5.484375 0.296875 -5.484375 0.453125 -5.484375 L 0.75 -5.484375 L 0.75 -2.03125 C 0.75 -0.8125 1.609375 0.109375 2.609375 0.109375 C 3.609375 0.109375 4.46875 -0.8125 4.46875 -2.03125 L 4.46875 -5.484375 L 4.78125 -5.484375 C 4.9375 -5.484375 5.1875 -5.484375 5.1875 -5.796875 Z M 5.1875 -5.796875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-22">
|
||||||
|
<path style="stroke:none;" d="M 4.53125 -0.296875 C 4.53125 -0.609375 4.28125 -0.609375 4.125 -0.609375 L 3.078125 -0.609375 L 3.078125 -3.890625 C 3.078125 -4.203125 3.015625 -4.296875 2.6875 -4.296875 L 1.265625 -4.296875 C 1.109375 -4.296875 0.859375 -4.296875 0.859375 -4 C 0.859375 -3.6875 1.109375 -3.6875 1.265625 -3.6875 L 2.390625 -3.6875 L 2.390625 -0.609375 L 1.1875 -0.609375 C 1.03125 -0.609375 0.78125 -0.609375 0.78125 -0.296875 C 0.78125 0 1.03125 0 1.1875 0 L 4.125 0 C 4.28125 0 4.53125 0 4.53125 -0.296875 Z M 3.125 -5.53125 C 3.125 -5.8125 2.90625 -6.03125 2.625 -6.03125 C 2.34375 -6.03125 2.125 -5.8125 2.125 -5.53125 C 2.125 -5.25 2.34375 -5.03125 2.625 -5.03125 C 2.90625 -5.03125 3.125 -5.25 3.125 -5.53125 Z M 3.125 -5.53125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-23">
|
||||||
|
<path style="stroke:none;" d="M 4.859375 -3.734375 C 4.859375 -3.9375 4.734375 -4.359375 3.90625 -4.359375 C 3.40625 -4.359375 2.765625 -4.171875 2.21875 -3.546875 L 2.21875 -3.890625 C 2.21875 -4.203125 2.15625 -4.296875 1.8125 -4.296875 L 0.71875 -4.296875 C 0.5625 -4.296875 0.3125 -4.296875 0.3125 -4 C 0.3125 -3.6875 0.5625 -3.6875 0.71875 -3.6875 L 1.53125 -3.6875 L 1.53125 -0.609375 L 0.71875 -0.609375 C 0.5625 -0.609375 0.3125 -0.609375 0.3125 -0.3125 C 0.3125 0 0.5625 0 0.71875 0 L 3.3125 0 C 3.46875 0 3.734375 0 3.734375 -0.296875 C 3.734375 -0.609375 3.46875 -0.609375 3.3125 -0.609375 L 2.21875 -0.609375 L 2.21875 -1.859375 C 2.21875 -2.796875 2.796875 -3.75 4 -3.75 C 4.015625 -3.515625 4.1875 -3.3125 4.4375 -3.3125 C 4.65625 -3.3125 4.859375 -3.46875 4.859375 -3.734375 Z M 4.859375 -3.734375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-24">
|
||||||
|
<path style="stroke:none;" d="M 4.578125 -1.25 C 4.578125 -2.28125 3.296875 -2.5 2.96875 -2.546875 L 2.296875 -2.65625 C 2 -2.703125 1.328125 -2.828125 1.328125 -3.203125 C 1.328125 -3.46875 1.640625 -3.78125 2.59375 -3.78125 C 3.421875 -3.78125 3.5625 -3.484375 3.59375 -3.21875 C 3.59375 -3.046875 3.625 -2.875 3.921875 -2.875 C 4.28125 -2.875 4.28125 -3.09375 4.28125 -3.296875 L 4.28125 -3.984375 C 4.28125 -4.140625 4.28125 -4.390625 3.984375 -4.390625 C 3.734375 -4.390625 3.703125 -4.25 3.671875 -4.171875 C 3.234375 -4.390625 2.796875 -4.390625 2.609375 -4.390625 C 0.953125 -4.390625 0.71875 -3.5625 0.71875 -3.203125 C 0.71875 -2.296875 1.765625 -2.125 2.6875 -1.984375 C 3.171875 -1.90625 3.96875 -1.78125 3.96875 -1.25 C 3.96875 -0.875 3.59375 -0.546875 2.6875 -0.546875 C 2.21875 -0.546875 1.671875 -0.65625 1.421875 -1.4375 C 1.359375 -1.609375 1.328125 -1.71875 1.0625 -1.71875 C 0.71875 -1.71875 0.71875 -1.515625 0.71875 -1.3125 L 0.71875 -0.34375 C 0.71875 -0.1875 0.71875 0.0625 1.015625 0.0625 C 1.109375 0.0625 1.265625 0.046875 1.390625 -0.3125 C 1.875 0.046875 2.40625 0.0625 2.6875 0.0625 C 4.25 0.0625 4.578125 -0.765625 4.578125 -1.25 Z M 4.578125 -1.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-25">
|
||||||
|
<path style="stroke:none;" d="M 4.984375 -3.984375 C 4.984375 -4.296875 4.75 -4.296875 4.578125 -4.296875 L 3.421875 -4.296875 C 3.265625 -4.296875 3.015625 -4.296875 3.015625 -4 C 3.015625 -3.6875 3.265625 -3.6875 3.421875 -3.6875 L 3.703125 -3.6875 L 2.984375 -1.5625 C 2.84375 -1.203125 2.796875 -1.015625 2.71875 -0.703125 C 2.65625 -0.890625 2.578125 -1.109375 2.5 -1.296875 L 1.578125 -3.6875 L 1.828125 -3.6875 C 1.96875 -3.6875 2.21875 -3.6875 2.21875 -3.984375 C 2.21875 -4.296875 1.984375 -4.296875 1.828125 -4.296875 L 0.65625 -4.296875 C 0.5 -4.296875 0.265625 -4.296875 0.265625 -3.984375 C 0.265625 -3.6875 0.515625 -3.6875 0.65625 -3.6875 L 0.96875 -3.6875 L 2.375 -0.125 C 2.421875 -0.03125 2.421875 0 2.421875 0 C 2.421875 0 2.171875 0.84375 2.046875 1.09375 C 1.75 1.640625 1.390625 1.65625 1.25 1.671875 C 1.25 1.671875 1.296875 1.578125 1.296875 1.453125 C 1.296875 1.203125 1.109375 1.015625 0.875 1.015625 C 0.59375 1.015625 0.421875 1.203125 0.421875 1.453125 C 0.421875 1.875 0.765625 2.265625 1.25 2.265625 C 2.25 2.265625 2.703125 0.953125 2.734375 0.84375 L 4.28125 -3.6875 L 4.578125 -3.6875 C 4.734375 -3.6875 4.984375 -3.6875 4.984375 -3.984375 Z M 4.984375 -3.984375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-26">
|
||||||
|
<path style="stroke:none;" d="M 4.640625 -6.5625 C 4.640625 -6.75 4.5 -6.921875 4.296875 -6.921875 C 4.078125 -6.921875 4 -6.765625 3.953125 -6.640625 L 0.65625 0.234375 C 0.59375 0.40625 0.578125 0.40625 0.578125 0.484375 C 0.578125 0.65625 0.734375 0.828125 0.921875 0.828125 C 1.140625 0.828125 1.21875 0.671875 1.28125 0.546875 L 4.5625 -6.328125 C 4.640625 -6.484375 4.640625 -6.484375 4.640625 -6.5625 Z M 4.640625 -6.5625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph3-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph3-1">
|
||||||
|
<path style="stroke:none;" d="M 4.6875 -0.953125 C 4.6875 -1.171875 4.546875 -1.28125 4.421875 -1.359375 L 1.734375 -3.046875 L 4.421875 -4.75 C 4.546875 -4.828125 4.6875 -4.921875 4.6875 -5.140625 C 4.6875 -5.40625 4.46875 -5.546875 4.28125 -5.546875 C 4.171875 -5.546875 4.140625 -5.546875 3.984375 -5.4375 L 0.78125 -3.4375 C 0.671875 -3.375 0.53125 -3.265625 0.53125 -3.046875 C 0.53125 -2.90625 0.625 -2.765625 0.75 -2.6875 L 3.984375 -0.65625 C 4.140625 -0.546875 4.171875 -0.546875 4.28125 -0.546875 C 4.46875 -0.546875 4.6875 -0.6875 4.6875 -0.953125 Z M 4.6875 -0.953125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph3-2">
|
||||||
|
<path style="stroke:none;" d="M 4.6875 -3.046875 C 4.6875 -3.453125 4.296875 -3.46875 4.15625 -3.46875 L 1.0625 -3.46875 C 0.921875 -3.46875 0.53125 -3.453125 0.53125 -3.046875 C 0.53125 -2.640625 0.921875 -2.625 1.0625 -2.625 L 4.15625 -2.625 C 4.296875 -2.625 4.6875 -2.640625 4.6875 -3.046875 Z M 4.6875 -3.046875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph3-3">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -0.375 C 5.109375 -0.734375 4.828125 -0.75 4.640625 -0.75 L 4.296875 -0.75 L 4.296875 -2.921875 C 4.296875 -3.953125 3.765625 -4.390625 2.953125 -4.390625 C 2.40625 -4.390625 2 -4.171875 1.75 -3.984375 L 1.75 -5.609375 C 1.75 -5.96875 1.6875 -6.09375 1.28125 -6.09375 L 0.578125 -6.09375 C 0.390625 -6.09375 0.109375 -6.078125 0.109375 -5.71875 C 0.109375 -5.359375 0.40625 -5.34375 0.5625 -5.34375 L 0.921875 -5.34375 L 0.921875 -0.75 L 0.578125 -0.75 C 0.390625 -0.75 0.109375 -0.734375 0.109375 -0.375 C 0.109375 -0.015625 0.40625 0 0.5625 0 L 2.109375 0 C 2.28125 0 2.578125 -0.015625 2.578125 -0.375 C 2.578125 -0.734375 2.296875 -0.75 2.109375 -0.75 L 1.75 -0.75 L 1.75 -2.390625 C 1.75 -3.296875 2.4375 -3.65625 2.890625 -3.65625 C 3.359375 -3.65625 3.46875 -3.40625 3.46875 -2.875 L 3.46875 -0.75 L 3.171875 -0.75 C 2.984375 -0.75 2.6875 -0.734375 2.6875 -0.375 C 2.6875 -0.015625 3 0 3.171875 0 L 4.65625 0 C 4.8125 0 5.109375 -0.015625 5.109375 -0.375 Z M 5.109375 -0.375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph3-4">
|
||||||
|
<path style="stroke:none;" d="M 4.71875 -0.484375 L 4.71875 -0.734375 C 4.71875 -0.953125 4.71875 -1.203125 4.328125 -1.203125 C 3.953125 -1.203125 3.90625 -1.03125 3.90625 -0.75 L 1.890625 -0.75 C 2.453125 -1.234375 3.265625 -1.875 3.65625 -2.21875 C 4.28125 -2.78125 4.71875 -3.421875 4.71875 -4.234375 C 4.71875 -5.4375 3.71875 -6.203125 2.484375 -6.203125 C 1.28125 -6.203125 0.5 -5.359375 0.5 -4.5 C 0.5 -4.078125 0.8125 -3.953125 1 -3.953125 C 1.25 -3.953125 1.515625 -4.140625 1.515625 -4.46875 C 1.515625 -4.578125 1.46875 -4.71875 1.390625 -4.8125 C 1.546875 -5.1875 1.953125 -5.453125 2.4375 -5.453125 C 3.1875 -5.453125 3.90625 -5.03125 3.90625 -4.234375 C 3.90625 -3.5625 3.4375 -3.015625 2.8125 -2.515625 L 0.671875 -0.703125 C 0.5625 -0.609375 0.5 -0.546875 0.5 -0.375 C 0.5 -0.015625 0.78125 0 0.96875 0 L 4.265625 0 C 4.640625 0 4.71875 -0.09375 4.71875 -0.484375 Z M 4.71875 -0.484375 "/>
|
||||||
|
</symbol>
|
||||||
|
</g>
|
||||||
|
</defs>
|
||||||
|
<g id="surface1">
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-1" x="-0.198" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-2" x="12.420918" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-3" x="20.266854" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-4" x="26.632263" y="10.871"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-5" x="34.70487" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-6" x="42.068774" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-6" x="46.551962" y="10.871"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-7" x="56.414974" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-2" x="71.725239" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-8" x="79.571176" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-9" x="87.640913" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-10" x="92.124101" y="10.871"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-1" x="-0.198" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-2" x="5.337221" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-3" x="10.595481" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-4" x="16.130701" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-5" x="21.112001" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="25.014352" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-7" x="29.442728" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-8" x="36.690519" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-9" x="41.671819" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-4" x="48.033935" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-10" x="53.015235" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-10" x="55.782846" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="61.877964" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-11" x="66.30634" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="71.285648" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-12" x="75.714023" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-12" x="84.56679" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-3" x="89.823057" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-13" x="95.358278" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-14" x="103.38116" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="109.195333" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-5" x="113.623709" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-7" x="117.526059" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-14" x="124.773851" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="130.588024" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-15" x="135.0164" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-16" x="138.611902" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="145.537902" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="149.956315" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-12" x="154.38469" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-17" x="163.247419" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-4" x="171.546265" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-12" x="176.527565" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-18" x="182.062786" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-19" x="190.915552" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-20" x="195.896852" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-20" x="200.878152" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-21" x="205.859452" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-1" x="-0.198" y="52.617"/>
|
||||||
|
<use xlink:href="#glyph2-2" x="5.032365" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-3" x="10.26273" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-4" x="15.493095" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-5" x="25.953825" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-2" x="36.414555" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(66.999817%,12.998962%,100%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph3-1" x="46.875" y="52.617"/>
|
||||||
|
<use xlink:href="#glyph3-2" x="52.105365" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-1" x="62.566" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-6" x="67.796365" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-7" x="73.02673" y="52.617"/>
|
||||||
|
<use xlink:href="#glyph2-7" x="78.257095" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-4" x="83.48746" y="52.617"/>
|
||||||
|
<use xlink:href="#glyph2-8" x="88.717825" y="52.617"/>
|
||||||
|
<use xlink:href="#glyph2-8" x="93.94819" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-9" x="99.178555" y="52.617"/>
|
||||||
|
<use xlink:href="#glyph2-10" x="104.40892" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-11" x="114.86965" y="52.617"/>
|
||||||
|
<use xlink:href="#glyph2-12" x="120.100015" y="52.617"/>
|
||||||
|
<use xlink:href="#glyph2-11" x="125.33038" y="52.617"/>
|
||||||
|
<use xlink:href="#glyph2-13" x="130.560745" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-2" x="141.021475" y="52.617"/>
|
||||||
|
<use xlink:href="#glyph2-9" x="146.25184" y="52.617"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-11" x="-0.198" y="85.563"/>
|
||||||
|
<use xlink:href="#glyph0-12" x="11.989097" y="85.563"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-1" x="26.335297" y="85.563"/>
|
||||||
|
<use xlink:href="#glyph0-13" x="38.954214" y="85.563"/>
|
||||||
|
<use xlink:href="#glyph0-7" x="50.178681" y="85.563"/>
|
||||||
|
<use xlink:href="#glyph0-14" x="65.488946" y="85.563"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-15" x="80.565368" y="85.563"/>
|
||||||
|
<use xlink:href="#glyph0-16" x="91.158602" y="85.563"/>
|
||||||
|
<use xlink:href="#glyph0-2" x="99.675941" y="85.563"/>
|
||||||
|
<use xlink:href="#glyph0-17" x="107.521877" y="85.563"/>
|
||||||
|
<use xlink:href="#glyph0-18" x="120.97144" y="85.563"/>
|
||||||
|
<use xlink:href="#glyph0-6" x="129.937815" y="85.563"/>
|
||||||
|
<use xlink:href="#glyph0-5" x="134.421002" y="85.563"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-22" x="-0.198" y="107.384"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-23" x="10.591496" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="16.126716" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-4" x="20.555092" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-18" x="25.536392" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-10" x="31.071613" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-24" x="33.839223" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-12" x="36.606833" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="42.142054" y="107.384"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-24" x="49.887975" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-7" x="52.655586" y="107.384"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-18" x="59.91334" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="65.44856" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-12" x="69.876936" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-8" x="75.412156" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-15" x="80.393456" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="84.267912" y="107.384"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-18" x="88.686325" y="107.384"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-15" x="97.549054" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-23" x="101.423509" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="106.958729" y="107.384"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-9" x="114.704651" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-8" x="117.749221" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-10" x="122.730521" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-10" x="125.498132" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-8" x="128.265742" y="107.384"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-16" x="132.968089" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-24" x="140.163079" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-12" x="142.930689" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-25" x="148.46591" y="107.384"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-16" x="156.764756" y="107.384"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-4" x="163.690755" y="107.384"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-26" x="168.393102" y="107.384"/>
|
||||||
|
<use xlink:href="#glyph1-21" x="173.651363" y="107.384"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-14" x="-0.198" y="127.309"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,50%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph3-3" x="5.032" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph3-4" x="10.262365" y="127.309"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-15" x="15.493" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-16" x="20.723365" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-17" x="25.95373" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-18" x="31.184095" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-11" x="36.41446" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-19" x="41.644825" y="127.309"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-17" x="52.105555" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-20" x="57.33592" y="127.309"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-21" x="67.79665" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-13" x="73.027015" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-22" x="78.25738" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-12" x="83.487745" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-11" x="88.71811" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-23" x="93.948475" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-24" x="99.17884" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-22" x="104.409205" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-20" x="109.63957" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-25" x="114.869935" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-14" x="120.1003" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph2-26" x="125.330665" y="127.309"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,50%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph3-3" x="130.561" y="127.309"/>
|
||||||
|
<use xlink:href="#glyph3-4" x="135.791365" y="127.309"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-15" x="141.022" y="127.309"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 76 KiB |
497
svg/chapter-10/minted-haskell-english-orig.svg
Normal file
@ -0,0 +1,497 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="595.276pt" height="841.89pt" viewBox="0 0 595.276 841.89" version="1.1">
|
||||||
|
<defs>
|
||||||
|
<g>
|
||||||
|
<symbol overflow="visible" id="glyph0-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-1">
|
||||||
|
<path style="stroke:none;" d="M 12.0625 0 L 12.0625 -0.609375 L 10.546875 -0.609375 L 10.546875 -9.21875 L 12.0625 -9.21875 L 12.0625 -9.84375 C 11.640625 -9.8125 10.109375 -9.8125 9.59375 -9.8125 C 9.078125 -9.8125 7.546875 -9.8125 7.125 -9.84375 L 7.125 -9.21875 L 8.65625 -9.21875 L 8.65625 -5.421875 L 3.953125 -5.421875 L 3.953125 -9.21875 L 5.484375 -9.21875 L 5.484375 -9.84375 C 5.0625 -9.8125 3.53125 -9.8125 3.015625 -9.8125 C 2.5 -9.8125 0.96875 -9.8125 0.546875 -9.84375 L 0.546875 -9.21875 L 2.0625 -9.21875 L 2.0625 -0.609375 L 0.546875 -0.609375 L 0.546875 0 C 0.96875 -0.03125 2.5 -0.03125 3.015625 -0.03125 C 3.53125 -0.03125 5.0625 -0.03125 5.484375 0 L 5.484375 -0.609375 L 3.953125 -0.609375 L 3.953125 -4.8125 L 8.65625 -4.8125 L 8.65625 -0.609375 L 7.125 -0.609375 L 7.125 0 C 7.546875 -0.03125 9.078125 -0.03125 9.59375 -0.03125 C 10.109375 -0.03125 11.640625 -0.03125 12.0625 0 Z M 12.0625 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-2">
|
||||||
|
<path style="stroke:none;" d="M 7.765625 -0.3125 C 7.765625 -0.609375 7.625 -0.609375 7.4375 -0.609375 C 6.53125 -0.625 6.53125 -0.859375 6.53125 -1.1875 L 6.53125 -4.28125 C 6.53125 -5.609375 5.484375 -6.5 3.453125 -6.5 C 2.65625 -6.5 0.96875 -6.421875 0.96875 -5.21875 C 0.96875 -4.625 1.421875 -4.359375 1.8125 -4.359375 C 2.234375 -4.359375 2.65625 -4.65625 2.65625 -5.203125 C 2.65625 -5.484375 2.546875 -5.734375 2.3125 -5.890625 C 2.78125 -6.03125 3.125 -6.03125 3.40625 -6.03125 C 4.375 -6.03125 4.96875 -5.484375 4.96875 -4.296875 L 4.96875 -3.734375 C 2.703125 -3.734375 0.421875 -3.09375 0.421875 -1.5 C 0.421875 -0.203125 2.078125 0.09375 3.0625 0.09375 C 4.171875 0.09375 4.875 -0.515625 5.15625 -1.140625 C 5.15625 -0.609375 5.15625 0 6.609375 0 L 7.34375 0 C 7.640625 0 7.765625 0 7.765625 -0.3125 Z M 4.96875 -2 C 4.96875 -0.640625 3.765625 -0.390625 3.296875 -0.390625 C 2.59375 -0.390625 2.015625 -0.859375 2.015625 -1.515625 C 2.015625 -2.828125 3.5625 -3.265625 4.96875 -3.34375 Z M 4.96875 -2 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-3">
|
||||||
|
<path style="stroke:none;" d="M 5.8125 -2 C 5.8125 -2.6875 5.4375 -3.15625 5.15625 -3.40625 C 4.5625 -3.90625 4.078125 -3.984375 3.296875 -4.125 C 2.375 -4.28125 1.515625 -4.453125 1.515625 -5.140625 C 1.515625 -6.0625 2.796875 -6.0625 3.09375 -6.0625 C 4.6875 -6.0625 4.78125 -5.0625 4.8125 -4.703125 C 4.8125 -4.515625 4.9375 -4.515625 5.109375 -4.515625 C 5.40625 -4.515625 5.40625 -4.5625 5.40625 -4.890625 L 5.40625 -6.125 C 5.40625 -6.390625 5.40625 -6.5 5.1875 -6.5 C 5.109375 -6.5 5.078125 -6.5 4.859375 -6.375 C 4.8125 -6.328125 4.640625 -6.21875 4.578125 -6.1875 C 4.171875 -6.40625 3.640625 -6.5 3.125 -6.5 C 2.703125 -6.5 0.546875 -6.5 0.546875 -4.640625 C 0.546875 -3.125 2.328125 -2.8125 2.765625 -2.734375 C 3.15625 -2.671875 3.625 -2.578125 3.6875 -2.578125 C 4.265625 -2.453125 4.828125 -2.09375 4.828125 -1.484375 C 4.828125 -0.390625 3.53125 -0.390625 3.234375 -0.390625 C 2.5 -0.390625 1.59375 -0.609375 1.1875 -2.015625 C 1.109375 -2.296875 1.09375 -2.3125 0.84375 -2.3125 C 0.546875 -2.3125 0.546875 -2.265625 0.546875 -1.9375 L 0.546875 -0.28125 C 0.546875 -0.015625 0.546875 0.09375 0.765625 0.09375 C 0.859375 0.09375 0.890625 0.09375 1.171875 -0.140625 L 1.546875 -0.421875 C 2.1875 0.09375 2.96875 0.09375 3.234375 0.09375 C 4.015625 0.09375 5.8125 -0.09375 5.8125 -2 Z M 5.8125 -2 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-4">
|
||||||
|
<path style="stroke:none;" d="M 8.25 0 L 8.25 -0.609375 C 8.015625 -0.609375 7.734375 -0.609375 7.578125 -0.625 C 7.375 -0.671875 7.3125 -0.71875 7.15625 -0.921875 L 4.765625 -4.015625 L 6.5625 -5.484375 C 6.734375 -5.625 6.90625 -5.75 7.890625 -5.75 L 7.890625 -6.375 C 7.515625 -6.34375 7.234375 -6.34375 6.703125 -6.34375 C 6.328125 -6.34375 5.515625 -6.34375 5.1875 -6.375 L 5.1875 -5.75 C 5.359375 -5.75 5.703125 -5.703125 5.703125 -5.59375 C 5.703125 -5.53125 5.625 -5.484375 5.59375 -5.453125 L 2.984375 -3.359375 L 2.984375 -9.953125 L 0.5 -9.84375 L 0.5 -9.21875 C 1.390625 -9.21875 1.484375 -9.21875 1.484375 -8.65625 L 1.484375 -0.609375 L 0.5 -0.609375 L 0.5 0 C 0.828125 -0.03125 1.828125 -0.03125 2.203125 -0.03125 C 2.59375 -0.03125 3.578125 -0.03125 3.921875 0 L 3.921875 -0.609375 L 2.921875 -0.609375 L 2.921875 -2.53125 C 3.15625 -2.71875 3.375 -2.890625 3.6875 -3.15625 L 5.421875 -0.921875 C 5.515625 -0.796875 5.515625 -0.765625 5.515625 -0.765625 C 5.515625 -0.609375 5.234375 -0.609375 5.03125 -0.609375 L 5.03125 0 C 5.375 -0.03125 6.328125 -0.03125 6.71875 -0.03125 C 7.4375 -0.03125 7.640625 -0.03125 8.25 0 Z M 8.25 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-5">
|
||||||
|
<path style="stroke:none;" d="M 6.90625 -1.671875 C 6.90625 -1.890625 6.6875 -1.890625 6.59375 -1.890625 C 6.375 -1.890625 6.359375 -1.84375 6.265625 -1.65625 C 5.890625 -0.734375 4.953125 -0.4375 4.265625 -0.4375 C 2.1875 -0.4375 2.171875 -2.359375 2.171875 -3.171875 L 6.484375 -3.171875 C 6.8125 -3.171875 6.90625 -3.171875 6.90625 -3.53125 C 6.90625 -3.953125 6.796875 -5.03125 6.140625 -5.703125 C 5.53125 -6.3125 4.734375 -6.5 3.90625 -6.5 C 1.65625 -6.5 0.4375 -5.03125 0.4375 -3.234375 C 0.4375 -1.21875 1.921875 0.09375 4.09375 0.09375 C 6.25 0.09375 6.90625 -1.4375 6.90625 -1.671875 Z M 5.578125 -3.578125 L 2.171875 -3.578125 C 2.1875 -4.171875 2.203125 -4.734375 2.515625 -5.25 C 2.78125 -5.703125 3.28125 -6.03125 3.90625 -6.03125 C 5.4375 -6.03125 5.5625 -4.296875 5.578125 -3.578125 Z M 5.578125 -3.578125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-6">
|
||||||
|
<path style="stroke:none;" d="M 4.109375 0 L 4.109375 -0.609375 L 3.109375 -0.609375 L 3.109375 -9.953125 L 0.625 -9.84375 L 0.625 -9.21875 C 1.515625 -9.21875 1.625 -9.21875 1.625 -8.65625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.984375 -0.03125 2.359375 -0.03125 C 2.75 -0.03125 3.765625 -0.03125 4.109375 0 Z M 4.109375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-7">
|
||||||
|
<path style="stroke:none;" d="M 14.703125 0 L 14.703125 -0.609375 L 13.1875 -0.609375 L 13.1875 -9.21875 L 14.703125 -9.21875 L 14.703125 -9.84375 L 11.640625 -9.84375 C 11.34375 -9.84375 11.21875 -9.84375 11.09375 -9.53125 L 7.640625 -1.828125 L 4.203125 -9.53125 C 4.078125 -9.84375 3.9375 -9.84375 3.640625 -9.84375 L 0.59375 -9.84375 L 0.59375 -9.21875 L 2.109375 -9.21875 L 2.109375 -1.046875 C 2.109375 -0.734375 2.09375 -0.71875 1.71875 -0.65625 C 1.46875 -0.625 1.171875 -0.609375 0.921875 -0.609375 L 0.59375 -0.609375 L 0.59375 0 C 0.921875 -0.03125 2.03125 -0.03125 2.4375 -0.03125 C 2.84375 -0.03125 3.96875 -0.03125 4.296875 0 L 4.296875 -0.609375 L 3.96875 -0.609375 C 3.578125 -0.609375 3.5625 -0.609375 3.21875 -0.65625 C 2.796875 -0.71875 2.78125 -0.734375 2.78125 -1.046875 L 2.78125 -9.046875 L 2.796875 -9.046875 L 6.703125 -0.296875 C 6.765625 -0.140625 6.859375 0 7.09375 0 C 7.34375 0 7.4375 -0.140625 7.5 -0.296875 L 11.46875 -9.21875 L 11.484375 -9.21875 L 11.484375 -0.609375 L 9.96875 -0.609375 L 9.96875 0 C 10.359375 -0.03125 11.84375 -0.03125 12.328125 -0.03125 C 12.828125 -0.03125 14.3125 -0.03125 14.703125 0 Z M 14.703125 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-8">
|
||||||
|
<path style="stroke:none;" d="M 7.8125 -5.734375 C 7.8125 -6.078125 7.5625 -6.546875 6.953125 -6.546875 C 6.34375 -6.546875 5.75 -6.234375 5.453125 -5.984375 C 4.859375 -6.328125 4.296875 -6.453125 3.578125 -6.453125 C 1.59375 -6.453125 0.796875 -5.34375 0.796875 -4.34375 C 0.796875 -3.90625 0.953125 -3.3125 1.546875 -2.828125 C 1.3125 -2.546875 1.046875 -2.046875 1.046875 -1.53125 C 1.046875 -0.921875 1.375 -0.390625 1.671875 -0.15625 C 1.328125 -0.078125 0.4375 0.265625 0.4375 1.078125 C 0.4375 1.921875 1.375 2.890625 4.015625 2.890625 C 6.390625 2.890625 7.609375 2.109375 7.609375 1.03125 C 7.609375 -0.234375 6.765625 -0.640625 6.40625 -0.8125 C 5.71875 -1.15625 4.8125 -1.15625 3.546875 -1.15625 C 3.1875 -1.15625 2.546875 -1.15625 2.484375 -1.171875 C 1.859375 -1.28125 1.6875 -1.828125 1.6875 -2.09375 C 1.6875 -2.203125 1.703125 -2.421875 1.859375 -2.609375 C 2.546875 -2.234375 3.359375 -2.234375 3.578125 -2.234375 C 5.546875 -2.234375 6.34375 -3.34375 6.34375 -4.34375 C 6.34375 -5.078125 5.921875 -5.59375 5.75 -5.734375 C 6.171875 -5.96875 6.515625 -6.03125 6.75 -6.046875 C 6.71875 -5.984375 6.671875 -5.921875 6.671875 -5.734375 C 6.671875 -5.4375 6.875 -5.15625 7.25 -5.15625 C 7.609375 -5.15625 7.8125 -5.4375 7.8125 -5.734375 Z M 4.8125 -4.34375 C 4.8125 -3.6875 4.8125 -2.703125 3.578125 -2.703125 C 2.328125 -2.703125 2.328125 -3.6875 2.328125 -4.34375 C 2.328125 -5 2.328125 -6 3.578125 -6 C 4.8125 -6 4.8125 -5 4.8125 -4.34375 Z M 6.421875 1.09375 C 6.421875 1.59375 5.921875 2.421875 4.03125 2.421875 C 2.140625 2.421875 1.625 1.625 1.625 1.078125 C 1.625 0.15625 2.53125 0.15625 2.734375 0.15625 L 4.375 0.15625 C 5.421875 0.15625 6.421875 0.34375 6.421875 1.09375 Z M 6.421875 1.09375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-9">
|
||||||
|
<path style="stroke:none;" d="M 4 0 L 4 -0.609375 L 3.109375 -0.609375 L 3.109375 -6.453125 L 0.671875 -6.34375 L 0.671875 -5.71875 C 1.515625 -5.71875 1.625 -5.71875 1.625 -5.15625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.953125 -0.03125 2.34375 -0.03125 C 2.734375 -0.03125 3.65625 -0.03125 4 0 Z M 3.28125 -8.71875 C 3.28125 -9.3125 2.796875 -9.75 2.25 -9.75 C 1.65625 -9.75 1.203125 -9.28125 1.203125 -8.71875 C 1.203125 -8.140625 1.6875 -7.6875 2.234375 -7.6875 C 2.828125 -7.6875 3.28125 -8.15625 3.28125 -8.71875 Z M 3.28125 -8.71875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-10">
|
||||||
|
<path style="stroke:none;" d="M 6.71875 -1.671875 C 6.71875 -1.84375 6.5625 -1.84375 6.40625 -1.84375 C 6.1875 -1.84375 6.171875 -1.84375 6.09375 -1.65625 C 6 -1.390625 5.609375 -0.4375 4.28125 -0.4375 C 2.265625 -0.4375 2.265625 -2.609375 2.265625 -3.25 C 2.265625 -4.109375 2.28125 -5.984375 4.15625 -5.984375 C 4.265625 -5.984375 5.109375 -5.953125 5.109375 -5.875 C 5.109375 -5.875 5.09375 -5.859375 5.0625 -5.84375 C 5.015625 -5.796875 4.828125 -5.578125 4.828125 -5.21875 C 4.828125 -4.625 5.328125 -4.375 5.6875 -4.375 C 5.984375 -4.375 6.53125 -4.5625 6.53125 -5.234375 C 6.53125 -6.40625 4.875 -6.5 4.109375 -6.5 C 1.546875 -6.5 0.546875 -4.828125 0.546875 -3.1875 C 0.546875 -1.234375 1.90625 0.09375 4.015625 0.09375 C 6.265625 0.09375 6.71875 -1.578125 6.71875 -1.671875 Z M 6.71875 -1.671875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-11">
|
||||||
|
<path style="stroke:none;" d="M 11.625 0 L 11.625 -0.609375 L 10.25 -0.609375 L 6.5625 -9.703125 C 6.46875 -9.96875 6.4375 -10.046875 6.09375 -10.046875 C 5.734375 -10.046875 5.703125 -9.96875 5.609375 -9.703125 L 2.046875 -0.96875 C 1.953125 -0.734375 1.953125 -0.703125 1.546875 -0.65625 C 1.1875 -0.609375 1.140625 -0.609375 0.8125 -0.609375 L 0.5625 -0.609375 L 0.5625 0 C 0.9375 -0.03125 1.796875 -0.03125 2.203125 -0.03125 C 2.59375 -0.03125 3.640625 -0.03125 3.96875 0 L 3.96875 -0.609375 C 3.65625 -0.609375 3.109375 -0.609375 2.71875 -0.78125 C 2.75 -0.90625 2.75 -0.9375 2.78125 -0.984375 L 3.546875 -2.859375 L 7.390625 -2.859375 L 8.296875 -0.609375 L 6.9375 -0.609375 L 6.9375 0 C 7.40625 -0.03125 8.796875 -0.03125 9.34375 -0.03125 C 9.796875 -0.03125 11.265625 -0.03125 11.625 0 Z M 7.125 -3.46875 L 3.78125 -3.46875 L 5.46875 -7.609375 Z M 7.125 -3.46875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-12">
|
||||||
|
<path style="stroke:none;" d="M 8.609375 0 L 8.609375 -0.609375 L 7.609375 -0.609375 L 7.609375 -4.390625 C 7.609375 -5.75 7.03125 -6.453125 5.453125 -6.453125 C 4.421875 -6.453125 3.53125 -5.953125 3.046875 -4.875 L 3.03125 -4.875 L 3.03125 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.21875 4.296875 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.046875 -5.640625 6.046875 -4.546875 L 6.046875 -0.609375 L 5.0625 -0.609375 L 5.0625 0 C 5.390625 -0.03125 6.421875 -0.03125 6.828125 -0.03125 C 7.234375 -0.03125 8.28125 -0.03125 8.609375 0 Z M 8.609375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-13">
|
||||||
|
<path style="stroke:none;" d="M 10.609375 -6.3125 L 10.328125 -9.703125 L 0.875 -9.703125 L 0.59375 -6.3125 L 1.1875 -6.3125 C 1.3125 -7.875 1.4375 -9.09375 3.5 -9.09375 L 4.65625 -9.09375 L 4.65625 -0.609375 L 2.5 -0.609375 L 2.5 0 L 5.609375 -0.03125 L 8.71875 0 L 8.71875 -0.609375 L 6.5625 -0.609375 L 6.5625 -9.09375 L 7.703125 -9.09375 C 9.765625 -9.09375 9.890625 -7.890625 10.015625 -6.3125 Z M 10.609375 -6.3125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-14">
|
||||||
|
<path style="stroke:none;" d="M 9.015625 -3.875 L 8.40625 -3.875 C 8.3125 -2.890625 8.078125 -0.609375 5.5 -0.609375 L 3.953125 -0.609375 L 3.953125 -9.21875 L 5.859375 -9.21875 L 5.859375 -9.84375 L 3.125 -9.8125 C 2.59375 -9.8125 0.96875 -9.8125 0.546875 -9.84375 L 0.546875 -9.21875 L 2.0625 -9.21875 L 2.0625 -0.609375 L 0.546875 -0.609375 L 0.546875 0 L 8.59375 0 Z M 9.015625 -3.875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-15">
|
||||||
|
<path style="stroke:none;" d="M 10.125 -3.875 L 9.53125 -3.875 C 9.21875 -1.734375 8.6875 -0.609375 6.203125 -0.609375 L 3.953125 -0.609375 L 3.953125 -4.765625 L 4.8125 -4.765625 C 6.1875 -4.765625 6.328125 -4.171875 6.328125 -3.078125 L 6.921875 -3.078125 L 6.921875 -7.0625 L 6.328125 -7.0625 C 6.328125 -5.984375 6.1875 -5.375 4.8125 -5.375 L 3.953125 -5.375 L 3.953125 -9.15625 L 6.203125 -9.15625 C 8.390625 -9.15625 8.859375 -8.21875 9.078125 -6.375 L 9.6875 -6.375 L 9.265625 -9.765625 L 0.546875 -9.765625 L 0.546875 -9.15625 L 2.0625 -9.15625 L 2.0625 -0.609375 L 0.546875 -0.609375 L 0.546875 0 L 9.515625 0 Z M 10.125 -3.875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-16">
|
||||||
|
<path style="stroke:none;" d="M 8.265625 0 L 8.265625 -0.609375 L 7.265625 -0.609375 L 4.828125 -3.546875 L 6.5 -5.453125 C 6.65625 -5.640625 6.78125 -5.75 7.96875 -5.75 L 7.96875 -6.375 L 6.65625 -6.34375 C 6.234375 -6.34375 5.625 -6.34375 5.21875 -6.375 L 5.21875 -5.75 C 5.5 -5.75 5.796875 -5.6875 5.796875 -5.578125 C 5.796875 -5.578125 5.71875 -5.453125 5.6875 -5.421875 L 4.453125 -4.015625 L 3.03125 -5.75 L 3.625 -5.75 L 3.625 -6.375 C 3.296875 -6.34375 2.328125 -6.34375 1.9375 -6.34375 C 1.5 -6.34375 0.734375 -6.34375 0.328125 -6.375 L 0.328125 -5.75 L 1.34375 -5.75 L 3.578125 -3.03125 L 1.71875 -0.921875 C 1.546875 -0.71875 1.453125 -0.609375 0.265625 -0.609375 L 0.265625 0 L 1.59375 -0.03125 C 2.015625 -0.03125 2.609375 -0.03125 3.015625 0 L 3.015625 -0.609375 C 2.734375 -0.609375 2.4375 -0.6875 2.4375 -0.78125 C 2.4375 -0.78125 2.4375 -0.8125 2.53125 -0.9375 L 3.96875 -2.546875 L 5.5625 -0.609375 L 4.96875 -0.609375 L 4.96875 0 C 5.3125 -0.03125 6.265625 -0.03125 6.671875 -0.03125 C 7.09375 -0.03125 7.859375 -0.03125 8.265625 0 Z M 8.265625 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-17">
|
||||||
|
<path style="stroke:none;" d="M 13.09375 0 L 13.09375 -0.609375 L 12.109375 -0.609375 L 12.109375 -4.390625 C 12.109375 -5.703125 11.546875 -6.453125 9.9375 -6.453125 C 8.484375 -6.453125 7.8125 -5.484375 7.59375 -5.015625 C 7.359375 -6.234375 6.390625 -6.453125 5.46875 -6.453125 C 4.09375 -6.453125 3.34375 -5.5625 3.046875 -4.875 L 3.03125 -4.875 L 3.03125 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.234375 4.3125 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.0625 -5.671875 6.0625 -4.546875 L 6.0625 -0.609375 L 5.078125 -0.609375 L 5.078125 0 C 5.40625 -0.03125 6.4375 -0.03125 6.84375 -0.03125 C 7.25 -0.03125 8.296875 -0.03125 8.625 0 L 8.625 -0.609375 L 7.625 -0.609375 L 7.625 -3.671875 C 7.625 -5.234375 8.796875 -5.984375 9.703125 -5.984375 C 10.234375 -5.984375 10.546875 -5.671875 10.546875 -4.546875 L 10.546875 -0.609375 L 9.546875 -0.609375 L 9.546875 0 C 9.890625 -0.03125 10.921875 -0.03125 11.3125 -0.03125 C 11.71875 -0.03125 12.765625 -0.03125 13.09375 0 Z M 13.09375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-18">
|
||||||
|
<path style="stroke:none;" d="M 8.40625 -3.203125 C 8.40625 -5.171875 7.078125 -6.453125 5.140625 -6.453125 C 4.28125 -6.453125 3.5625 -6.171875 2.984375 -5.703125 L 2.984375 -6.453125 L 0.5 -6.34375 L 0.5 -5.71875 C 1.390625 -5.71875 1.484375 -5.71875 1.484375 -5.15625 L 1.484375 2.171875 L 0.5 2.171875 L 0.5 2.78125 C 0.828125 2.75 1.859375 2.75 2.265625 2.75 C 2.671875 2.75 3.71875 2.75 4.046875 2.78125 L 4.046875 2.171875 L 3.0625 2.171875 L 3.0625 -0.59375 C 3.40625 -0.265625 4.046875 0.09375 4.90625 0.09375 C 6.875 0.09375 8.40625 -1.109375 8.40625 -3.203125 Z M 6.6875 -3.203125 C 6.6875 -1.125 5.65625 -0.390625 4.734375 -0.390625 C 4.109375 -0.390625 3.5 -0.703125 3.0625 -1.375 L 3.0625 -5.015625 C 3.578125 -5.703125 4.34375 -5.9375 4.90625 -5.9375 C 5.84375 -5.9375 6.6875 -5.09375 6.6875 -3.203125 Z M 6.6875 -3.203125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-1">
|
||||||
|
<path style="stroke:none;" d="M 4.96875 -1.859375 C 4.96875 -2.84375 4.3125 -3.671875 3.484375 -3.875 L 2.203125 -4.171875 C 1.578125 -4.328125 1.203125 -4.859375 1.203125 -5.4375 C 1.203125 -6.140625 1.734375 -6.75 2.515625 -6.75 C 4.171875 -6.75 4.390625 -5.109375 4.453125 -4.671875 C 4.46875 -4.609375 4.46875 -4.546875 4.578125 -4.546875 C 4.703125 -4.546875 4.703125 -4.59375 4.703125 -4.78125 L 4.703125 -6.78125 C 4.703125 -6.953125 4.703125 -7.03125 4.59375 -7.03125 C 4.53125 -7.03125 4.515625 -7.015625 4.453125 -6.890625 L 4.09375 -6.328125 C 3.796875 -6.625 3.390625 -7.03125 2.5 -7.03125 C 1.390625 -7.03125 0.5625 -6.15625 0.5625 -5.09375 C 0.5625 -4.265625 1.09375 -3.53125 1.859375 -3.265625 C 1.96875 -3.234375 2.484375 -3.109375 3.1875 -2.9375 C 3.453125 -2.875 3.75 -2.796875 4.03125 -2.4375 C 4.234375 -2.171875 4.34375 -1.84375 4.34375 -1.515625 C 4.34375 -0.8125 3.84375 -0.09375 3 -0.09375 C 2.71875 -0.09375 1.953125 -0.140625 1.421875 -0.625 C 0.84375 -1.171875 0.8125 -1.796875 0.8125 -2.15625 C 0.796875 -2.265625 0.71875 -2.265625 0.6875 -2.265625 C 0.5625 -2.265625 0.5625 -2.1875 0.5625 -2.015625 L 0.5625 -0.015625 C 0.5625 0.15625 0.5625 0.21875 0.671875 0.21875 C 0.734375 0.21875 0.75 0.203125 0.8125 0.09375 C 0.8125 0.09375 0.84375 0.046875 1.171875 -0.484375 C 1.484375 -0.140625 2.125 0.21875 3.015625 0.21875 C 4.171875 0.21875 4.96875 -0.75 4.96875 -1.859375 Z M 4.96875 -1.859375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-2">
|
||||||
|
<path style="stroke:none;" d="M 5.25 1.9375 L 5.25 1.625 C 4.578125 1.625 4.46875 1.625 4.46875 1.171875 L 4.46875 -4.40625 L 4.25 -4.40625 L 3.875 -3.5 C 3.75 -3.78125 3.34375 -4.40625 2.546875 -4.40625 C 1.390625 -4.40625 0.34375 -3.4375 0.34375 -2.140625 C 0.34375 -0.890625 1.3125 0.109375 2.46875 0.109375 C 3.15625 0.109375 3.5625 -0.3125 3.78125 -0.609375 L 3.78125 1.171875 C 3.78125 1.625 3.671875 1.625 3.015625 1.625 L 3.015625 1.9375 L 4.125 1.90625 Z M 3.8125 -1.359375 C 3.8125 -1.03125 3.640625 -0.75 3.421875 -0.515625 C 3.296875 -0.375 2.96875 -0.109375 2.5 -0.109375 C 1.78125 -0.109375 1.171875 -1 1.171875 -2.140625 C 1.171875 -3.328125 1.859375 -4.15625 2.609375 -4.15625 C 3.40625 -4.15625 3.8125 -3.296875 3.8125 -2.765625 Z M 3.8125 -1.359375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-3">
|
||||||
|
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.640625 -0.3125 4.5625 -0.375 4.5625 -0.875 L 4.5625 -4.40625 L 3.09375 -4.296875 L 3.09375 -3.984375 C 3.78125 -3.984375 3.875 -3.921875 3.875 -3.421875 L 3.875 -1.65625 C 3.875 -0.78125 3.390625 -0.109375 2.65625 -0.109375 C 1.828125 -0.109375 1.78125 -0.578125 1.78125 -1.09375 L 1.78125 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.09375 -3.984375 1.09375 -3.953125 1.09375 -3.078125 L 1.09375 -1.578125 C 1.09375 -0.796875 1.09375 0.109375 2.609375 0.109375 C 3.171875 0.109375 3.609375 -0.171875 3.890625 -0.78125 L 3.890625 0.109375 Z M 5.328125 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-4">
|
||||||
|
<path style="stroke:none;" d="M 4.8125 -0.890625 L 4.8125 -1.453125 L 4.5625 -1.453125 L 4.5625 -0.890625 C 4.5625 -0.3125 4.3125 -0.25 4.203125 -0.25 C 3.875 -0.25 3.84375 -0.703125 3.84375 -0.75 L 3.84375 -2.734375 C 3.84375 -3.15625 3.84375 -3.546875 3.484375 -3.921875 C 3.09375 -4.3125 2.59375 -4.46875 2.109375 -4.46875 C 1.296875 -4.46875 0.609375 -4 0.609375 -3.34375 C 0.609375 -3.046875 0.8125 -2.875 1.0625 -2.875 C 1.34375 -2.875 1.53125 -3.078125 1.53125 -3.328125 C 1.53125 -3.453125 1.46875 -3.78125 1.015625 -3.78125 C 1.28125 -4.140625 1.78125 -4.25 2.09375 -4.25 C 2.578125 -4.25 3.15625 -3.859375 3.15625 -2.96875 L 3.15625 -2.609375 C 2.640625 -2.578125 1.9375 -2.546875 1.3125 -2.25 C 0.5625 -1.90625 0.3125 -1.390625 0.3125 -0.953125 C 0.3125 -0.140625 1.28125 0.109375 1.90625 0.109375 C 2.578125 0.109375 3.03125 -0.296875 3.21875 -0.75 C 3.265625 -0.359375 3.53125 0.0625 4 0.0625 C 4.203125 0.0625 4.8125 -0.078125 4.8125 -0.890625 Z M 3.15625 -1.390625 C 3.15625 -0.453125 2.4375 -0.109375 1.984375 -0.109375 C 1.5 -0.109375 1.09375 -0.453125 1.09375 -0.953125 C 1.09375 -1.5 1.5 -2.328125 3.15625 -2.390625 Z M 3.15625 -1.390625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-5">
|
||||||
|
<path style="stroke:none;" d="M 3.625 -3.796875 C 3.625 -4.109375 3.3125 -4.40625 2.890625 -4.40625 C 2.15625 -4.40625 1.796875 -3.734375 1.671875 -3.3125 L 1.671875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.421875 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 L 1.421875 -0.03125 C 1.8125 -0.03125 2.28125 -0.03125 2.6875 0 L 2.6875 -0.3125 L 2.46875 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.296875 2.140625 -4.1875 2.890625 -4.1875 C 2.953125 -4.1875 2.984375 -4.1875 3 -4.171875 C 2.96875 -4.171875 2.765625 -4.046875 2.765625 -3.78125 C 2.765625 -3.515625 2.984375 -3.359375 3.203125 -3.359375 C 3.375 -3.359375 3.625 -3.484375 3.625 -3.796875 Z M 3.625 -3.796875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-6">
|
||||||
|
<path style="stroke:none;" d="M 4.140625 -1.1875 C 4.140625 -1.28125 4.0625 -1.3125 4 -1.3125 C 3.921875 -1.3125 3.890625 -1.25 3.875 -1.171875 C 3.53125 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 L 3.890625 -2.296875 C 4.109375 -2.296875 4.140625 -2.296875 4.140625 -2.515625 C 4.140625 -3.5 3.59375 -4.46875 2.359375 -4.46875 C 1.203125 -4.46875 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.140625 -1 4.140625 -1.1875 Z M 3.484375 -2.515625 L 1.109375 -2.515625 C 1.171875 -4 2.015625 -4.25 2.359375 -4.25 C 3.375 -4.25 3.484375 -2.90625 3.484375 -2.515625 Z M 3.484375 -2.515625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-7">
|
||||||
|
<path style="stroke:none;" d="M 3.59375 -1.28125 C 3.59375 -1.796875 3.296875 -2.109375 3.171875 -2.21875 C 2.84375 -2.546875 2.453125 -2.625 2.03125 -2.703125 C 1.46875 -2.8125 0.8125 -2.9375 0.8125 -3.515625 C 0.8125 -3.875 1.0625 -4.28125 1.921875 -4.28125 C 3.015625 -4.28125 3.078125 -3.375 3.09375 -3.078125 C 3.09375 -2.984375 3.203125 -2.984375 3.203125 -2.984375 C 3.34375 -2.984375 3.34375 -3.03125 3.34375 -3.21875 L 3.34375 -4.234375 C 3.34375 -4.390625 3.34375 -4.46875 3.234375 -4.46875 C 3.1875 -4.46875 3.15625 -4.46875 3.03125 -4.34375 C 3 -4.3125 2.90625 -4.21875 2.859375 -4.1875 C 2.484375 -4.46875 2.078125 -4.46875 1.921875 -4.46875 C 0.703125 -4.46875 0.328125 -3.796875 0.328125 -3.234375 C 0.328125 -2.890625 0.484375 -2.609375 0.75 -2.390625 C 1.078125 -2.140625 1.359375 -2.078125 2.078125 -1.9375 C 2.296875 -1.890625 3.109375 -1.734375 3.109375 -1.015625 C 3.109375 -0.515625 2.765625 -0.109375 1.984375 -0.109375 C 1.140625 -0.109375 0.78125 -0.671875 0.59375 -1.53125 C 0.5625 -1.65625 0.5625 -1.6875 0.453125 -1.6875 C 0.328125 -1.6875 0.328125 -1.625 0.328125 -1.453125 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.78125 0.109375 1.984375 0.109375 C 3.125 0.109375 3.59375 -0.5625 3.59375 -1.28125 Z M 3.59375 -1.28125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-8">
|
||||||
|
<path style="stroke:none;" d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 Z M 3.875 -2.21875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-9">
|
||||||
|
<path style="stroke:none;" d="M 3.5625 -6.328125 C 3.5625 -6.703125 3.1875 -7.03125 2.65625 -7.03125 C 1.96875 -7.03125 1.109375 -6.5 1.109375 -5.4375 L 1.109375 -4.296875 L 0.328125 -4.296875 L 0.328125 -3.984375 L 1.109375 -3.984375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.34375 -0.3125 L 0.34375 0 L 1.46875 -0.03125 C 1.875 -0.03125 2.34375 -0.03125 2.734375 0 L 2.734375 -0.3125 L 2.53125 -0.3125 C 1.796875 -0.3125 1.78125 -0.421875 1.78125 -0.78125 L 1.78125 -3.984375 L 2.90625 -3.984375 L 2.90625 -4.296875 L 1.75 -4.296875 L 1.75 -5.453125 C 1.75 -6.328125 2.21875 -6.8125 2.65625 -6.8125 C 2.6875 -6.8125 2.84375 -6.8125 2.984375 -6.734375 C 2.875 -6.703125 2.6875 -6.5625 2.6875 -6.3125 C 2.6875 -6.09375 2.84375 -5.890625 3.125 -5.890625 C 3.40625 -5.890625 3.5625 -6.09375 3.5625 -6.328125 Z M 3.5625 -6.328125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-10">
|
||||||
|
<path style="stroke:none;" d="M 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 L 1.765625 -6.921875 L 0.328125 -6.8125 L 0.328125 -6.5 C 1.03125 -6.5 1.109375 -6.4375 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.4375 -0.03125 Z M 2.546875 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-11">
|
||||||
|
<path style="stroke:none;" d="M 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.8125 -3.984375 3.921875 -3.75 3.921875 -3.5625 C 3.921875 -3.46875 3.90625 -3.421875 3.875 -3.3125 L 2.84375 -0.78125 L 1.734375 -3.5625 C 1.671875 -3.6875 1.671875 -3.734375 1.671875 -3.734375 C 1.671875 -3.984375 2.0625 -3.984375 2.25 -3.984375 L 2.25 -4.296875 L 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.8125 -3.984375 0.859375 -3.921875 0.984375 -3.625 L 2.421875 -0.078125 C 2.484375 0.0625 2.5 0.109375 2.625 0.109375 C 2.765625 0.109375 2.796875 0.015625 2.84375 -0.078125 L 4.140625 -3.3125 C 4.234375 -3.546875 4.40625 -3.984375 5.0625 -3.984375 Z M 5.0625 -3.984375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-12">
|
||||||
|
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 Z M 5.328125 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-13">
|
||||||
|
<path style="stroke:none;" d="M 8.109375 0 L 8.109375 -0.3125 C 7.59375 -0.3125 7.34375 -0.3125 7.328125 -0.609375 L 7.328125 -2.515625 C 7.328125 -3.375 7.328125 -3.671875 7.015625 -4.03125 C 6.875 -4.203125 6.546875 -4.40625 5.96875 -4.40625 C 5.140625 -4.40625 4.6875 -3.8125 4.53125 -3.421875 C 4.390625 -4.296875 3.65625 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 L 5.328125 0 L 5.328125 -0.3125 C 4.671875 -0.3125 4.5625 -0.3125 4.5625 -0.75 L 4.5625 -2.59375 C 4.5625 -3.625 5.265625 -4.1875 5.90625 -4.1875 C 6.53125 -4.1875 6.640625 -3.65625 6.640625 -3.078125 L 6.640625 -0.75 C 6.640625 -0.3125 6.53125 -0.3125 5.859375 -0.3125 L 5.859375 0 L 6.984375 -0.03125 Z M 8.109375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-14">
|
||||||
|
<path style="stroke:none;" d="M 5.1875 -2.15625 C 5.1875 -3.421875 4.21875 -4.40625 3.078125 -4.40625 C 2.296875 -4.40625 1.875 -3.9375 1.71875 -3.765625 L 1.71875 -6.921875 L 0.28125 -6.8125 L 0.28125 -6.5 C 0.984375 -6.5 1.0625 -6.4375 1.0625 -5.9375 L 1.0625 0 L 1.3125 0 L 1.671875 -0.625 C 1.8125 -0.390625 2.234375 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 Z M 4.359375 -2.15625 C 4.359375 -1.796875 4.34375 -1.203125 4.0625 -0.75 C 3.84375 -0.4375 3.46875 -0.109375 2.9375 -0.109375 C 2.484375 -0.109375 2.125 -0.34375 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.953125 1.75 -1.140625 L 1.75 -3.1875 C 1.75 -3.375 1.75 -3.390625 1.859375 -3.546875 C 2.25 -4.109375 2.796875 -4.1875 3.03125 -4.1875 C 3.484375 -4.1875 3.84375 -3.921875 4.078125 -3.546875 C 4.34375 -3.140625 4.359375 -2.578125 4.359375 -2.15625 Z M 4.359375 -2.15625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-15">
|
||||||
|
<path style="stroke:none;" d="M 3.3125 -1.234375 L 3.3125 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.765625 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 L 1.71875 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.25 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.96875 0.109375 2.328125 0.109375 C 3.03125 0.109375 3.3125 -0.59375 3.3125 -1.234375 Z M 3.3125 -1.234375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-16">
|
||||||
|
<path style="stroke:none;" d="M 7.015625 -3.984375 L 7.015625 -4.296875 C 6.78125 -4.28125 6.5 -4.265625 6.28125 -4.265625 L 5.359375 -4.296875 L 5.359375 -3.984375 C 5.71875 -3.984375 5.9375 -3.796875 5.9375 -3.515625 C 5.9375 -3.453125 5.9375 -3.421875 5.875 -3.296875 L 4.96875 -0.75 L 3.984375 -3.53125 C 3.953125 -3.65625 3.9375 -3.671875 3.9375 -3.71875 C 3.9375 -3.984375 4.328125 -3.984375 4.53125 -3.984375 L 4.53125 -4.296875 L 3.484375 -4.265625 C 3.1875 -4.265625 2.90625 -4.28125 2.609375 -4.296875 L 2.609375 -3.984375 C 2.96875 -3.984375 3.125 -3.96875 3.234375 -3.84375 C 3.28125 -3.78125 3.390625 -3.484375 3.453125 -3.296875 L 2.609375 -0.875 L 1.65625 -3.53125 C 1.609375 -3.65625 1.609375 -3.671875 1.609375 -3.71875 C 1.609375 -3.984375 2 -3.984375 2.1875 -3.984375 L 2.1875 -4.296875 L 1.109375 -4.265625 L 0.171875 -4.296875 L 0.171875 -3.984375 C 0.671875 -3.984375 0.796875 -3.953125 0.921875 -3.640625 L 2.171875 -0.109375 C 2.21875 0.03125 2.25 0.109375 2.375 0.109375 C 2.515625 0.109375 2.53125 0.046875 2.578125 -0.09375 L 3.59375 -2.90625 L 4.609375 -0.078125 C 4.640625 0.03125 4.671875 0.109375 4.8125 0.109375 C 4.9375 0.109375 4.96875 0.015625 5 -0.078125 L 6.171875 -3.34375 C 6.34375 -3.84375 6.65625 -3.984375 7.015625 -3.984375 Z M 7.015625 -3.984375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-17">
|
||||||
|
<path style="stroke:none;" d="M 4.171875 0 L 4.171875 -0.3125 L 3.859375 -0.3125 C 2.953125 -0.3125 2.9375 -0.421875 2.9375 -0.78125 L 2.9375 -6.375 C 2.9375 -6.625 2.9375 -6.640625 2.703125 -6.640625 C 2.078125 -6 1.203125 -6 0.890625 -6 L 0.890625 -5.6875 C 1.09375 -5.6875 1.671875 -5.6875 2.1875 -5.953125 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.15625 -0.03125 2.5625 -0.03125 C 2.953125 -0.03125 3.828125 -0.03125 4.171875 0 Z M 4.171875 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-18">
|
||||||
|
<path style="stroke:none;" d="M 5.25 0 L 5.25 -0.3125 C 4.5625 -0.3125 4.46875 -0.375 4.46875 -0.875 L 4.46875 -6.921875 L 3.046875 -6.8125 L 3.046875 -6.5 C 3.734375 -6.5 3.8125 -6.4375 3.8125 -5.9375 L 3.8125 -3.78125 C 3.53125 -4.140625 3.09375 -4.40625 2.5625 -4.40625 C 1.390625 -4.40625 0.34375 -3.421875 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.453125 0.109375 C 3.09375 0.109375 3.53125 -0.234375 3.78125 -0.546875 L 3.78125 0.109375 Z M 3.78125 -1.171875 C 3.78125 -1 3.78125 -0.984375 3.671875 -0.8125 C 3.375 -0.328125 2.9375 -0.109375 2.5 -0.109375 C 2.046875 -0.109375 1.6875 -0.375 1.453125 -0.75 C 1.203125 -1.15625 1.171875 -1.71875 1.171875 -2.140625 C 1.171875 -2.5 1.1875 -3.09375 1.46875 -3.546875 C 1.6875 -3.859375 2.0625 -4.1875 2.609375 -4.1875 C 2.953125 -4.1875 3.375 -4.03125 3.671875 -3.59375 C 3.78125 -3.421875 3.78125 -3.40625 3.78125 -3.21875 Z M 3.78125 -1.171875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-19">
|
||||||
|
<path style="stroke:none;" d="M 4.46875 -1.734375 L 4.234375 -1.734375 C 4.171875 -1.4375 4.109375 -1 4 -0.84375 C 3.9375 -0.765625 3.28125 -0.765625 3.0625 -0.765625 L 1.265625 -0.765625 L 2.328125 -1.796875 C 3.875 -3.171875 4.46875 -3.703125 4.46875 -4.703125 C 4.46875 -5.84375 3.578125 -6.640625 2.359375 -6.640625 C 1.234375 -6.640625 0.5 -5.71875 0.5 -4.828125 C 0.5 -4.28125 1 -4.28125 1.03125 -4.28125 C 1.203125 -4.28125 1.546875 -4.390625 1.546875 -4.8125 C 1.546875 -5.0625 1.359375 -5.328125 1.015625 -5.328125 C 0.9375 -5.328125 0.921875 -5.328125 0.890625 -5.3125 C 1.109375 -5.96875 1.65625 -6.328125 2.234375 -6.328125 C 3.140625 -6.328125 3.5625 -5.515625 3.5625 -4.703125 C 3.5625 -3.90625 3.078125 -3.125 2.515625 -2.5 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 Z M 4.46875 -1.734375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-20">
|
||||||
|
<path style="stroke:none;" d="M 4.578125 -3.1875 C 4.578125 -3.984375 4.53125 -4.78125 4.1875 -5.515625 C 3.734375 -6.484375 2.90625 -6.640625 2.5 -6.640625 C 1.890625 -6.640625 1.171875 -6.375 0.75 -5.453125 C 0.4375 -4.765625 0.390625 -3.984375 0.390625 -3.1875 C 0.390625 -2.4375 0.421875 -1.546875 0.84375 -0.78125 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.015625 0.21875 3.78125 0.015625 4.21875 -0.9375 C 4.53125 -1.625 4.578125 -2.40625 4.578125 -3.1875 Z M 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.5 -0.296875 2.9375 0 2.484375 0 C 2.09375 0 1.5 -0.25 1.328125 -1.203125 C 1.21875 -1.796875 1.21875 -2.71875 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.609375 1.296875 -5.140625 C 1.484375 -6.328125 2.234375 -6.421875 2.484375 -6.421875 C 2.8125 -6.421875 3.46875 -6.234375 3.65625 -5.25 C 3.765625 -4.6875 3.765625 -3.9375 3.765625 -3.3125 Z M 3.765625 -3.3125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-21">
|
||||||
|
<path style="stroke:none;" d="M 1.90625 -3.765625 C 1.90625 -4.0625 1.671875 -4.296875 1.390625 -4.296875 C 1.09375 -4.296875 0.859375 -4.0625 0.859375 -3.765625 C 0.859375 -3.484375 1.09375 -3.234375 1.390625 -3.234375 C 1.671875 -3.234375 1.90625 -3.484375 1.90625 -3.765625 Z M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-22">
|
||||||
|
<path style="stroke:none;" d="M 7.140625 0 L 7.140625 -0.3125 L 6.96875 -0.3125 C 6.375 -0.3125 6.234375 -0.375 6.125 -0.703125 L 3.96875 -6.9375 C 3.921875 -7.0625 3.890625 -7.140625 3.734375 -7.140625 C 3.578125 -7.140625 3.546875 -7.078125 3.5 -6.9375 L 1.4375 -0.984375 C 1.25 -0.46875 0.859375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.328125 -0.03125 L 2.484375 0 L 2.484375 -0.3125 C 1.984375 -0.3125 1.734375 -0.5625 1.734375 -0.8125 C 1.734375 -0.84375 1.75 -0.953125 1.75 -0.96875 L 2.21875 -2.265625 L 4.671875 -2.265625 L 5.203125 -0.75 C 5.21875 -0.703125 5.234375 -0.640625 5.234375 -0.609375 C 5.234375 -0.3125 4.671875 -0.3125 4.40625 -0.3125 L 4.40625 0 C 4.765625 -0.03125 5.46875 -0.03125 5.84375 -0.03125 Z M 4.5625 -2.578125 L 2.328125 -2.578125 L 3.4375 -5.828125 Z M 4.5625 -2.578125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-23">
|
||||||
|
<path style="stroke:none;" d="M 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.359375 -4.40625 1.921875 -3.8125 1.765625 -3.453125 L 1.75 -3.453125 L 1.75 -6.921875 L 0.3125 -6.8125 L 0.3125 -6.5 C 1.015625 -6.5 1.09375 -6.4375 1.09375 -5.9375 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 L 1.453125 -0.03125 L 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 L 4.21875 -0.03125 Z M 5.328125 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-24">
|
||||||
|
<path style="stroke:none;" d="M 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 L 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 L 1.421875 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 Z M 1.90625 -6.015625 C 1.90625 -6.296875 1.6875 -6.546875 1.390625 -6.546875 C 1.046875 -6.546875 0.84375 -6.265625 0.84375 -6.015625 C 0.84375 -5.75 1.078125 -5.5 1.375 -5.5 C 1.71875 -5.5 1.90625 -5.765625 1.90625 -6.015625 Z M 1.90625 -6.015625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-25">
|
||||||
|
<path style="stroke:none;" d="M 4.828125 -4.03125 C 4.828125 -4.203125 4.71875 -4.515625 4.328125 -4.515625 C 4.125 -4.515625 3.6875 -4.453125 3.265625 -4.046875 C 2.84375 -4.375 2.4375 -4.40625 2.21875 -4.40625 C 1.28125 -4.40625 0.59375 -3.71875 0.59375 -2.953125 C 0.59375 -2.515625 0.8125 -2.140625 1.0625 -1.921875 C 0.9375 -1.78125 0.75 -1.453125 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.40625 1.203125 -0.203125 C 0.59375 -0.046875 0.28125 0.390625 0.28125 0.78125 C 0.28125 1.5 1.265625 2.046875 2.484375 2.046875 C 3.65625 2.046875 4.6875 1.546875 4.6875 0.765625 C 4.6875 0.421875 4.5625 -0.09375 4.046875 -0.375 C 3.515625 -0.640625 2.9375 -0.640625 2.328125 -0.640625 C 2.078125 -0.640625 1.65625 -0.640625 1.578125 -0.65625 C 1.265625 -0.703125 1.0625 -1 1.0625 -1.328125 C 1.0625 -1.359375 1.0625 -1.59375 1.21875 -1.796875 C 1.609375 -1.515625 2.03125 -1.484375 2.21875 -1.484375 C 3.140625 -1.484375 3.828125 -2.171875 3.828125 -2.9375 C 3.828125 -3.3125 3.671875 -3.671875 3.421875 -3.90625 C 3.78125 -4.25 4.140625 -4.296875 4.3125 -4.296875 C 4.3125 -4.296875 4.390625 -4.296875 4.421875 -4.28125 C 4.3125 -4.25 4.25 -4.140625 4.25 -4.015625 C 4.25 -3.84375 4.390625 -3.734375 4.546875 -3.734375 C 4.640625 -3.734375 4.828125 -3.796875 4.828125 -4.03125 Z M 3.078125 -2.953125 C 3.078125 -2.6875 3.078125 -2.359375 2.921875 -2.109375 C 2.84375 -2 2.609375 -1.71875 2.21875 -1.71875 C 1.34375 -1.71875 1.34375 -2.71875 1.34375 -2.9375 C 1.34375 -3.203125 1.359375 -3.53125 1.5 -3.78125 C 1.578125 -3.890625 1.8125 -4.171875 2.21875 -4.171875 C 3.078125 -4.171875 3.078125 -3.1875 3.078125 -2.953125 Z M 4.171875 0.78125 C 4.171875 1.328125 3.46875 1.828125 2.5 1.828125 C 1.484375 1.828125 0.796875 1.3125 0.796875 0.78125 C 0.796875 0.328125 1.171875 -0.046875 1.609375 -0.0625 L 2.203125 -0.0625 C 3.0625 -0.0625 4.171875 -0.0625 4.171875 0.78125 Z M 4.171875 0.78125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-26">
|
||||||
|
<path style="stroke:none;" d="M 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 L 3.453125 -4.296875 L 3.453125 -3.984375 C 3.765625 -3.984375 3.921875 -3.8125 3.921875 -3.5625 C 3.921875 -3.453125 3.90625 -3.4375 3.859375 -3.3125 L 2.84375 -0.875 L 1.75 -3.546875 C 1.703125 -3.65625 1.6875 -3.6875 1.6875 -3.734375 C 1.6875 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 L 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.671875 -3.984375 0.859375 -3.984375 1 -3.640625 L 2.5 0 L 2.25 0.59375 C 2.03125 1.140625 1.75 1.828125 1.109375 1.828125 C 1.0625 1.828125 0.828125 1.828125 0.640625 1.640625 C 0.953125 1.609375 1.03125 1.390625 1.03125 1.21875 C 1.03125 0.96875 0.84375 0.8125 0.609375 0.8125 C 0.40625 0.8125 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.6875 0.609375 2.046875 1.109375 2.046875 C 1.734375 2.046875 2.140625 1.46875 2.375 0.90625 L 4.140625 -3.34375 C 4.390625 -3.984375 4.90625 -3.984375 5.0625 -3.984375 Z M 5.0625 -3.984375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-1">
|
||||||
|
<path style="stroke:none;" d="M 4.8125 0.53125 C 4.8125 0.21875 4.578125 0.21875 4.421875 0.21875 L 2.90625 0.21875 L 2.90625 -6.3125 L 4.421875 -6.3125 C 4.5625 -6.3125 4.8125 -6.3125 4.8125 -6.609375 C 4.8125 -6.921875 4.578125 -6.921875 4.421875 -6.921875 L 2.609375 -6.921875 C 2.28125 -6.921875 2.21875 -6.828125 2.21875 -6.515625 L 2.21875 0.421875 C 2.21875 0.734375 2.265625 0.828125 2.609375 0.828125 L 4.421875 0.828125 C 4.5625 0.828125 4.8125 0.828125 4.8125 0.53125 Z M 4.8125 0.53125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-2">
|
||||||
|
<path style="stroke:none;" d="M 4.9375 -0.296875 C 4.9375 -0.609375 4.6875 -0.609375 4.53125 -0.609375 L 4.140625 -0.609375 L 2.859375 -2.21875 L 4 -3.6875 L 4.390625 -3.6875 C 4.53125 -3.6875 4.8125 -3.6875 4.8125 -3.984375 C 4.8125 -4.296875 4.546875 -4.296875 4.390625 -4.296875 L 3.234375 -4.296875 C 3.078125 -4.296875 2.828125 -4.296875 2.828125 -4 C 2.828125 -3.6875 3.046875 -3.6875 3.3125 -3.6875 L 2.578125 -2.6875 L 1.828125 -3.6875 C 2.078125 -3.6875 2.296875 -3.6875 2.296875 -4 C 2.296875 -4.296875 2.046875 -4.296875 1.90625 -4.296875 L 0.734375 -4.296875 C 0.59375 -4.296875 0.328125 -4.296875 0.328125 -3.984375 C 0.328125 -3.6875 0.59375 -3.6875 0.734375 -3.6875 L 1.140625 -3.6875 L 2.3125 -2.21875 L 1.078125 -0.609375 L 0.671875 -0.609375 C 0.53125 -0.609375 0.265625 -0.609375 0.265625 -0.296875 C 0.265625 0 0.53125 0 0.671875 0 L 1.84375 0 C 2 0 2.25 0 2.25 -0.296875 C 2.25 -0.609375 2.03125 -0.609375 1.71875 -0.609375 L 2.578125 -1.828125 L 3.46875 -0.609375 C 3.1875 -0.609375 2.96875 -0.609375 2.96875 -0.296875 C 2.96875 0 3.21875 0 3.375 0 L 4.53125 0 C 4.671875 0 4.9375 0 4.9375 -0.296875 Z M 4.9375 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-3">
|
||||||
|
<path style="stroke:none;" d="M 4.359375 -5.40625 L 2.734375 -6.203125 C 2.65625 -6.234375 2.578125 -6.234375 2.5 -6.203125 L 0.875 -5.40625 C 0.53125 -5.25 0.765625 -4.71875 1.109375 -4.875 L 2.609375 -5.515625 L 4.109375 -4.875 C 4.46875 -4.71875 4.703125 -5.25 4.359375 -5.40625 Z M 4.359375 -5.40625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-4">
|
||||||
|
<path style="stroke:none;" d="M 4.703125 -0.40625 L 4.703125 -0.671875 C 4.703125 -0.859375 4.703125 -1.078125 4.359375 -1.078125 C 4.015625 -1.078125 4.015625 -0.890625 4.015625 -0.609375 L 1.640625 -0.609375 C 2.234375 -1.109375 3.1875 -1.859375 3.625 -2.265625 C 4.25 -2.828125 4.703125 -3.453125 4.703125 -4.25 C 4.703125 -5.453125 3.703125 -6.203125 2.484375 -6.203125 C 1.3125 -6.203125 0.515625 -5.390625 0.515625 -4.53125 C 0.515625 -4.171875 0.796875 -4.0625 0.96875 -4.0625 C 1.171875 -4.0625 1.40625 -4.234375 1.40625 -4.5 C 1.40625 -4.625 1.359375 -4.75 1.265625 -4.828125 C 1.421875 -5.28125 1.890625 -5.59375 2.4375 -5.59375 C 3.25 -5.59375 4.015625 -5.140625 4.015625 -4.25 C 4.015625 -3.5625 3.53125 -2.984375 2.875 -2.4375 L 0.671875 -0.578125 C 0.578125 -0.5 0.515625 -0.453125 0.515625 -0.3125 C 0.515625 0 0.765625 0 0.921875 0 L 4.3125 0 C 4.640625 0 4.703125 -0.09375 4.703125 -0.40625 Z M 4.703125 -0.40625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-5">
|
||||||
|
<path style="stroke:none;" d="M 2.953125 0.359375 L 2.953125 -6.453125 C 2.953125 -6.5625 2.953125 -6.921875 2.609375 -6.921875 C 2.265625 -6.921875 2.265625 -6.5625 2.265625 -6.453125 L 2.265625 0.359375 C 2.265625 0.484375 2.265625 0.828125 2.609375 0.828125 C 2.953125 0.828125 2.953125 0.484375 2.953125 0.359375 Z M 2.953125 0.359375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-6">
|
||||||
|
<path style="stroke:none;" d="M 4.40625 -0.296875 C 4.40625 -0.609375 4.171875 -0.609375 4 -0.609375 L 3.09375 -0.609375 L 3.09375 -5.796875 C 3.09375 -5.953125 3.09375 -6.203125 2.796875 -6.203125 C 2.609375 -6.203125 2.546875 -6.078125 2.5 -5.96875 C 2.125 -5.109375 1.609375 -5 1.421875 -4.984375 C 1.25 -4.96875 1.046875 -4.953125 1.046875 -4.671875 C 1.046875 -4.421875 1.21875 -4.375 1.375 -4.375 C 1.5625 -4.375 1.96875 -4.4375 2.40625 -4.8125 L 2.40625 -0.609375 L 1.5 -0.609375 C 1.34375 -0.609375 1.109375 -0.609375 1.109375 -0.296875 C 1.109375 0 1.359375 0 1.5 0 L 4 0 C 4.15625 0 4.40625 0 4.40625 -0.296875 Z M 4.40625 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-7">
|
||||||
|
<path style="stroke:none;" d="M 3.234375 -0.625 C 3.234375 -0.984375 2.9375 -1.25 2.625 -1.25 C 2.25 -1.25 2 -0.9375 2 -0.625 C 2 -0.265625 2.296875 0 2.609375 0 C 2.984375 0 3.234375 -0.3125 3.234375 -0.625 Z M 3.234375 -0.625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-8">
|
||||||
|
<path style="stroke:none;" d="M 4.71875 -3.046875 C 4.71875 -4.890625 3.703125 -6.203125 2.609375 -6.203125 C 1.5 -6.203125 0.5 -4.859375 0.5 -3.046875 C 0.5 -1.203125 1.515625 0.109375 2.609375 0.109375 C 3.734375 0.109375 4.71875 -1.21875 4.71875 -3.046875 Z M 4.03125 -3.15625 C 4.03125 -1.671875 3.390625 -0.5 2.609375 -0.5 C 1.828125 -0.5 1.1875 -1.671875 1.1875 -3.15625 C 1.1875 -4.609375 1.875 -5.59375 2.609375 -5.59375 C 3.34375 -5.59375 4.03125 -4.609375 4.03125 -3.15625 Z M 4.03125 -3.15625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-9">
|
||||||
|
<path style="stroke:none;" d="M 3.015625 0.421875 L 3.015625 -6.515625 C 3.015625 -6.8125 2.953125 -6.921875 2.609375 -6.921875 L 0.8125 -6.921875 C 0.65625 -6.921875 0.40625 -6.921875 0.40625 -6.625 C 0.40625 -6.3125 0.640625 -6.3125 0.8125 -6.3125 L 2.328125 -6.3125 L 2.328125 0.21875 L 0.8125 0.21875 C 0.65625 0.21875 0.40625 0.21875 0.40625 0.515625 C 0.40625 0.828125 0.640625 0.828125 0.8125 0.828125 L 2.609375 0.828125 C 2.9375 0.828125 3.015625 0.734375 3.015625 0.421875 Z M 3.015625 0.421875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-10">
|
||||||
|
<path style="stroke:none;" d="M 3.453125 -0.25 C 3.453125 -0.859375 3.0625 -1.25 2.625 -1.25 C 2.21875 -1.25 2 -0.953125 2 -0.625 C 2 -0.25 2.28125 0 2.609375 0 C 2.671875 0 2.734375 -0.015625 2.8125 -0.03125 C 2.65625 0.59375 2.1875 0.75 2.078125 0.78125 C 1.96875 0.8125 1.796875 0.875 1.796875 1.0625 C 1.796875 1.21875 1.9375 1.390625 2.109375 1.390625 C 2.4375 1.390625 3.453125 0.84375 3.453125 -0.25 Z M 3.453125 -0.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-11">
|
||||||
|
<path style="stroke:none;" d="M 4.625 -1.09375 C 4.625 -1.359375 4.34375 -1.359375 4.28125 -1.359375 C 4.09375 -1.359375 4.015625 -1.328125 3.953125 -1.140625 C 3.734375 -0.640625 3.1875 -0.546875 2.90625 -0.546875 C 2.15625 -0.546875 1.421875 -1.046875 1.25 -1.90625 L 4.234375 -1.90625 C 4.4375 -1.90625 4.625 -1.90625 4.625 -2.265625 C 4.625 -3.40625 3.984375 -4.390625 2.6875 -4.390625 C 1.5 -4.390625 0.546875 -3.390625 0.546875 -2.15625 C 0.546875 -0.953125 1.5625 0.0625 2.84375 0.0625 C 4.15625 0.0625 4.625 -0.84375 4.625 -1.09375 Z M 3.921875 -2.5 L 1.265625 -2.5 C 1.40625 -3.234375 2 -3.78125 2.6875 -3.78125 C 3.203125 -3.78125 3.828125 -3.53125 3.921875 -2.5 Z M 3.921875 -2.5 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-12">
|
||||||
|
<path style="stroke:none;" d="M 4.984375 -3.984375 C 4.984375 -4.296875 4.75 -4.296875 4.578125 -4.296875 L 3.421875 -4.296875 C 3.265625 -4.296875 3.015625 -4.296875 3.015625 -4 C 3.015625 -3.6875 3.265625 -3.6875 3.421875 -3.6875 L 3.703125 -3.6875 L 2.609375 -0.484375 L 1.53125 -3.6875 L 1.796875 -3.6875 C 1.953125 -3.6875 2.203125 -3.6875 2.203125 -3.984375 C 2.203125 -4.296875 1.96875 -4.296875 1.796875 -4.296875 L 0.640625 -4.296875 C 0.484375 -4.296875 0.234375 -4.296875 0.234375 -3.984375 C 0.234375 -3.6875 0.484375 -3.6875 0.640625 -3.6875 L 0.9375 -3.6875 L 2.078125 -0.296875 C 2.203125 0.046875 2.40625 0.046875 2.609375 0.046875 C 2.796875 0.046875 3.03125 0.046875 3.140625 -0.296875 L 4.28125 -3.6875 L 4.578125 -3.6875 C 4.734375 -3.6875 4.984375 -3.6875 4.984375 -3.984375 Z M 4.984375 -3.984375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-13">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -0.296875 C 5.109375 -0.609375 4.859375 -0.609375 4.6875 -0.609375 L 4.25 -0.609375 L 4.25 -2.921875 C 4.25 -3.921875 3.75 -4.359375 2.953125 -4.359375 C 2.296875 -4.359375 1.84375 -4.015625 1.65625 -3.828125 C 1.65625 -4.140625 1.65625 -4.296875 1.25 -4.296875 L 0.53125 -4.296875 C 0.375 -4.296875 0.125 -4.296875 0.125 -3.984375 C 0.125 -3.6875 0.375 -3.6875 0.515625 -3.6875 L 0.96875 -3.6875 L 0.96875 -0.609375 L 0.53125 -0.609375 C 0.375 -0.609375 0.125 -0.609375 0.125 -0.296875 C 0.125 0 0.375 0 0.515625 0 L 2.109375 0 C 2.25 0 2.5 0 2.5 -0.296875 C 2.5 -0.609375 2.25 -0.609375 2.09375 -0.609375 L 1.65625 -0.609375 L 1.65625 -2.375 C 1.65625 -3.375 2.390625 -3.75 2.90625 -3.75 C 3.421875 -3.75 3.5625 -3.46875 3.5625 -2.875 L 3.5625 -0.609375 L 3.1875 -0.609375 C 3.015625 -0.609375 2.765625 -0.609375 2.765625 -0.296875 C 2.765625 0 3.046875 0 3.1875 0 L 4.703125 0 C 4.84375 0 5.109375 0 5.109375 -0.296875 Z M 5.109375 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-14">
|
||||||
|
<path style="stroke:none;" d="M 4.671875 -0.90625 C 4.671875 -1.09375 4.53125 -1.171875 4.421875 -1.25 L 1.5625 -3.046875 L 4.421875 -4.859375 C 4.53125 -4.921875 4.671875 -5 4.671875 -5.1875 C 4.671875 -5.421875 4.46875 -5.546875 4.3125 -5.546875 C 4.234375 -5.546875 4.203125 -5.53125 4.0625 -5.4375 L 0.78125 -3.375 C 0.6875 -3.3125 0.5625 -3.234375 0.5625 -3.046875 C 0.5625 -2.921875 0.640625 -2.8125 0.734375 -2.734375 L 4.0625 -0.65625 C 4.203125 -0.5625 4.234375 -0.5625 4.3125 -0.5625 C 4.46875 -0.5625 4.671875 -0.671875 4.671875 -0.90625 Z M 4.671875 -0.90625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-15">
|
||||||
|
<path style="stroke:none;" d="M 4.671875 -3.046875 C 4.671875 -3.1875 4.578125 -3.296875 4.484375 -3.359375 L 1.171875 -5.4375 C 1.03125 -5.53125 1 -5.546875 0.90625 -5.546875 C 0.75 -5.546875 0.5625 -5.421875 0.5625 -5.1875 C 0.5625 -5 0.6875 -4.921875 0.796875 -4.859375 L 3.65625 -3.046875 L 0.796875 -1.25 C 0.6875 -1.171875 0.5625 -1.09375 0.5625 -0.90625 C 0.5625 -0.671875 0.75 -0.5625 0.90625 -0.5625 C 1 -0.5625 1.03125 -0.5625 1.171875 -0.65625 L 4.453125 -2.71875 C 4.53125 -2.78125 4.671875 -2.859375 4.671875 -3.046875 Z M 4.671875 -3.046875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-16">
|
||||||
|
<path style="stroke:none;" d="M 4.859375 -0.40625 L 4.859375 -1.296875 C 4.859375 -1.5 4.859375 -1.703125 4.53125 -1.703125 C 4.171875 -1.703125 4.171875 -1.5 4.171875 -1.296875 L 4.171875 -0.609375 L 1.78125 -0.609375 L 1.78125 -5.484375 L 2.328125 -5.484375 C 2.46875 -5.484375 2.734375 -5.484375 2.734375 -5.78125 C 2.734375 -6.09375 2.484375 -6.09375 2.328125 -6.09375 L 0.71875 -6.09375 C 0.5625 -6.09375 0.3125 -6.09375 0.3125 -5.78125 C 0.3125 -5.484375 0.5625 -5.484375 0.71875 -5.484375 L 1.09375 -5.484375 L 1.09375 -0.609375 L 0.71875 -0.609375 C 0.5625 -0.609375 0.3125 -0.609375 0.3125 -0.296875 C 0.3125 0 0.5625 0 0.71875 0 L 4.46875 0 C 4.796875 0 4.859375 -0.09375 4.859375 -0.40625 Z M 4.859375 -0.40625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-17">
|
||||||
|
<path style="stroke:none;" d="M 5.171875 -0.3125 C 5.171875 -0.609375 4.921875 -0.609375 4.78125 -0.609375 C 4.359375 -0.609375 4.25 -0.65625 4.171875 -0.6875 L 4.171875 -2.84375 C 4.171875 -3.546875 3.640625 -4.390625 2.203125 -4.390625 C 1.78125 -4.390625 0.75 -4.390625 0.75 -3.65625 C 0.75 -3.359375 0.96875 -3.203125 1.203125 -3.203125 C 1.359375 -3.203125 1.640625 -3.296875 1.640625 -3.65625 C 1.640625 -3.734375 1.65625 -3.75 1.859375 -3.765625 C 2 -3.78125 2.125 -3.78125 2.21875 -3.78125 C 2.96875 -3.78125 3.484375 -3.46875 3.484375 -2.765625 C 1.71875 -2.734375 0.5 -2.234375 0.5 -1.28125 C 0.5 -0.59375 1.125 0.0625 2.140625 0.0625 C 2.515625 0.0625 3.125 -0.015625 3.59375 -0.3125 C 3.8125 -0.015625 4.296875 0 4.671875 0 C 4.953125 0 5.171875 0 5.171875 -0.3125 Z M 3.484375 -1.328125 C 3.484375 -1.109375 3.484375 -0.890625 3.09375 -0.71875 C 2.734375 -0.546875 2.296875 -0.546875 2.21875 -0.546875 C 1.59375 -0.546875 1.1875 -0.890625 1.1875 -1.28125 C 1.1875 -1.765625 2.046875 -2.140625 3.484375 -2.171875 Z M 3.484375 -1.328125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-18">
|
||||||
|
<path style="stroke:none;" d="M 4.96875 -4.953125 L 4.96875 -5.6875 C 4.96875 -5.984375 4.90625 -6.09375 4.5625 -6.09375 L 0.671875 -6.09375 C 0.34375 -6.09375 0.265625 -6.015625 0.265625 -5.6875 L 0.265625 -4.953125 C 0.265625 -4.765625 0.265625 -4.546875 0.59375 -4.546875 C 0.953125 -4.546875 0.953125 -4.75 0.953125 -4.953125 L 0.953125 -5.484375 L 2.265625 -5.484375 L 2.265625 -0.609375 L 1.75 -0.609375 C 1.609375 -0.609375 1.359375 -0.609375 1.359375 -0.3125 C 1.359375 0 1.59375 0 1.75 0 L 3.484375 0 C 3.625 0 3.875 0 3.875 -0.296875 C 3.875 -0.609375 3.640625 -0.609375 3.484375 -0.609375 L 2.953125 -0.609375 L 2.953125 -5.484375 L 4.28125 -5.484375 L 4.28125 -4.953125 C 4.28125 -4.765625 4.28125 -4.546875 4.609375 -4.546875 C 4.96875 -4.546875 4.96875 -4.75 4.96875 -4.953125 Z M 4.96875 -4.953125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-19">
|
||||||
|
<path style="stroke:none;" d="M 4.9375 -0.296875 C 4.9375 -0.609375 4.6875 -0.609375 4.53125 -0.609375 L 4.3125 -0.609375 L 2.90625 -3.25 L 4.03125 -5.484375 L 4.25 -5.484375 C 4.390625 -5.484375 4.65625 -5.484375 4.65625 -5.78125 C 4.65625 -6.09375 4.390625 -6.09375 4.25 -6.09375 L 3.203125 -6.09375 C 3.0625 -6.09375 2.8125 -6.09375 2.8125 -5.796875 C 2.8125 -5.484375 3.046875 -5.484375 3.265625 -5.484375 L 2.5625 -4.03125 L 1.796875 -5.484375 C 2 -5.484375 2.21875 -5.484375 2.21875 -5.796875 C 2.21875 -6.09375 1.96875 -6.09375 1.828125 -6.09375 L 0.78125 -6.09375 C 0.640625 -6.09375 0.375 -6.09375 0.375 -5.796875 C 0.375 -5.484375 0.640625 -5.484375 0.78125 -5.484375 L 1.015625 -5.484375 L 2.21875 -3.234375 L 0.890625 -0.609375 L 0.671875 -0.609375 C 0.515625 -0.609375 0.265625 -0.609375 0.265625 -0.296875 C 0.265625 0 0.515625 0 0.671875 0 L 1.703125 0 C 1.859375 0 2.109375 0 2.109375 -0.296875 C 2.109375 -0.609375 1.875 -0.609375 1.640625 -0.609375 L 2.5625 -2.546875 L 3.546875 -0.609375 C 3.3125 -0.609375 3.09375 -0.609375 3.09375 -0.296875 C 3.09375 0 3.34375 0 3.5 0 L 4.53125 0 C 4.6875 0 4.9375 0 4.9375 -0.296875 Z M 4.9375 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-20">
|
||||||
|
<path style="stroke:none;" d="M 4.46875 -1.25 C 4.46875 -1.4375 4.46875 -1.640625 4.125 -1.640625 C 3.796875 -1.640625 3.78125 -1.4375 3.78125 -1.265625 C 3.78125 -0.640625 3.203125 -0.546875 2.984375 -0.546875 C 2.21875 -0.546875 2.21875 -1.0625 2.21875 -1.3125 L 2.21875 -3.6875 L 3.84375 -3.6875 C 4 -3.6875 4.25 -3.6875 4.25 -3.984375 C 4.25 -4.296875 4 -4.296875 3.84375 -4.296875 L 2.21875 -4.296875 L 2.21875 -5.109375 C 2.21875 -5.296875 2.21875 -5.515625 1.875 -5.515625 C 1.53125 -5.515625 1.53125 -5.3125 1.53125 -5.109375 L 1.53125 -4.296875 L 0.65625 -4.296875 C 0.5 -4.296875 0.25 -4.296875 0.25 -3.984375 C 0.25 -3.6875 0.5 -3.6875 0.640625 -3.6875 L 1.53125 -3.6875 L 1.53125 -1.25 C 1.53125 -0.296875 2.203125 0.0625 2.9375 0.0625 C 3.671875 0.0625 4.46875 -0.375 4.46875 -1.25 Z M 4.46875 -1.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-21">
|
||||||
|
<path style="stroke:none;" d="M 5.1875 -5.796875 C 5.1875 -6.09375 4.921875 -6.09375 4.78125 -6.09375 L 3.484375 -6.09375 C 3.34375 -6.09375 3.078125 -6.09375 3.078125 -5.796875 C 3.078125 -5.484375 3.34375 -5.484375 3.484375 -5.484375 L 3.78125 -5.484375 L 3.78125 -2.078125 C 3.78125 -1.015625 3.125 -0.5 2.609375 -0.5 C 2.078125 -0.5 1.4375 -1.015625 1.4375 -2.078125 L 1.4375 -5.484375 L 1.734375 -5.484375 C 1.890625 -5.484375 2.140625 -5.484375 2.140625 -5.796875 C 2.140625 -6.09375 1.890625 -6.09375 1.734375 -6.09375 L 0.453125 -6.09375 C 0.296875 -6.09375 0.046875 -6.09375 0.046875 -5.796875 C 0.046875 -5.484375 0.296875 -5.484375 0.453125 -5.484375 L 0.75 -5.484375 L 0.75 -2.03125 C 0.75 -0.8125 1.609375 0.109375 2.609375 0.109375 C 3.609375 0.109375 4.46875 -0.8125 4.46875 -2.03125 L 4.46875 -5.484375 L 4.78125 -5.484375 C 4.9375 -5.484375 5.1875 -5.484375 5.1875 -5.796875 Z M 5.1875 -5.796875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-22">
|
||||||
|
<path style="stroke:none;" d="M 4.53125 -0.296875 C 4.53125 -0.609375 4.28125 -0.609375 4.125 -0.609375 L 3.078125 -0.609375 L 3.078125 -3.890625 C 3.078125 -4.203125 3.015625 -4.296875 2.6875 -4.296875 L 1.265625 -4.296875 C 1.109375 -4.296875 0.859375 -4.296875 0.859375 -4 C 0.859375 -3.6875 1.109375 -3.6875 1.265625 -3.6875 L 2.390625 -3.6875 L 2.390625 -0.609375 L 1.1875 -0.609375 C 1.03125 -0.609375 0.78125 -0.609375 0.78125 -0.296875 C 0.78125 0 1.03125 0 1.1875 0 L 4.125 0 C 4.28125 0 4.53125 0 4.53125 -0.296875 Z M 3.125 -5.53125 C 3.125 -5.8125 2.90625 -6.03125 2.625 -6.03125 C 2.34375 -6.03125 2.125 -5.8125 2.125 -5.53125 C 2.125 -5.25 2.34375 -5.03125 2.625 -5.03125 C 2.90625 -5.03125 3.125 -5.25 3.125 -5.53125 Z M 3.125 -5.53125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-23">
|
||||||
|
<path style="stroke:none;" d="M 4.859375 -3.734375 C 4.859375 -3.9375 4.734375 -4.359375 3.90625 -4.359375 C 3.40625 -4.359375 2.765625 -4.171875 2.21875 -3.546875 L 2.21875 -3.890625 C 2.21875 -4.203125 2.15625 -4.296875 1.8125 -4.296875 L 0.71875 -4.296875 C 0.5625 -4.296875 0.3125 -4.296875 0.3125 -4 C 0.3125 -3.6875 0.5625 -3.6875 0.71875 -3.6875 L 1.53125 -3.6875 L 1.53125 -0.609375 L 0.71875 -0.609375 C 0.5625 -0.609375 0.3125 -0.609375 0.3125 -0.3125 C 0.3125 0 0.5625 0 0.71875 0 L 3.3125 0 C 3.46875 0 3.734375 0 3.734375 -0.296875 C 3.734375 -0.609375 3.46875 -0.609375 3.3125 -0.609375 L 2.21875 -0.609375 L 2.21875 -1.859375 C 2.21875 -2.796875 2.796875 -3.75 4 -3.75 C 4.015625 -3.515625 4.1875 -3.3125 4.4375 -3.3125 C 4.65625 -3.3125 4.859375 -3.46875 4.859375 -3.734375 Z M 4.859375 -3.734375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-24">
|
||||||
|
<path style="stroke:none;" d="M 4.578125 -1.25 C 4.578125 -2.28125 3.296875 -2.5 2.96875 -2.546875 L 2.296875 -2.65625 C 2 -2.703125 1.328125 -2.828125 1.328125 -3.203125 C 1.328125 -3.46875 1.640625 -3.78125 2.59375 -3.78125 C 3.421875 -3.78125 3.5625 -3.484375 3.59375 -3.21875 C 3.59375 -3.046875 3.625 -2.875 3.921875 -2.875 C 4.28125 -2.875 4.28125 -3.09375 4.28125 -3.296875 L 4.28125 -3.984375 C 4.28125 -4.140625 4.28125 -4.390625 3.984375 -4.390625 C 3.734375 -4.390625 3.703125 -4.25 3.671875 -4.171875 C 3.234375 -4.390625 2.796875 -4.390625 2.609375 -4.390625 C 0.953125 -4.390625 0.71875 -3.5625 0.71875 -3.203125 C 0.71875 -2.296875 1.765625 -2.125 2.6875 -1.984375 C 3.171875 -1.90625 3.96875 -1.78125 3.96875 -1.25 C 3.96875 -0.875 3.59375 -0.546875 2.6875 -0.546875 C 2.21875 -0.546875 1.671875 -0.65625 1.421875 -1.4375 C 1.359375 -1.609375 1.328125 -1.71875 1.0625 -1.71875 C 0.71875 -1.71875 0.71875 -1.515625 0.71875 -1.3125 L 0.71875 -0.34375 C 0.71875 -0.1875 0.71875 0.0625 1.015625 0.0625 C 1.109375 0.0625 1.265625 0.046875 1.390625 -0.3125 C 1.875 0.046875 2.40625 0.0625 2.6875 0.0625 C 4.25 0.0625 4.578125 -0.765625 4.578125 -1.25 Z M 4.578125 -1.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-25">
|
||||||
|
<path style="stroke:none;" d="M 4.984375 -3.984375 C 4.984375 -4.296875 4.75 -4.296875 4.578125 -4.296875 L 3.421875 -4.296875 C 3.265625 -4.296875 3.015625 -4.296875 3.015625 -4 C 3.015625 -3.6875 3.265625 -3.6875 3.421875 -3.6875 L 3.703125 -3.6875 L 2.984375 -1.5625 C 2.84375 -1.203125 2.796875 -1.015625 2.71875 -0.703125 C 2.65625 -0.890625 2.578125 -1.109375 2.5 -1.296875 L 1.578125 -3.6875 L 1.828125 -3.6875 C 1.96875 -3.6875 2.21875 -3.6875 2.21875 -3.984375 C 2.21875 -4.296875 1.984375 -4.296875 1.828125 -4.296875 L 0.65625 -4.296875 C 0.5 -4.296875 0.265625 -4.296875 0.265625 -3.984375 C 0.265625 -3.6875 0.515625 -3.6875 0.65625 -3.6875 L 0.96875 -3.6875 L 2.375 -0.125 C 2.421875 -0.03125 2.421875 0 2.421875 0 C 2.421875 0 2.171875 0.84375 2.046875 1.09375 C 1.75 1.640625 1.390625 1.65625 1.25 1.671875 C 1.25 1.671875 1.296875 1.578125 1.296875 1.453125 C 1.296875 1.203125 1.109375 1.015625 0.875 1.015625 C 0.59375 1.015625 0.421875 1.203125 0.421875 1.453125 C 0.421875 1.875 0.765625 2.265625 1.25 2.265625 C 2.25 2.265625 2.703125 0.953125 2.734375 0.84375 L 4.28125 -3.6875 L 4.578125 -3.6875 C 4.734375 -3.6875 4.984375 -3.6875 4.984375 -3.984375 Z M 4.984375 -3.984375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-26">
|
||||||
|
<path style="stroke:none;" d="M 4.640625 -6.5625 C 4.640625 -6.75 4.5 -6.921875 4.296875 -6.921875 C 4.078125 -6.921875 4 -6.765625 3.953125 -6.640625 L 0.65625 0.234375 C 0.59375 0.40625 0.578125 0.40625 0.578125 0.484375 C 0.578125 0.65625 0.734375 0.828125 0.921875 0.828125 C 1.140625 0.828125 1.21875 0.671875 1.28125 0.546875 L 4.5625 -6.328125 C 4.640625 -6.484375 4.640625 -6.484375 4.640625 -6.5625 Z M 4.640625 -6.5625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph3-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph3-1">
|
||||||
|
<path style="stroke:none;" d="M 4.6875 -0.953125 C 4.6875 -1.171875 4.546875 -1.28125 4.421875 -1.359375 L 1.734375 -3.046875 L 4.421875 -4.75 C 4.546875 -4.828125 4.6875 -4.921875 4.6875 -5.140625 C 4.6875 -5.40625 4.46875 -5.546875 4.28125 -5.546875 C 4.171875 -5.546875 4.140625 -5.546875 3.984375 -5.4375 L 0.78125 -3.4375 C 0.671875 -3.375 0.53125 -3.265625 0.53125 -3.046875 C 0.53125 -2.90625 0.625 -2.765625 0.75 -2.6875 L 3.984375 -0.65625 C 4.140625 -0.546875 4.171875 -0.546875 4.28125 -0.546875 C 4.46875 -0.546875 4.6875 -0.6875 4.6875 -0.953125 Z M 4.6875 -0.953125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph3-2">
|
||||||
|
<path style="stroke:none;" d="M 4.6875 -3.046875 C 4.6875 -3.453125 4.296875 -3.46875 4.15625 -3.46875 L 1.0625 -3.46875 C 0.921875 -3.46875 0.53125 -3.453125 0.53125 -3.046875 C 0.53125 -2.640625 0.921875 -2.625 1.0625 -2.625 L 4.15625 -2.625 C 4.296875 -2.625 4.6875 -2.640625 4.6875 -3.046875 Z M 4.6875 -3.046875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph3-3">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -0.375 C 5.109375 -0.734375 4.828125 -0.75 4.640625 -0.75 L 4.296875 -0.75 L 4.296875 -2.921875 C 4.296875 -3.953125 3.765625 -4.390625 2.953125 -4.390625 C 2.40625 -4.390625 2 -4.171875 1.75 -3.984375 L 1.75 -5.609375 C 1.75 -5.96875 1.6875 -6.09375 1.28125 -6.09375 L 0.578125 -6.09375 C 0.390625 -6.09375 0.109375 -6.078125 0.109375 -5.71875 C 0.109375 -5.359375 0.40625 -5.34375 0.5625 -5.34375 L 0.921875 -5.34375 L 0.921875 -0.75 L 0.578125 -0.75 C 0.390625 -0.75 0.109375 -0.734375 0.109375 -0.375 C 0.109375 -0.015625 0.40625 0 0.5625 0 L 2.109375 0 C 2.28125 0 2.578125 -0.015625 2.578125 -0.375 C 2.578125 -0.734375 2.296875 -0.75 2.109375 -0.75 L 1.75 -0.75 L 1.75 -2.390625 C 1.75 -3.296875 2.4375 -3.65625 2.890625 -3.65625 C 3.359375 -3.65625 3.46875 -3.40625 3.46875 -2.875 L 3.46875 -0.75 L 3.171875 -0.75 C 2.984375 -0.75 2.6875 -0.734375 2.6875 -0.375 C 2.6875 -0.015625 3 0 3.171875 0 L 4.65625 0 C 4.8125 0 5.109375 -0.015625 5.109375 -0.375 Z M 5.109375 -0.375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph3-4">
|
||||||
|
<path style="stroke:none;" d="M 4.71875 -0.484375 L 4.71875 -0.734375 C 4.71875 -0.953125 4.71875 -1.203125 4.328125 -1.203125 C 3.953125 -1.203125 3.90625 -1.03125 3.90625 -0.75 L 1.890625 -0.75 C 2.453125 -1.234375 3.265625 -1.875 3.65625 -2.21875 C 4.28125 -2.78125 4.71875 -3.421875 4.71875 -4.234375 C 4.71875 -5.4375 3.71875 -6.203125 2.484375 -6.203125 C 1.28125 -6.203125 0.5 -5.359375 0.5 -4.5 C 0.5 -4.078125 0.8125 -3.953125 1 -3.953125 C 1.25 -3.953125 1.515625 -4.140625 1.515625 -4.46875 C 1.515625 -4.578125 1.46875 -4.71875 1.390625 -4.8125 C 1.546875 -5.1875 1.953125 -5.453125 2.4375 -5.453125 C 3.1875 -5.453125 3.90625 -5.03125 3.90625 -4.234375 C 3.90625 -3.5625 3.4375 -3.015625 2.8125 -2.515625 L 0.671875 -0.703125 C 0.5625 -0.609375 0.5 -0.546875 0.5 -0.375 C 0.5 -0.015625 0.78125 0 0.96875 0 L 4.265625 0 C 4.640625 0 4.71875 -0.09375 4.71875 -0.484375 Z M 4.71875 -0.484375 "/>
|
||||||
|
</symbol>
|
||||||
|
</g>
|
||||||
|
</defs>
|
||||||
|
<g id="surface1">
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-1" x="124.802" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-2" x="137.420918" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-3" x="145.266854" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-4" x="151.632263" y="135.761"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-5" x="159.70487" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-6" x="167.068774" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-6" x="171.551962" y="135.761"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-7" x="181.414974" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-2" x="196.725239" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-8" x="204.571176" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-9" x="212.640913" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-10" x="217.124101" y="135.761"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-1" x="124.802" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-2" x="130.337221" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-3" x="135.595481" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-4" x="141.130701" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-5" x="146.112001" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="150.014352" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-7" x="154.442728" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-8" x="161.690519" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-9" x="166.671819" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-4" x="173.033935" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-10" x="178.015235" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-10" x="180.782846" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="186.877964" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-11" x="191.30634" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="196.285648" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-12" x="200.714023" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-12" x="209.56679" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-3" x="214.823057" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-13" x="220.358278" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-14" x="228.38116" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="234.195333" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-5" x="238.623709" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-7" x="242.526059" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-14" x="249.773851" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="255.588024" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-15" x="260.0164" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-16" x="263.611902" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="270.537902" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="274.956315" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-12" x="279.38469" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-17" x="288.247419" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-4" x="296.546265" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-12" x="301.527565" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-18" x="307.062786" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-19" x="315.915552" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-20" x="320.896852" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-20" x="325.878152" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-21" x="330.859452" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-1" x="124.802" y="177.507"/>
|
||||||
|
<use xlink:href="#glyph2-2" x="130.032365" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-3" x="135.26273" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-4" x="140.493095" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-5" x="150.953825" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-2" x="161.414555" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(66.999817%,12.998962%,100%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph3-1" x="171.875" y="177.507"/>
|
||||||
|
<use xlink:href="#glyph3-2" x="177.105365" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-1" x="187.566" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-6" x="192.796365" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-7" x="198.02673" y="177.507"/>
|
||||||
|
<use xlink:href="#glyph2-7" x="203.257095" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-4" x="208.48746" y="177.507"/>
|
||||||
|
<use xlink:href="#glyph2-8" x="213.717825" y="177.507"/>
|
||||||
|
<use xlink:href="#glyph2-8" x="218.94819" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-9" x="224.178555" y="177.507"/>
|
||||||
|
<use xlink:href="#glyph2-10" x="229.40892" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-11" x="239.86965" y="177.507"/>
|
||||||
|
<use xlink:href="#glyph2-12" x="245.100015" y="177.507"/>
|
||||||
|
<use xlink:href="#glyph2-11" x="250.33038" y="177.507"/>
|
||||||
|
<use xlink:href="#glyph2-13" x="255.560745" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-2" x="266.021475" y="177.507"/>
|
||||||
|
<use xlink:href="#glyph2-9" x="271.25184" y="177.507"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-11" x="124.802" y="210.453"/>
|
||||||
|
<use xlink:href="#glyph0-12" x="136.989097" y="210.453"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-1" x="151.335297" y="210.453"/>
|
||||||
|
<use xlink:href="#glyph0-13" x="163.954214" y="210.453"/>
|
||||||
|
<use xlink:href="#glyph0-7" x="175.178681" y="210.453"/>
|
||||||
|
<use xlink:href="#glyph0-14" x="190.488946" y="210.453"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-15" x="205.565368" y="210.453"/>
|
||||||
|
<use xlink:href="#glyph0-16" x="216.158602" y="210.453"/>
|
||||||
|
<use xlink:href="#glyph0-2" x="224.675941" y="210.453"/>
|
||||||
|
<use xlink:href="#glyph0-17" x="232.521877" y="210.453"/>
|
||||||
|
<use xlink:href="#glyph0-18" x="245.97144" y="210.453"/>
|
||||||
|
<use xlink:href="#glyph0-6" x="254.937815" y="210.453"/>
|
||||||
|
<use xlink:href="#glyph0-5" x="259.421002" y="210.453"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-22" x="124.802" y="232.274"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-23" x="135.591496" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="141.126716" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-4" x="145.555092" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-18" x="150.536392" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-10" x="156.071613" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-24" x="158.839223" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-12" x="161.606833" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="167.142054" y="232.274"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-24" x="174.887975" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-7" x="177.655586" y="232.274"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-18" x="184.91334" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="190.44856" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-12" x="194.876936" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-8" x="200.412156" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-15" x="205.393456" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="209.267912" y="232.274"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-18" x="213.686325" y="232.274"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-15" x="222.549054" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-23" x="226.423509" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="231.958729" y="232.274"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-9" x="239.704651" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-8" x="242.749221" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-10" x="247.730521" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-10" x="250.498132" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-8" x="253.265742" y="232.274"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-16" x="257.968089" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-24" x="265.163079" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-12" x="267.930689" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-25" x="273.46591" y="232.274"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-16" x="281.764756" y="232.274"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-4" x="288.690755" y="232.274"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-26" x="293.393102" y="232.274"/>
|
||||||
|
<use xlink:href="#glyph1-21" x="298.651363" y="232.274"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-14" x="124.802" y="252.199"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,50%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph3-3" x="130.032" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph3-4" x="135.262365" y="252.199"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-15" x="140.493" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-16" x="145.723365" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-17" x="150.95373" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-18" x="156.184095" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-11" x="161.41446" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-19" x="166.644825" y="252.199"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-17" x="177.105555" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-20" x="182.33592" y="252.199"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-21" x="192.79665" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-13" x="198.027015" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-22" x="203.25738" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-12" x="208.487745" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-11" x="213.71811" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-23" x="218.948475" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-24" x="224.17884" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-22" x="229.409205" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-20" x="234.63957" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-25" x="239.869935" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-14" x="245.1003" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph2-26" x="250.330665" y="252.199"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,50%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph3-3" x="255.561" y="252.199"/>
|
||||||
|
<use xlink:href="#glyph3-4" x="260.791365" y="252.199"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-15" x="266.022" y="252.199"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 76 KiB |
21
svg/chapter-10/minted-haskell-english.tex
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
\documentclass[a4paper]{article}
|
||||||
|
\usepackage{lmodern}
|
||||||
|
\usepackage{amssymb,amsmath}
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\usepackage{minted}
|
||||||
|
\begin{document}
|
||||||
|
\thispagestyle{empty}
|
||||||
|
|
||||||
|
\section*{Haskell Magic}
|
||||||
|
Squares of all even numbers between 1 and 200:
|
||||||
|
\begin{minted}{haskell}
|
||||||
|
[x^2 | x <- [1..200], even x]
|
||||||
|
\end{minted}
|
||||||
|
|
||||||
|
\section*{An HTML Example}
|
||||||
|
A headline is denoted the following way:
|
||||||
|
\mint{html}|<h2>LaTeX at University</h2>|
|
||||||
|
|
||||||
|
\end{document}
|
||||||
@ -134,9 +134,6 @@
|
|||||||
<symbol overflow="visible" id="glyph1-26">
|
<symbol overflow="visible" id="glyph1-26">
|
||||||
<path style="stroke:none;" d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 Z M 3.875 -2.21875 "/>
|
<path style="stroke:none;" d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 Z M 3.875 -2.21875 "/>
|
||||||
</symbol>
|
</symbol>
|
||||||
<symbol overflow="visible" id="glyph1-27">
|
|
||||||
<path style="stroke:none;" d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
|
|
||||||
</symbol>
|
|
||||||
<symbol overflow="visible" id="glyph2-0">
|
<symbol overflow="visible" id="glyph2-0">
|
||||||
<path style="stroke:none;" d=""/>
|
<path style="stroke:none;" d=""/>
|
||||||
</symbol>
|
</symbol>
|
||||||
@ -474,8 +471,5 @@
|
|||||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
<use xlink:href="#glyph2-15" x="250.331" y="252.199"/>
|
<use xlink:href="#glyph2-15" x="250.331" y="252.199"/>
|
||||||
</g>
|
</g>
|
||||||
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
|
||||||
<use xlink:href="#glyph1-27" x="139.746" y="272.124"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
@ -16,6 +16,6 @@ Quadrate aller geraden Zahlen zwischen 1 und 200:
|
|||||||
|
|
||||||
\section*{Ein HTML-Beispiel}
|
\section*{Ein HTML-Beispiel}
|
||||||
Eine Überschrift wird so ausgezeichnet:
|
Eine Überschrift wird so ausgezeichnet:
|
||||||
\mint{html}|<h2>LaTeX im Studium</h2>|.
|
\mint{html}|<h2>LaTeX im Studium</h2>|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
352
svg/chapter-10/minted-java-english-crop.svg
Normal file
@ -0,0 +1,352 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="220pt" height="82pt" viewBox="0 0 220 82" version="1.1">
|
||||||
|
<defs>
|
||||||
|
<g>
|
||||||
|
<symbol overflow="visible" id="glyph0-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-1">
|
||||||
|
<path style="stroke:none;" d="M 8.0625 -2.875 C 8.0625 -4.21875 7.171875 -5.515625 5.609375 -5.859375 L 3.640625 -6.3125 C 2.21875 -6.625 2.1875 -7.65625 2.1875 -7.859375 C 2.1875 -8.59375 2.65625 -9.4375 4.046875 -9.4375 C 5.4375 -9.4375 6.6875 -8.765625 6.984375 -6.890625 C 7.03125 -6.578125 7.03125 -6.5625 7.296875 -6.5625 C 7.609375 -6.5625 7.609375 -6.609375 7.609375 -6.9375 L 7.609375 -9.640625 C 7.609375 -9.90625 7.609375 -10.015625 7.390625 -10.015625 C 7.28125 -10.015625 7.25 -10 7.109375 -9.859375 L 6.5 -9.15625 C 6.140625 -9.453125 5.421875 -10.015625 4.03125 -10.015625 C 1.984375 -10.015625 0.890625 -8.71875 0.890625 -7.15625 C 0.890625 -6.203125 1.40625 -5.515625 1.609375 -5.328125 C 2.359375 -4.578125 2.75 -4.484375 4.25 -4.15625 C 5.6875 -3.84375 5.859375 -3.8125 6.171875 -3.515625 C 6.359375 -3.328125 6.765625 -2.921875 6.765625 -2.1875 C 6.765625 -1.578125 6.46875 -0.4375 4.859375 -0.4375 C 3.59375 -0.4375 1.609375 -0.875 1.484375 -2.96875 C 1.484375 -3.234375 1.484375 -3.265625 1.1875 -3.265625 C 0.890625 -3.265625 0.890625 -3.234375 0.890625 -2.890625 L 0.890625 -0.203125 C 0.890625 0.078125 0.890625 0.171875 1.109375 0.171875 C 1.203125 0.171875 1.21875 0.15625 1.359375 0.03125 C 1.515625 -0.125 1.65625 -0.3125 2.015625 -0.671875 C 2.84375 -0.015625 4.015625 0.171875 4.875 0.171875 C 7.109375 0.171875 8.0625 -1.34375 8.0625 -2.875 Z M 8.0625 -2.875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-2">
|
||||||
|
<path style="stroke:none;" d="M 4 0 L 4 -0.609375 L 3.109375 -0.609375 L 3.109375 -6.453125 L 0.671875 -6.34375 L 0.671875 -5.71875 C 1.515625 -5.71875 1.625 -5.71875 1.625 -5.15625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.953125 -0.03125 2.34375 -0.03125 C 2.734375 -0.03125 3.65625 -0.03125 4 0 Z M 3.28125 -8.71875 C 3.28125 -9.3125 2.796875 -9.75 2.25 -9.75 C 1.65625 -9.75 1.203125 -9.28125 1.203125 -8.71875 C 1.203125 -8.140625 1.6875 -7.6875 2.234375 -7.6875 C 2.828125 -7.6875 3.28125 -8.15625 3.28125 -8.71875 Z M 3.28125 -8.71875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-3">
|
||||||
|
<path style="stroke:none;" d="M 13.09375 0 L 13.09375 -0.609375 L 12.109375 -0.609375 L 12.109375 -4.390625 C 12.109375 -5.703125 11.546875 -6.453125 9.9375 -6.453125 C 8.484375 -6.453125 7.8125 -5.484375 7.59375 -5.015625 C 7.359375 -6.234375 6.390625 -6.453125 5.46875 -6.453125 C 4.09375 -6.453125 3.34375 -5.5625 3.046875 -4.875 L 3.03125 -4.875 L 3.03125 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.234375 4.3125 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.0625 -5.671875 6.0625 -4.546875 L 6.0625 -0.609375 L 5.078125 -0.609375 L 5.078125 0 C 5.40625 -0.03125 6.4375 -0.03125 6.84375 -0.03125 C 7.25 -0.03125 8.296875 -0.03125 8.625 0 L 8.625 -0.609375 L 7.625 -0.609375 L 7.625 -3.671875 C 7.625 -5.234375 8.796875 -5.984375 9.703125 -5.984375 C 10.234375 -5.984375 10.546875 -5.671875 10.546875 -4.546875 L 10.546875 -0.609375 L 9.546875 -0.609375 L 9.546875 0 C 9.890625 -0.03125 10.921875 -0.03125 11.3125 -0.03125 C 11.71875 -0.03125 12.765625 -0.03125 13.09375 0 Z M 13.09375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-4">
|
||||||
|
<path style="stroke:none;" d="M 8.40625 -3.203125 C 8.40625 -5.171875 7.078125 -6.453125 5.140625 -6.453125 C 4.28125 -6.453125 3.5625 -6.171875 2.984375 -5.703125 L 2.984375 -6.453125 L 0.5 -6.34375 L 0.5 -5.71875 C 1.390625 -5.71875 1.484375 -5.71875 1.484375 -5.15625 L 1.484375 2.171875 L 0.5 2.171875 L 0.5 2.78125 C 0.828125 2.75 1.859375 2.75 2.265625 2.75 C 2.671875 2.75 3.71875 2.75 4.046875 2.78125 L 4.046875 2.171875 L 3.0625 2.171875 L 3.0625 -0.59375 C 3.40625 -0.265625 4.046875 0.09375 4.90625 0.09375 C 6.875 0.09375 8.40625 -1.109375 8.40625 -3.203125 Z M 6.6875 -3.203125 C 6.6875 -1.125 5.65625 -0.390625 4.734375 -0.390625 C 4.109375 -0.390625 3.5 -0.703125 3.0625 -1.375 L 3.0625 -5.015625 C 3.578125 -5.703125 4.34375 -5.9375 4.90625 -5.9375 C 5.84375 -5.9375 6.6875 -5.09375 6.6875 -3.203125 Z M 6.6875 -3.203125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-5">
|
||||||
|
<path style="stroke:none;" d="M 4.109375 0 L 4.109375 -0.609375 L 3.109375 -0.609375 L 3.109375 -9.953125 L 0.625 -9.84375 L 0.625 -9.21875 C 1.515625 -9.21875 1.625 -9.21875 1.625 -8.65625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.984375 -0.03125 2.359375 -0.03125 C 2.75 -0.03125 3.765625 -0.03125 4.109375 0 Z M 4.109375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-6">
|
||||||
|
<path style="stroke:none;" d="M 6.90625 -1.671875 C 6.90625 -1.890625 6.6875 -1.890625 6.59375 -1.890625 C 6.375 -1.890625 6.359375 -1.84375 6.265625 -1.65625 C 5.890625 -0.734375 4.953125 -0.4375 4.265625 -0.4375 C 2.1875 -0.4375 2.171875 -2.359375 2.171875 -3.171875 L 6.484375 -3.171875 C 6.8125 -3.171875 6.90625 -3.171875 6.90625 -3.53125 C 6.90625 -3.953125 6.796875 -5.03125 6.140625 -5.703125 C 5.53125 -6.3125 4.734375 -6.5 3.90625 -6.5 C 1.65625 -6.5 0.4375 -5.03125 0.4375 -3.234375 C 0.4375 -1.21875 1.921875 0.09375 4.09375 0.09375 C 6.25 0.09375 6.90625 -1.4375 6.90625 -1.671875 Z M 5.578125 -3.578125 L 2.171875 -3.578125 C 2.1875 -4.171875 2.203125 -4.734375 2.515625 -5.25 C 2.78125 -5.703125 3.28125 -6.03125 3.90625 -6.03125 C 5.4375 -6.03125 5.5625 -4.296875 5.578125 -3.578125 Z M 5.578125 -3.578125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-7">
|
||||||
|
<path style="stroke:none;" d="M 7.40625 -9.21875 L 7.40625 -9.84375 C 7.046875 -9.8125 5.5625 -9.8125 5.109375 -9.8125 L 2.453125 -9.84375 L 2.453125 -9.21875 L 4.4375 -9.21875 L 4.4375 -2.140625 C 4.4375 -0.78125 3.765625 -0.296875 3.03125 -0.296875 C 2.921875 -0.296875 2.265625 -0.296875 1.703125 -0.65625 C 2.21875 -0.78125 2.46875 -1.203125 2.46875 -1.640625 C 2.46875 -2.34375 1.90625 -2.65625 1.46875 -2.65625 C 0.953125 -2.65625 0.4375 -2.296875 0.4375 -1.640625 C 0.4375 -0.5625 1.546875 0.171875 3.09375 0.171875 C 4.9375 0.171875 6.25 -0.65625 6.25 -2.140625 L 6.25 -9.21875 Z M 7.40625 -9.21875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-8">
|
||||||
|
<path style="stroke:none;" d="M 7.765625 -0.3125 C 7.765625 -0.609375 7.625 -0.609375 7.4375 -0.609375 C 6.53125 -0.625 6.53125 -0.859375 6.53125 -1.1875 L 6.53125 -4.28125 C 6.53125 -5.609375 5.484375 -6.5 3.453125 -6.5 C 2.65625 -6.5 0.96875 -6.421875 0.96875 -5.21875 C 0.96875 -4.625 1.421875 -4.359375 1.8125 -4.359375 C 2.234375 -4.359375 2.65625 -4.65625 2.65625 -5.203125 C 2.65625 -5.484375 2.546875 -5.734375 2.3125 -5.890625 C 2.78125 -6.03125 3.125 -6.03125 3.40625 -6.03125 C 4.375 -6.03125 4.96875 -5.484375 4.96875 -4.296875 L 4.96875 -3.734375 C 2.703125 -3.734375 0.421875 -3.09375 0.421875 -1.5 C 0.421875 -0.203125 2.078125 0.09375 3.0625 0.09375 C 4.171875 0.09375 4.875 -0.515625 5.15625 -1.140625 C 5.15625 -0.609375 5.15625 0 6.609375 0 L 7.34375 0 C 7.640625 0 7.765625 0 7.765625 -0.3125 Z M 4.96875 -2 C 4.96875 -0.640625 3.765625 -0.390625 3.296875 -0.390625 C 2.59375 -0.390625 2.015625 -0.859375 2.015625 -1.515625 C 2.015625 -2.828125 3.5625 -3.265625 4.96875 -3.34375 Z M 4.96875 -2 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-9">
|
||||||
|
<path style="stroke:none;" d="M 8.15625 -5.75 L 8.15625 -6.375 C 7.640625 -6.34375 7.609375 -6.34375 7.03125 -6.34375 L 5.796875 -6.375 L 5.796875 -5.75 C 6.1875 -5.75 6.5 -5.6875 6.5 -5.578125 C 6.5 -5.578125 6.5 -5.546875 6.421875 -5.40625 L 4.75 -1.71875 L 2.890625 -5.75 L 3.6875 -5.75 L 3.6875 -6.375 C 3.359375 -6.34375 2.359375 -6.34375 1.96875 -6.34375 C 1.546875 -6.34375 0.71875 -6.34375 0.34375 -6.375 L 0.34375 -5.75 L 1.25 -5.75 L 3.765625 -0.265625 C 3.90625 0 3.9375 0.078125 4.265625 0.078125 C 4.484375 0.078125 4.609375 0.046875 4.734375 -0.25 L 7.09375 -5.421875 C 7.203125 -5.640625 7.265625 -5.75 8.15625 -5.75 Z M 8.15625 -5.75 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-10">
|
||||||
|
<path style="stroke:none;" d="M 11.625 0 L 11.625 -0.609375 L 10.25 -0.609375 L 6.5625 -9.703125 C 6.46875 -9.96875 6.4375 -10.046875 6.09375 -10.046875 C 5.734375 -10.046875 5.703125 -9.96875 5.609375 -9.703125 L 2.046875 -0.96875 C 1.953125 -0.734375 1.953125 -0.703125 1.546875 -0.65625 C 1.1875 -0.609375 1.140625 -0.609375 0.8125 -0.609375 L 0.5625 -0.609375 L 0.5625 0 C 0.9375 -0.03125 1.796875 -0.03125 2.203125 -0.03125 C 2.59375 -0.03125 3.640625 -0.03125 3.96875 0 L 3.96875 -0.609375 C 3.65625 -0.609375 3.109375 -0.609375 2.71875 -0.78125 C 2.75 -0.90625 2.75 -0.9375 2.78125 -0.984375 L 3.546875 -2.859375 L 7.390625 -2.859375 L 8.296875 -0.609375 L 6.9375 -0.609375 L 6.9375 0 C 7.40625 -0.03125 8.796875 -0.03125 9.34375 -0.03125 C 9.796875 -0.03125 11.265625 -0.03125 11.625 0 Z M 7.125 -3.46875 L 3.78125 -3.46875 L 5.46875 -7.609375 Z M 7.125 -3.46875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-11">
|
||||||
|
<path style="stroke:none;" d="M 6.71875 -1.671875 C 6.71875 -1.84375 6.5625 -1.84375 6.40625 -1.84375 C 6.1875 -1.84375 6.171875 -1.84375 6.09375 -1.65625 C 6 -1.390625 5.609375 -0.4375 4.28125 -0.4375 C 2.265625 -0.4375 2.265625 -2.609375 2.265625 -3.25 C 2.265625 -4.109375 2.28125 -5.984375 4.15625 -5.984375 C 4.265625 -5.984375 5.109375 -5.953125 5.109375 -5.875 C 5.109375 -5.875 5.09375 -5.859375 5.0625 -5.84375 C 5.015625 -5.796875 4.828125 -5.578125 4.828125 -5.21875 C 4.828125 -4.625 5.328125 -4.375 5.6875 -4.375 C 5.984375 -4.375 6.53125 -4.5625 6.53125 -5.234375 C 6.53125 -6.40625 4.875 -6.5 4.109375 -6.5 C 1.546875 -6.5 0.546875 -4.828125 0.546875 -3.1875 C 0.546875 -1.234375 1.90625 0.09375 4.015625 0.09375 C 6.265625 0.09375 6.71875 -1.578125 6.71875 -1.671875 Z M 6.71875 -1.671875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-12">
|
||||||
|
<path style="stroke:none;" d="M 5.359375 -1.78125 L 5.359375 -2.53125 L 4.765625 -2.53125 L 4.765625 -1.796875 C 4.765625 -0.84375 4.328125 -0.4375 3.890625 -0.4375 C 3.03125 -0.4375 3.03125 -1.390625 3.03125 -1.71875 L 3.03125 -5.75 L 5.09375 -5.75 L 5.09375 -6.375 L 3.03125 -6.375 L 3.03125 -9.109375 L 2.421875 -9.109375 C 2.40625 -7.6875 1.71875 -6.265625 0.296875 -6.21875 L 0.296875 -5.75 L 1.46875 -5.75 L 1.46875 -1.765625 C 1.46875 -0.25 2.640625 0.09375 3.671875 0.09375 C 4.734375 0.09375 5.359375 -0.71875 5.359375 -1.78125 Z M 5.359375 -1.78125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-13">
|
||||||
|
<path style="stroke:none;" d="M 7.609375 -3.140625 C 7.609375 -5.078125 6.28125 -6.5 4.03125 -6.5 C 1.6875 -6.5 0.4375 -5 0.4375 -3.140625 C 0.4375 -1.265625 1.765625 0.09375 4.015625 0.09375 C 6.359375 0.09375 7.609375 -1.328125 7.609375 -3.140625 Z M 5.875 -3.28125 C 5.875 -2.09375 5.875 -0.4375 4.03125 -0.4375 C 2.171875 -0.4375 2.171875 -2.109375 2.171875 -3.28125 C 2.171875 -3.953125 2.171875 -4.671875 2.4375 -5.1875 C 2.75 -5.765625 3.40625 -6.03125 4.015625 -6.03125 C 4.828125 -6.03125 5.34375 -5.640625 5.59375 -5.234375 C 5.875 -4.71875 5.875 -3.96875 5.875 -3.28125 Z M 5.875 -3.28125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-14">
|
||||||
|
<path style="stroke:none;" d="M 8.609375 0 L 8.609375 -0.609375 L 7.609375 -0.609375 L 7.609375 -4.390625 C 7.609375 -5.75 7.03125 -6.453125 5.453125 -6.453125 C 4.421875 -6.453125 3.53125 -5.953125 3.046875 -4.875 L 3.03125 -4.875 L 3.03125 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.21875 4.296875 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.046875 -5.640625 6.046875 -4.546875 L 6.046875 -0.609375 L 5.0625 -0.609375 L 5.0625 0 C 5.390625 -0.03125 6.421875 -0.03125 6.828125 -0.03125 C 7.234375 -0.03125 8.28125 -0.03125 8.609375 0 Z M 8.609375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-1">
|
||||||
|
<path style="stroke:none;" d="M 4.890625 -2.171875 C 4.890625 -3.421875 3.984375 -4.390625 2.90625 -4.390625 C 2.484375 -4.390625 2.078125 -4.25 1.75 -4 C 1.734375 -4.234375 1.640625 -4.34375 1.28125 -4.34375 L 0.578125 -4.34375 C 0.390625 -4.34375 0.09375 -4.328125 0.09375 -3.96875 C 0.09375 -3.609375 0.40625 -3.59375 0.5625 -3.59375 L 0.921875 -3.59375 L 0.921875 1.40625 L 0.578125 1.40625 C 0.390625 1.40625 0.09375 1.421875 0.09375 1.78125 C 0.09375 2.140625 0.40625 2.15625 0.5625 2.15625 L 2.109375 2.15625 C 2.28125 2.15625 2.578125 2.140625 2.578125 1.78125 C 2.578125 1.421875 2.296875 1.40625 2.109375 1.40625 L 1.75 1.40625 L 1.75 -0.34375 C 2.140625 -0.015625 2.515625 0.0625 2.796875 0.0625 C 3.890625 0.0625 4.890625 -0.890625 4.890625 -2.171875 Z M 4.0625 -2.171875 C 4.0625 -1.296875 3.421875 -0.6875 2.78125 -0.6875 C 2.078125 -0.6875 1.765625 -1.5 1.765625 -1.9375 L 1.765625 -2.640625 C 1.765625 -3.1875 2.296875 -3.65625 2.859375 -3.65625 C 3.53125 -3.65625 4.0625 -2.96875 4.0625 -2.171875 Z M 4.0625 -2.171875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-2">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -0.375 C 5.109375 -0.734375 4.8125 -0.75 4.65625 -0.75 L 4.296875 -0.75 L 4.296875 -3.875 C 4.296875 -4.234375 4.21875 -4.34375 3.828125 -4.34375 L 3.125 -4.34375 C 2.9375 -4.34375 2.640625 -4.328125 2.640625 -3.96875 C 2.640625 -3.609375 2.9375 -3.59375 3.109375 -3.59375 L 3.46875 -3.59375 L 3.46875 -1.609375 C 3.46875 -0.796875 2.734375 -0.6875 2.4375 -0.6875 C 1.765625 -0.6875 1.75 -0.96875 1.75 -1.25 L 1.75 -3.875 C 1.75 -4.234375 1.6875 -4.34375 1.28125 -4.34375 L 0.578125 -4.34375 C 0.390625 -4.34375 0.109375 -4.328125 0.109375 -3.96875 C 0.109375 -3.609375 0.40625 -3.59375 0.5625 -3.59375 L 0.921875 -3.59375 L 0.921875 -1.1875 C 0.921875 -0.203125 1.640625 0.0625 2.390625 0.0625 C 2.765625 0.0625 3.140625 -0.03125 3.484375 -0.25 C 3.546875 -0.015625 3.75 0 3.9375 0 L 4.640625 0 C 4.828125 0 5.109375 -0.015625 5.109375 -0.375 Z M 5.109375 -0.375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-3">
|
||||||
|
<path style="stroke:none;" d="M 4.890625 -2.171875 C 4.890625 -3.421875 3.984375 -4.390625 2.90625 -4.390625 C 2.484375 -4.390625 2.078125 -4.25 1.75 -4.015625 L 1.75 -5.609375 C 1.75 -5.96875 1.6875 -6.09375 1.28125 -6.09375 L 0.578125 -6.09375 C 0.390625 -6.09375 0.09375 -6.078125 0.09375 -5.71875 C 0.09375 -5.359375 0.40625 -5.34375 0.5625 -5.34375 L 0.921875 -5.34375 L 0.921875 -0.484375 C 0.921875 -0.234375 0.9375 0 1.34375 0 C 1.65625 0 1.734375 -0.140625 1.75 -0.34375 C 2.125 -0.015625 2.515625 0.0625 2.796875 0.0625 C 3.890625 0.0625 4.890625 -0.890625 4.890625 -2.171875 Z M 4.0625 -2.171875 C 4.0625 -1.296875 3.421875 -0.6875 2.78125 -0.6875 C 2.078125 -0.6875 1.765625 -1.5 1.765625 -1.9375 L 1.765625 -2.640625 C 1.765625 -3.1875 2.296875 -3.65625 2.859375 -3.65625 C 3.53125 -3.65625 4.0625 -2.96875 4.0625 -2.171875 Z M 4.0625 -2.171875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-4">
|
||||||
|
<path style="stroke:none;" d="M 4.6875 -0.375 C 4.6875 -0.734375 4.40625 -0.75 4.21875 -0.75 L 3.03125 -0.75 L 3.03125 -5.609375 C 3.03125 -5.96875 2.953125 -6.09375 2.5625 -6.09375 L 1.03125 -6.09375 C 0.84375 -6.09375 0.546875 -6.078125 0.546875 -5.71875 C 0.546875 -5.359375 0.84375 -5.34375 1.015625 -5.34375 L 2.203125 -5.34375 L 2.203125 -0.75 L 1.03125 -0.75 C 0.84375 -0.75 0.546875 -0.734375 0.546875 -0.375 C 0.546875 -0.015625 0.84375 0 1.015625 0 L 4.21875 0 C 4.390625 0 4.6875 -0.015625 4.6875 -0.375 Z M 4.6875 -0.375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-5">
|
||||||
|
<path style="stroke:none;" d="M 4.5625 -0.375 C 4.5625 -0.734375 4.265625 -0.75 4.09375 -0.75 L 3.15625 -0.75 L 3.15625 -3.875 C 3.15625 -4.234375 3.078125 -4.34375 2.6875 -4.34375 L 1.3125 -4.34375 C 1.125 -4.34375 0.828125 -4.328125 0.828125 -3.984375 C 0.828125 -3.609375 1.125 -3.59375 1.3125 -3.59375 L 2.328125 -3.59375 L 2.328125 -0.75 L 1.21875 -0.75 C 1.03125 -0.75 0.75 -0.734375 0.75 -0.375 C 0.75 -0.015625 1.046875 0 1.21875 0 L 4.09375 0 C 4.265625 0 4.5625 -0.015625 4.5625 -0.375 Z M 3.1875 -5.484375 C 3.1875 -5.796875 2.9375 -6.046875 2.625 -6.046875 C 2.296875 -6.046875 2.046875 -5.796875 2.046875 -5.484375 C 2.046875 -5.15625 2.296875 -4.921875 2.625 -4.921875 C 2.9375 -4.921875 3.1875 -5.15625 3.1875 -5.484375 Z M 3.1875 -5.484375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-6">
|
||||||
|
<path style="stroke:none;" d="M 4.671875 -1.140625 C 4.671875 -1.46875 4.328125 -1.484375 4.25 -1.484375 C 4.0625 -1.484375 3.953125 -1.46875 3.859375 -1.21875 C 3.8125 -1.109375 3.609375 -0.6875 2.96875 -0.6875 C 2.1875 -0.6875 1.53125 -1.328125 1.53125 -2.171875 C 1.53125 -2.625 1.78125 -3.671875 3.03125 -3.671875 L 3.53125 -3.671875 C 3.546875 -3.265625 3.765625 -3.125 4.03125 -3.125 C 4.3125 -3.125 4.5625 -3.3125 4.5625 -3.640625 C 4.5625 -4.390625 3.5 -4.421875 3.03125 -4.421875 C 1.3125 -4.421875 0.703125 -3.0625 0.703125 -2.171875 C 0.703125 -0.96875 1.640625 0.0625 2.90625 0.0625 C 4.34375 0.0625 4.671875 -0.96875 4.671875 -1.140625 Z M 4.671875 -1.140625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-7">
|
||||||
|
<path style="stroke:none;" d="M 5.1875 -0.375 C 5.1875 -0.734375 4.90625 -0.75 4.71875 -0.75 C 4.4375 -0.75 4.296875 -0.78125 4.21875 -0.8125 L 4.21875 -2.84375 C 4.21875 -3.5625 3.671875 -4.421875 2.21875 -4.421875 C 1.78125 -4.421875 0.734375 -4.390625 0.734375 -3.640625 C 0.734375 -3.296875 0.984375 -3.125 1.25 -3.125 C 1.421875 -3.125 1.75 -3.21875 1.75 -3.65625 C 1.75 -3.65625 2.078125 -3.671875 2.234375 -3.671875 C 2.890625 -3.671875 3.359375 -3.421875 3.390625 -2.84375 C 1.671875 -2.796875 0.484375 -2.265625 0.484375 -1.328125 C 0.484375 -0.625 1.109375 0.0625 2.15625 0.0625 C 2.515625 0.0625 3.09375 -0.015625 3.5625 -0.296875 C 3.8125 -0.015625 4.25 0 4.625 0 C 4.953125 0 5.1875 -0.015625 5.1875 -0.375 Z M 3.375 -1.375 C 3.375 -1.1875 3.375 -1 3.046875 -0.84375 C 2.71875 -0.6875 2.296875 -0.6875 2.21875 -0.6875 C 1.671875 -0.6875 1.296875 -0.984375 1.296875 -1.328125 C 1.296875 -1.765625 2.078125 -2.0625 3.375 -2.109375 Z M 3.375 -1.375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-8">
|
||||||
|
<path style="stroke:none;" d="M 4.609375 -1.296875 C 4.609375 -2.359375 3.296875 -2.578125 2.96875 -2.625 L 1.96875 -2.8125 C 1.703125 -2.875 1.4375 -2.984375 1.4375 -3.203125 C 1.4375 -3.4375 1.75 -3.671875 2.59375 -3.671875 C 3.3125 -3.671875 3.453125 -3.4375 3.484375 -3.203125 C 3.5 -3.015625 3.53125 -2.8125 3.890625 -2.8125 C 4.3125 -2.8125 4.3125 -3.046875 4.3125 -3.28125 L 4.3125 -3.953125 C 4.3125 -4.140625 4.296875 -4.421875 3.953125 -4.421875 C 3.734375 -4.421875 3.65625 -4.34375 3.609375 -4.25 C 3.1875 -4.421875 2.796875 -4.421875 2.609375 -4.421875 C 0.90625 -4.421875 0.6875 -3.5625 0.6875 -3.203125 C 0.6875 -2.265625 1.734375 -2.078125 2.671875 -1.9375 C 3.109375 -1.859375 3.859375 -1.75 3.859375 -1.296875 C 3.859375 -0.953125 3.515625 -0.6875 2.6875 -0.6875 C 2.265625 -0.6875 1.75 -0.78125 1.53125 -1.5 C 1.46875 -1.71875 1.421875 -1.828125 1.109375 -1.828125 C 0.703125 -1.828125 0.6875 -1.59375 0.6875 -1.359375 L 0.6875 -0.421875 C 0.6875 -0.234375 0.703125 0.0625 1.0625 0.0625 C 1.15625 0.0625 1.328125 0.0625 1.453125 -0.265625 C 1.921875 0.046875 2.40625 0.0625 2.6875 0.0625 C 4.28125 0.0625 4.609375 -0.8125 4.609375 -1.296875 Z M 4.609375 -1.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-9">
|
||||||
|
<path style="stroke:none;" d="M 4.984375 -4.90625 L 4.984375 -5.609375 C 4.984375 -5.96875 4.921875 -6.09375 4.515625 -6.09375 L 0.71875 -6.09375 C 0.34375 -6.09375 0.234375 -6 0.234375 -5.609375 L 0.234375 -4.90625 C 0.234375 -4.6875 0.25 -4.421875 0.640625 -4.421875 C 1.0625 -4.421875 1.0625 -4.671875 1.0625 -4.90625 L 1.0625 -5.34375 L 2.203125 -5.34375 L 2.203125 -0.75 L 1.78125 -0.75 C 1.59375 -0.75 1.3125 -0.734375 1.3125 -0.375 C 1.3125 -0.015625 1.578125 0 1.78125 0 L 3.453125 0 C 3.640625 0 3.921875 -0.015625 3.921875 -0.375 C 3.921875 -0.734375 3.65625 -0.75 3.453125 -0.75 L 3.03125 -0.75 L 3.03125 -5.34375 L 4.15625 -5.34375 L 4.15625 -4.90625 C 4.15625 -4.6875 4.171875 -4.421875 4.5625 -4.421875 C 4.96875 -4.421875 4.984375 -4.671875 4.984375 -4.90625 Z M 4.984375 -4.90625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-10">
|
||||||
|
<path style="stroke:none;" d="M 4.65625 -1.140625 C 4.65625 -1.46875 4.3125 -1.484375 4.234375 -1.484375 C 4.015625 -1.484375 3.921875 -1.453125 3.84375 -1.21875 C 3.640625 -0.765625 3.15625 -0.6875 2.90625 -0.6875 C 2.234375 -0.6875 1.5625 -1.109375 1.390625 -1.859375 L 4.1875 -1.859375 C 4.4375 -1.859375 4.65625 -1.859375 4.65625 -2.296875 C 4.65625 -3.4375 4 -4.421875 2.6875 -4.421875 C 1.5 -4.421875 0.515625 -3.421875 0.515625 -2.1875 C 0.515625 -0.953125 1.53125 0.0625 2.828125 0.0625 C 4.1875 0.0625 4.65625 -0.875 4.65625 -1.140625 Z M 3.796875 -2.59375 L 1.390625 -2.59375 C 1.5625 -3.21875 2.078125 -3.671875 2.6875 -3.671875 C 3.15625 -3.671875 3.6875 -3.453125 3.796875 -2.59375 Z M 3.796875 -2.59375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-11">
|
||||||
|
<path style="stroke:none;" d="M 4.5 -1.3125 C 4.5 -1.515625 4.5 -1.75 4.078125 -1.75 C 3.6875 -1.75 3.671875 -1.515625 3.671875 -1.3125 C 3.671875 -0.78125 3.171875 -0.6875 2.953125 -0.6875 C 2.296875 -0.6875 2.296875 -1.140625 2.296875 -1.359375 L 2.296875 -3.59375 L 3.8125 -3.59375 C 3.984375 -3.59375 4.28125 -3.609375 4.28125 -3.96875 C 4.28125 -4.34375 4 -4.34375 3.8125 -4.34375 L 2.296875 -4.34375 L 2.296875 -5.0625 C 2.296875 -5.28125 2.28125 -5.53125 1.890625 -5.53125 C 1.46875 -5.53125 1.46875 -5.296875 1.46875 -5.0625 L 1.46875 -4.34375 L 0.703125 -4.34375 C 0.515625 -4.34375 0.234375 -4.328125 0.234375 -3.96875 C 0.234375 -3.609375 0.515625 -3.59375 0.6875 -3.59375 L 1.46875 -3.59375 L 1.46875 -1.3125 C 1.46875 -0.3125 2.15625 0.0625 2.921875 0.0625 C 3.671875 0.0625 4.5 -0.390625 4.5 -1.3125 Z M 4.5 -1.3125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-12">
|
||||||
|
<path style="stroke:none;" d="M 5 -3.96875 C 5 -4.34375 4.71875 -4.34375 4.53125 -4.34375 L 3.40625 -4.34375 C 3.21875 -4.34375 2.9375 -4.328125 2.9375 -3.984375 C 2.9375 -3.609375 3.203125 -3.59375 3.40625 -3.59375 L 3.5625 -3.59375 L 2.609375 -0.78125 L 1.671875 -3.59375 L 1.828125 -3.59375 C 2 -3.59375 2.296875 -3.609375 2.296875 -3.96875 C 2.296875 -4.34375 2.015625 -4.34375 1.828125 -4.34375 L 0.6875 -4.34375 C 0.5 -4.34375 0.21875 -4.34375 0.21875 -3.96875 C 0.21875 -3.609375 0.515625 -3.59375 0.6875 -3.59375 L 0.921875 -3.59375 L 2.03125 -0.34375 C 2.15625 0.046875 2.375 0.046875 2.609375 0.046875 C 2.828125 0.046875 3.078125 0.03125 3.203125 -0.34375 L 4.296875 -3.59375 L 4.53125 -3.59375 C 4.71875 -3.59375 5 -3.609375 5 -3.96875 Z M 5 -3.96875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-13">
|
||||||
|
<path style="stroke:none;" d="M 4.6875 -2.171875 C 4.6875 -3.4375 3.734375 -4.421875 2.609375 -4.421875 C 1.484375 -4.421875 0.53125 -3.4375 0.53125 -2.171875 C 0.53125 -0.890625 1.5 0.0625 2.609375 0.0625 C 3.71875 0.0625 4.6875 -0.90625 4.6875 -2.171875 Z M 3.859375 -2.25 C 3.859375 -1.390625 3.296875 -0.6875 2.609375 -0.6875 C 1.9375 -0.6875 1.359375 -1.390625 1.359375 -2.25 C 1.359375 -3.078125 1.96875 -3.671875 2.609375 -3.671875 C 3.265625 -3.671875 3.859375 -3.078125 3.859375 -2.25 Z M 3.859375 -2.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-14">
|
||||||
|
<path style="stroke:none;" d="M 5.125 -0.375 C 5.125 -0.734375 4.828125 -0.75 4.65625 -0.75 L 4.296875 -0.75 L 4.296875 -5.609375 C 4.296875 -5.96875 4.234375 -6.09375 3.828125 -6.09375 L 3.125 -6.09375 C 2.9375 -6.09375 2.640625 -6.078125 2.640625 -5.71875 C 2.640625 -5.359375 2.9375 -5.34375 3.109375 -5.34375 L 3.46875 -5.34375 L 3.46875 -4.046875 C 3.15625 -4.28125 2.796875 -4.390625 2.40625 -4.390625 C 1.3125 -4.390625 0.34375 -3.453125 0.34375 -2.15625 C 0.34375 -0.921875 1.25 0.0625 2.328125 0.0625 C 2.8125 0.0625 3.1875 -0.140625 3.46875 -0.390625 C 3.484375 -0.109375 3.546875 0 3.9375 0 L 4.640625 0 C 4.828125 0 5.125 -0.015625 5.125 -0.375 Z M 3.453125 -1.96875 C 3.453125 -1.453125 3.046875 -0.6875 2.359375 -0.6875 C 1.6875 -0.6875 1.15625 -1.34375 1.15625 -2.15625 C 1.15625 -3.046875 1.796875 -3.65625 2.4375 -3.65625 C 3.015625 -3.65625 3.453125 -3.15625 3.453125 -2.65625 Z M 3.453125 -1.96875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-1">
|
||||||
|
<path style="stroke:none;" d="M 4.65625 0.515625 C 4.65625 0.234375 4.40625 0.21875 4.3125 0.21875 C 2.953125 0.1875 2.953125 -0.171875 2.953125 -0.484375 L 2.953125 -2.078125 C 2.953125 -2.328125 2.9375 -2.734375 2.375 -3.046875 C 2.796875 -3.296875 2.953125 -3.625 2.953125 -3.875 L 2.953125 -5.1875 C 2.953125 -5.4375 2.953125 -5.828125 2.984375 -5.90625 C 3.171875 -6.296875 4.046875 -6.3125 4.390625 -6.3125 C 4.453125 -6.3125 4.65625 -6.375 4.65625 -6.609375 C 4.65625 -6.921875 4.421875 -6.921875 4.234375 -6.921875 C 3.53125 -6.921875 2.453125 -6.78125 2.28125 -5.90625 C 2.265625 -5.859375 2.265625 -5.359375 2.265625 -5.078125 L 2.265625 -4.171875 C 2.265625 -3.8125 2.265625 -3.671875 1.90625 -3.515625 C 1.5625 -3.359375 1.0625 -3.34375 0.828125 -3.34375 C 0.765625 -3.34375 0.5625 -3.296875 0.5625 -3.046875 C 0.5625 -2.75 0.8125 -2.734375 0.90625 -2.734375 C 1.171875 -2.734375 2.25 -2.703125 2.265625 -2.15625 L 2.265625 -0.515625 C 2.265625 -0.203125 2.265625 0.234375 2.796875 0.53125 C 3.203125 0.75 3.765625 0.828125 4.234375 0.828125 C 4.421875 0.828125 4.65625 0.828125 4.65625 0.515625 Z M 4.65625 0.515625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-2">
|
||||||
|
<path style="stroke:none;" d="M 5.140625 -0.296875 C 5.140625 -0.609375 4.9375 -0.609375 4.578125 -0.609375 L 4.578125 -3.015625 C 4.578125 -3.21875 4.578125 -4.359375 3.6875 -4.359375 C 3.390625 -4.359375 2.984375 -4.234375 2.703125 -3.84375 C 2.546875 -4.171875 2.265625 -4.359375 1.9375 -4.359375 C 1.625 -4.359375 1.328125 -4.21875 1.09375 -4 C 1.0625 -4.296875 0.875 -4.296875 0.6875 -4.296875 L 0.375 -4.296875 C 0.21875 -4.296875 -0.046875 -4.296875 -0.046875 -4 C -0.046875 -3.6875 0.171875 -3.6875 0.53125 -3.6875 L 0.53125 -0.609375 C 0.171875 -0.609375 -0.046875 -0.609375 -0.046875 -0.296875 C -0.046875 0 0.234375 0 0.375 0 L 1.25 0 C 1.390625 0 1.65625 0 1.65625 -0.296875 C 1.65625 -0.609375 1.453125 -0.609375 1.09375 -0.609375 L 1.09375 -2.390625 C 1.09375 -3.28125 1.5 -3.75 1.90625 -3.75 C 2.140625 -3.75 2.265625 -3.578125 2.265625 -2.9375 L 2.265625 -0.609375 C 2.078125 -0.609375 1.828125 -0.609375 1.828125 -0.296875 C 1.828125 0 2.109375 0 2.25 0 L 2.984375 0 C 3.140625 0 3.40625 0 3.40625 -0.296875 C 3.40625 -0.609375 3.1875 -0.609375 2.828125 -0.609375 L 2.828125 -2.390625 C 2.828125 -3.28125 3.234375 -3.75 3.65625 -3.75 C 3.875 -3.75 4.015625 -3.578125 4.015625 -2.9375 L 4.015625 -0.609375 C 3.828125 -0.609375 3.578125 -0.609375 3.578125 -0.296875 C 3.578125 0 3.84375 0 3.984375 0 L 4.734375 0 C 4.890625 0 5.140625 0 5.140625 -0.296875 Z M 5.140625 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-3">
|
||||||
|
<path style="stroke:none;" d="M 5.171875 -0.3125 C 5.171875 -0.609375 4.921875 -0.609375 4.78125 -0.609375 C 4.359375 -0.609375 4.25 -0.65625 4.171875 -0.6875 L 4.171875 -2.84375 C 4.171875 -3.546875 3.640625 -4.390625 2.203125 -4.390625 C 1.78125 -4.390625 0.75 -4.390625 0.75 -3.65625 C 0.75 -3.359375 0.96875 -3.203125 1.203125 -3.203125 C 1.359375 -3.203125 1.640625 -3.296875 1.640625 -3.65625 C 1.640625 -3.734375 1.65625 -3.75 1.859375 -3.765625 C 2 -3.78125 2.125 -3.78125 2.21875 -3.78125 C 2.96875 -3.78125 3.484375 -3.46875 3.484375 -2.765625 C 1.71875 -2.734375 0.5 -2.234375 0.5 -1.28125 C 0.5 -0.59375 1.125 0.0625 2.140625 0.0625 C 2.515625 0.0625 3.125 -0.015625 3.59375 -0.3125 C 3.8125 -0.015625 4.296875 0 4.671875 0 C 4.953125 0 5.171875 0 5.171875 -0.3125 Z M 3.484375 -1.328125 C 3.484375 -1.109375 3.484375 -0.890625 3.09375 -0.71875 C 2.734375 -0.546875 2.296875 -0.546875 2.21875 -0.546875 C 1.59375 -0.546875 1.1875 -0.890625 1.1875 -1.28125 C 1.1875 -1.765625 2.046875 -2.140625 3.484375 -2.171875 Z M 3.484375 -1.328125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-4">
|
||||||
|
<path style="stroke:none;" d="M 4.53125 -0.296875 C 4.53125 -0.609375 4.28125 -0.609375 4.125 -0.609375 L 3.078125 -0.609375 L 3.078125 -3.890625 C 3.078125 -4.203125 3.015625 -4.296875 2.6875 -4.296875 L 1.265625 -4.296875 C 1.109375 -4.296875 0.859375 -4.296875 0.859375 -4 C 0.859375 -3.6875 1.109375 -3.6875 1.265625 -3.6875 L 2.390625 -3.6875 L 2.390625 -0.609375 L 1.1875 -0.609375 C 1.03125 -0.609375 0.78125 -0.609375 0.78125 -0.296875 C 0.78125 0 1.03125 0 1.1875 0 L 4.125 0 C 4.28125 0 4.53125 0 4.53125 -0.296875 Z M 3.125 -5.53125 C 3.125 -5.8125 2.90625 -6.03125 2.625 -6.03125 C 2.34375 -6.03125 2.125 -5.8125 2.125 -5.53125 C 2.125 -5.25 2.34375 -5.03125 2.625 -5.03125 C 2.90625 -5.03125 3.125 -5.25 3.125 -5.53125 Z M 3.125 -5.53125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-5">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -0.296875 C 5.109375 -0.609375 4.859375 -0.609375 4.6875 -0.609375 L 4.25 -0.609375 L 4.25 -2.921875 C 4.25 -3.921875 3.75 -4.359375 2.953125 -4.359375 C 2.296875 -4.359375 1.84375 -4.015625 1.65625 -3.828125 C 1.65625 -4.140625 1.65625 -4.296875 1.25 -4.296875 L 0.53125 -4.296875 C 0.375 -4.296875 0.125 -4.296875 0.125 -3.984375 C 0.125 -3.6875 0.375 -3.6875 0.515625 -3.6875 L 0.96875 -3.6875 L 0.96875 -0.609375 L 0.53125 -0.609375 C 0.375 -0.609375 0.125 -0.609375 0.125 -0.296875 C 0.125 0 0.375 0 0.515625 0 L 2.109375 0 C 2.25 0 2.5 0 2.5 -0.296875 C 2.5 -0.609375 2.25 -0.609375 2.09375 -0.609375 L 1.65625 -0.609375 L 1.65625 -2.375 C 1.65625 -3.375 2.390625 -3.75 2.90625 -3.75 C 3.421875 -3.75 3.5625 -3.46875 3.5625 -2.875 L 3.5625 -0.609375 L 3.1875 -0.609375 C 3.015625 -0.609375 2.765625 -0.609375 2.765625 -0.296875 C 2.765625 0 3.046875 0 3.1875 0 L 4.703125 0 C 4.84375 0 5.109375 0 5.109375 -0.296875 Z M 5.109375 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-6">
|
||||||
|
<path style="stroke:none;" d="M 4.359375 0.53125 C 4.359375 0.390625 4.28125 0.34375 4.109375 0.234375 C 2.875 -0.609375 2.40625 -1.9375 2.40625 -3.046875 C 2.40625 -4.046875 2.796875 -5.4375 4.125 -6.34375 C 4.28125 -6.453125 4.359375 -6.484375 4.359375 -6.640625 C 4.359375 -6.71875 4.3125 -6.921875 4.046875 -6.921875 C 3.765625 -6.921875 1.71875 -5.609375 1.71875 -3.046875 C 1.71875 -1.859375 2.1875 -0.96875 2.53125 -0.46875 C 3.0625 0.265625 3.8125 0.8125 4.046875 0.8125 C 4.3125 0.8125 4.359375 0.625 4.359375 0.53125 Z M 4.359375 0.53125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-7">
|
||||||
|
<path style="stroke:none;" d="M 4.703125 -1.65625 C 4.703125 -2.296875 4.34375 -2.71875 4.234375 -2.84375 C 3.8125 -3.234375 3.546875 -3.3125 2.765625 -3.484375 L 1.96875 -3.671875 C 1.546875 -3.78125 1.171875 -4.140625 1.171875 -4.609375 C 1.171875 -5.109375 1.65625 -5.59375 2.359375 -5.59375 C 3.53125 -5.59375 3.6875 -4.65625 3.75 -4.34375 C 3.78125 -4.125 3.890625 -4.0625 4.09375 -4.0625 C 4.4375 -4.0625 4.4375 -4.28125 4.4375 -4.46875 L 4.4375 -5.796875 C 4.4375 -5.953125 4.4375 -6.203125 4.140625 -6.203125 C 3.890625 -6.203125 3.84375 -6.03125 3.765625 -5.734375 C 3.359375 -6.078125 2.828125 -6.203125 2.375 -6.203125 C 1.265625 -6.203125 0.515625 -5.40625 0.515625 -4.5625 C 0.515625 -3.890625 0.984375 -3.234375 1.796875 -3 L 2.953125 -2.734375 C 3.234375 -2.671875 4.0625 -2.46875 4.0625 -1.609375 C 4.0625 -1.09375 3.625 -0.5 2.84375 -0.5 C 2.5625 -0.5 2.078125 -0.53125 1.671875 -0.8125 C 1.25 -1.078125 1.21875 -1.5 1.203125 -1.671875 C 1.203125 -1.84375 1.1875 -2.03125 0.875 -2.03125 C 0.515625 -2.03125 0.515625 -1.8125 0.515625 -1.609375 L 0.515625 -0.296875 C 0.515625 -0.140625 0.515625 0.109375 0.8125 0.109375 C 1.03125 0.109375 1.09375 -0.03125 1.1875 -0.34375 C 1.578125 -0.046875 2.1875 0.109375 2.828125 0.109375 C 3.984375 0.109375 4.703125 -0.765625 4.703125 -1.65625 Z M 4.703125 -1.65625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-8">
|
||||||
|
<path style="stroke:none;" d="M 4.46875 -1.25 C 4.46875 -1.4375 4.46875 -1.640625 4.125 -1.640625 C 3.796875 -1.640625 3.78125 -1.4375 3.78125 -1.265625 C 3.78125 -0.640625 3.203125 -0.546875 2.984375 -0.546875 C 2.21875 -0.546875 2.21875 -1.0625 2.21875 -1.3125 L 2.21875 -3.6875 L 3.84375 -3.6875 C 4 -3.6875 4.25 -3.6875 4.25 -3.984375 C 4.25 -4.296875 4 -4.296875 3.84375 -4.296875 L 2.21875 -4.296875 L 2.21875 -5.109375 C 2.21875 -5.296875 2.21875 -5.515625 1.875 -5.515625 C 1.53125 -5.515625 1.53125 -5.3125 1.53125 -5.109375 L 1.53125 -4.296875 L 0.65625 -4.296875 C 0.5 -4.296875 0.25 -4.296875 0.25 -3.984375 C 0.25 -3.6875 0.5 -3.6875 0.640625 -3.6875 L 1.53125 -3.6875 L 1.53125 -1.25 C 1.53125 -0.296875 2.203125 0.0625 2.9375 0.0625 C 3.671875 0.0625 4.46875 -0.375 4.46875 -1.25 Z M 4.46875 -1.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-9">
|
||||||
|
<path style="stroke:none;" d="M 4.859375 -3.734375 C 4.859375 -3.9375 4.734375 -4.359375 3.90625 -4.359375 C 3.40625 -4.359375 2.765625 -4.171875 2.21875 -3.546875 L 2.21875 -3.890625 C 2.21875 -4.203125 2.15625 -4.296875 1.8125 -4.296875 L 0.71875 -4.296875 C 0.5625 -4.296875 0.3125 -4.296875 0.3125 -4 C 0.3125 -3.6875 0.5625 -3.6875 0.71875 -3.6875 L 1.53125 -3.6875 L 1.53125 -0.609375 L 0.71875 -0.609375 C 0.5625 -0.609375 0.3125 -0.609375 0.3125 -0.3125 C 0.3125 0 0.5625 0 0.71875 0 L 3.3125 0 C 3.46875 0 3.734375 0 3.734375 -0.296875 C 3.734375 -0.609375 3.46875 -0.609375 3.3125 -0.609375 L 2.21875 -0.609375 L 2.21875 -1.859375 C 2.21875 -2.796875 2.796875 -3.75 4 -3.75 C 4.015625 -3.515625 4.1875 -3.3125 4.4375 -3.3125 C 4.65625 -3.3125 4.859375 -3.46875 4.859375 -3.734375 Z M 4.859375 -3.734375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-10">
|
||||||
|
<path style="stroke:none;" d="M 5.078125 -3.875 C 5.078125 -4.09375 4.890625 -4.40625 4.34375 -4.40625 C 4.234375 -4.40625 3.75 -4.390625 3.296875 -4.0625 C 3.125 -4.171875 2.78125 -4.359375 2.328125 -4.359375 C 1.390625 -4.359375 0.671875 -3.609375 0.671875 -2.765625 C 0.671875 -2.328125 0.84375 -2 1 -1.8125 C 0.890625 -1.65625 0.796875 -1.4375 0.796875 -1.140625 C 0.796875 -0.78125 0.9375 -0.53125 1.03125 -0.421875 C 0.296875 0.03125 0.296875 0.703125 0.296875 0.8125 C 0.296875 1.671875 1.328125 2.28125 2.609375 2.28125 C 3.890625 2.28125 4.9375 1.671875 4.9375 0.8125 C 4.9375 0.453125 4.75 -0.046875 4.25 -0.3125 C 4.109375 -0.390625 3.703125 -0.609375 2.796875 -0.609375 L 2.109375 -0.609375 C 2.03125 -0.609375 1.890625 -0.609375 1.8125 -0.625 C 1.671875 -0.625 1.609375 -0.625 1.484375 -0.765625 C 1.375 -0.90625 1.359375 -1.125 1.359375 -1.125 C 1.359375 -1.171875 1.390625 -1.3125 1.421875 -1.40625 C 1.453125 -1.390625 1.828125 -1.15625 2.328125 -1.15625 C 3.234375 -1.15625 3.96875 -1.875 3.96875 -2.765625 C 3.96875 -3.0625 3.875 -3.34375 3.703125 -3.625 C 3.921875 -3.75 4.15625 -3.78125 4.28125 -3.796875 C 4.34375 -3.53125 4.578125 -3.453125 4.671875 -3.453125 C 4.84375 -3.453125 5.078125 -3.578125 5.078125 -3.875 Z M 3.28125 -2.765625 C 3.28125 -2.1875 2.84375 -1.75 2.328125 -1.75 C 1.78125 -1.75 1.359375 -2.21875 1.359375 -2.75 C 1.359375 -3.3125 1.796875 -3.765625 2.328125 -3.765625 C 2.859375 -3.765625 3.28125 -3.296875 3.28125 -2.765625 Z M 4.359375 0.8125 C 4.359375 1.25 3.609375 1.6875 2.609375 1.6875 C 1.609375 1.6875 0.875 1.25 0.875 0.8125 C 0.875 0.640625 0.953125 0.3125 1.28125 0.125 C 1.53125 -0.046875 1.609375 -0.046875 2.34375 -0.046875 C 3.234375 -0.046875 4.359375 -0.046875 4.359375 0.8125 Z M 4.359375 0.8125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-11">
|
||||||
|
<path style="stroke:none;" d="M 4.8125 0.53125 C 4.8125 0.21875 4.578125 0.21875 4.421875 0.21875 L 2.90625 0.21875 L 2.90625 -6.3125 L 4.421875 -6.3125 C 4.5625 -6.3125 4.8125 -6.3125 4.8125 -6.609375 C 4.8125 -6.921875 4.578125 -6.921875 4.421875 -6.921875 L 2.609375 -6.921875 C 2.28125 -6.921875 2.21875 -6.828125 2.21875 -6.515625 L 2.21875 0.421875 C 2.21875 0.734375 2.265625 0.828125 2.609375 0.828125 L 4.421875 0.828125 C 4.5625 0.828125 4.8125 0.828125 4.8125 0.53125 Z M 4.8125 0.53125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-12">
|
||||||
|
<path style="stroke:none;" d="M 3.015625 0.421875 L 3.015625 -6.515625 C 3.015625 -6.8125 2.953125 -6.921875 2.609375 -6.921875 L 0.8125 -6.921875 C 0.65625 -6.921875 0.40625 -6.921875 0.40625 -6.625 C 0.40625 -6.3125 0.640625 -6.3125 0.8125 -6.3125 L 2.328125 -6.3125 L 2.328125 0.21875 L 0.8125 0.21875 C 0.65625 0.21875 0.40625 0.21875 0.40625 0.515625 C 0.40625 0.828125 0.640625 0.828125 0.8125 0.828125 L 2.609375 0.828125 C 2.9375 0.828125 3.015625 0.734375 3.015625 0.421875 Z M 3.015625 0.421875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-13">
|
||||||
|
<path style="stroke:none;" d="M 4.578125 -1.25 C 4.578125 -2.28125 3.296875 -2.5 2.96875 -2.546875 L 2.296875 -2.65625 C 2 -2.703125 1.328125 -2.828125 1.328125 -3.203125 C 1.328125 -3.46875 1.640625 -3.78125 2.59375 -3.78125 C 3.421875 -3.78125 3.5625 -3.484375 3.59375 -3.21875 C 3.59375 -3.046875 3.625 -2.875 3.921875 -2.875 C 4.28125 -2.875 4.28125 -3.09375 4.28125 -3.296875 L 4.28125 -3.984375 C 4.28125 -4.140625 4.28125 -4.390625 3.984375 -4.390625 C 3.734375 -4.390625 3.703125 -4.25 3.671875 -4.171875 C 3.234375 -4.390625 2.796875 -4.390625 2.609375 -4.390625 C 0.953125 -4.390625 0.71875 -3.5625 0.71875 -3.203125 C 0.71875 -2.296875 1.765625 -2.125 2.6875 -1.984375 C 3.171875 -1.90625 3.96875 -1.78125 3.96875 -1.25 C 3.96875 -0.875 3.59375 -0.546875 2.6875 -0.546875 C 2.21875 -0.546875 1.671875 -0.65625 1.421875 -1.4375 C 1.359375 -1.609375 1.328125 -1.71875 1.0625 -1.71875 C 0.71875 -1.71875 0.71875 -1.515625 0.71875 -1.3125 L 0.71875 -0.34375 C 0.71875 -0.1875 0.71875 0.0625 1.015625 0.0625 C 1.109375 0.0625 1.265625 0.046875 1.390625 -0.3125 C 1.875 0.046875 2.40625 0.0625 2.6875 0.0625 C 4.25 0.0625 4.578125 -0.765625 4.578125 -1.25 Z M 4.578125 -1.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-14">
|
||||||
|
<path style="stroke:none;" d="M 3.515625 -3.046875 C 3.515625 -4.234375 3.046875 -5.140625 2.703125 -5.625 C 2.171875 -6.359375 1.421875 -6.921875 1.1875 -6.921875 C 0.9375 -6.921875 0.875 -6.71875 0.875 -6.640625 C 0.875 -6.484375 0.984375 -6.421875 1.03125 -6.390625 C 2.671875 -5.296875 2.828125 -3.703125 2.828125 -3.046875 C 2.828125 -2.046875 2.453125 -0.671875 1.109375 0.234375 C 0.953125 0.34375 0.875 0.390625 0.875 0.53125 C 0.875 0.625 0.9375 0.8125 1.1875 0.8125 C 1.46875 0.8125 3.515625 -0.5 3.515625 -3.046875 Z M 3.515625 -3.046875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-15">
|
||||||
|
<path style="stroke:none;" d="M 4.984375 -3.984375 C 4.984375 -4.296875 4.75 -4.296875 4.578125 -4.296875 L 3.421875 -4.296875 C 3.265625 -4.296875 3.015625 -4.296875 3.015625 -4 C 3.015625 -3.6875 3.265625 -3.6875 3.421875 -3.6875 L 3.703125 -3.6875 L 2.984375 -1.5625 C 2.84375 -1.203125 2.796875 -1.015625 2.71875 -0.703125 C 2.65625 -0.890625 2.578125 -1.109375 2.5 -1.296875 L 1.578125 -3.6875 L 1.828125 -3.6875 C 1.96875 -3.6875 2.21875 -3.6875 2.21875 -3.984375 C 2.21875 -4.296875 1.984375 -4.296875 1.828125 -4.296875 L 0.65625 -4.296875 C 0.5 -4.296875 0.265625 -4.296875 0.265625 -3.984375 C 0.265625 -3.6875 0.515625 -3.6875 0.65625 -3.6875 L 0.96875 -3.6875 L 2.375 -0.125 C 2.421875 -0.03125 2.421875 0 2.421875 0 C 2.421875 0 2.171875 0.84375 2.046875 1.09375 C 1.75 1.640625 1.390625 1.65625 1.25 1.671875 C 1.25 1.671875 1.296875 1.578125 1.296875 1.453125 C 1.296875 1.203125 1.109375 1.015625 0.875 1.015625 C 0.59375 1.015625 0.421875 1.203125 0.421875 1.453125 C 0.421875 1.875 0.765625 2.265625 1.25 2.265625 C 2.25 2.265625 2.703125 0.953125 2.734375 0.84375 L 4.28125 -3.6875 L 4.578125 -3.6875 C 4.734375 -3.6875 4.984375 -3.6875 4.984375 -3.984375 Z M 4.984375 -3.984375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-16">
|
||||||
|
<path style="stroke:none;" d="M 4.625 -1.09375 C 4.625 -1.359375 4.34375 -1.359375 4.28125 -1.359375 C 4.09375 -1.359375 4.015625 -1.328125 3.953125 -1.140625 C 3.734375 -0.640625 3.1875 -0.546875 2.90625 -0.546875 C 2.15625 -0.546875 1.421875 -1.046875 1.25 -1.90625 L 4.234375 -1.90625 C 4.4375 -1.90625 4.625 -1.90625 4.625 -2.265625 C 4.625 -3.40625 3.984375 -4.390625 2.6875 -4.390625 C 1.5 -4.390625 0.546875 -3.390625 0.546875 -2.15625 C 0.546875 -0.953125 1.5625 0.0625 2.84375 0.0625 C 4.15625 0.0625 4.625 -0.84375 4.625 -1.09375 Z M 3.921875 -2.5 L 1.265625 -2.5 C 1.40625 -3.234375 2 -3.78125 2.6875 -3.78125 C 3.203125 -3.78125 3.828125 -3.53125 3.921875 -2.5 Z M 3.921875 -2.5 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-17">
|
||||||
|
<path style="stroke:none;" d="M 3.234375 -0.625 C 3.234375 -0.984375 2.9375 -1.25 2.625 -1.25 C 2.25 -1.25 2 -0.9375 2 -0.625 C 2 -0.265625 2.296875 0 2.609375 0 C 2.984375 0 3.234375 -0.3125 3.234375 -0.625 Z M 3.234375 -0.625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-18">
|
||||||
|
<path style="stroke:none;" d="M 4.65625 -2.15625 C 4.65625 -3.40625 3.734375 -4.390625 2.609375 -4.390625 C 1.5 -4.390625 0.5625 -3.40625 0.5625 -2.15625 C 0.5625 -0.890625 1.515625 0.0625 2.609375 0.0625 C 3.703125 0.0625 4.65625 -0.890625 4.65625 -2.15625 Z M 3.96875 -2.21875 C 3.96875 -1.296875 3.34375 -0.546875 2.609375 -0.546875 C 1.875 -0.546875 1.25 -1.296875 1.25 -2.21875 C 1.25 -3.125 1.90625 -3.78125 2.609375 -3.78125 C 3.328125 -3.78125 3.96875 -3.125 3.96875 -2.21875 Z M 3.96875 -2.21875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-19">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -0.3125 C 5.109375 -0.609375 4.84375 -0.609375 4.703125 -0.609375 L 4.25 -0.609375 L 4.25 -3.890625 C 4.25 -4.203125 4.203125 -4.296875 3.859375 -4.296875 L 3.125 -4.296875 C 2.96875 -4.296875 2.71875 -4.296875 2.71875 -3.984375 C 2.71875 -3.6875 2.984375 -3.6875 3.125 -3.6875 L 3.5625 -3.6875 L 3.5625 -1.5625 C 3.5625 -0.671875 2.765625 -0.546875 2.4375 -0.546875 C 1.65625 -0.546875 1.65625 -0.875 1.65625 -1.203125 L 1.65625 -3.890625 C 1.65625 -4.203125 1.59375 -4.296875 1.25 -4.296875 L 0.53125 -4.296875 C 0.375 -4.296875 0.125 -4.296875 0.125 -3.984375 C 0.125 -3.6875 0.375 -3.6875 0.515625 -3.6875 L 0.96875 -3.6875 L 0.96875 -1.140625 C 0.96875 -0.171875 1.65625 0.0625 2.375 0.0625 C 2.796875 0.0625 3.203125 -0.046875 3.5625 -0.3125 C 3.578125 0 3.78125 0 3.96875 0 L 4.6875 0 C 4.859375 0 5.109375 0 5.109375 -0.3125 Z M 5.109375 -0.3125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-20">
|
||||||
|
<path style="stroke:none;" d="M 4.859375 -2.15625 C 4.859375 -3.375 3.984375 -4.359375 2.921875 -4.359375 C 2.4375 -4.359375 2 -4.171875 1.65625 -3.875 C 1.65625 -4.15625 1.640625 -4.296875 1.25 -4.296875 L 0.53125 -4.296875 C 0.375 -4.296875 0.125 -4.296875 0.125 -3.984375 C 0.125 -3.6875 0.375 -3.6875 0.515625 -3.6875 L 0.96875 -3.6875 L 0.96875 1.609375 L 0.53125 1.609375 C 0.375 1.609375 0.125 1.609375 0.125 1.90625 C 0.125 2.21875 0.375 2.21875 0.515625 2.21875 L 2.109375 2.21875 C 2.25 2.21875 2.5 2.21875 2.5 1.90625 C 2.5 1.609375 2.25 1.609375 2.09375 1.609375 L 1.65625 1.609375 L 1.65625 -0.453125 C 2.0625 -0.03125 2.5 0.0625 2.8125 0.0625 C 3.890625 0.0625 4.859375 -0.890625 4.859375 -2.15625 Z M 4.171875 -2.15625 C 4.171875 -1.203125 3.484375 -0.546875 2.78125 -0.546875 C 2 -0.546875 1.65625 -1.421875 1.65625 -1.90625 L 1.65625 -2.625 C 1.65625 -3.21875 2.234375 -3.75 2.859375 -3.75 C 3.59375 -3.75 4.171875 -3.015625 4.171875 -2.15625 Z M 4.171875 -2.15625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-21">
|
||||||
|
<path style="stroke:none;" d="M 4.65625 -0.296875 C 4.65625 -0.609375 4.421875 -0.609375 4.25 -0.609375 L 2.953125 -0.609375 L 2.953125 -5.6875 C 2.953125 -5.984375 2.90625 -6.09375 2.5625 -6.09375 L 0.984375 -6.09375 C 0.828125 -6.09375 0.578125 -6.09375 0.578125 -5.78125 C 0.578125 -5.484375 0.84375 -5.484375 0.984375 -5.484375 L 2.265625 -5.484375 L 2.265625 -0.609375 L 0.984375 -0.609375 C 0.828125 -0.609375 0.578125 -0.609375 0.578125 -0.296875 C 0.578125 0 0.84375 0 0.984375 0 L 4.25 0 C 4.40625 0 4.65625 0 4.65625 -0.296875 Z M 4.65625 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-22">
|
||||||
|
<path style="stroke:none;" d="M 3.9375 -5.65625 C 3.96875 -6.125 3.625 -6.203125 3.5 -6.203125 C 3.3125 -6.203125 3.015625 -6.09375 3.046875 -5.65625 L 3.1875 -3.625 C 3.1875 -3.484375 3.21875 -3.265625 3.5 -3.265625 C 3.75 -3.265625 3.796875 -3.453125 3.8125 -3.625 Z M 2.171875 -5.65625 C 2.203125 -6.125 1.859375 -6.203125 1.734375 -6.203125 C 1.546875 -6.203125 1.25 -6.09375 1.28125 -5.65625 L 1.421875 -3.625 C 1.421875 -3.484375 1.453125 -3.265625 1.734375 -3.265625 C 1.984375 -3.265625 2.03125 -3.453125 2.046875 -3.625 Z M 2.171875 -5.65625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-23">
|
||||||
|
<path style="stroke:none;" d="M 5 -0.296875 C 5 -0.609375 4.765625 -0.609375 4.609375 -0.609375 L 4.359375 -0.609375 L 4.359375 -5.484375 L 4.609375 -5.484375 C 4.75 -5.484375 5 -5.484375 5 -5.78125 C 5 -6.09375 4.765625 -6.09375 4.609375 -6.09375 L 3.421875 -6.09375 C 3.265625 -6.09375 3.015625 -6.09375 3.015625 -5.796875 C 3.015625 -5.484375 3.265625 -5.484375 3.421875 -5.484375 L 3.671875 -5.484375 L 3.671875 -3.46875 L 1.5625 -3.46875 L 1.5625 -5.484375 L 1.796875 -5.484375 C 1.953125 -5.484375 2.203125 -5.484375 2.203125 -5.78125 C 2.203125 -6.09375 1.96875 -6.09375 1.796875 -6.09375 L 0.625 -6.09375 C 0.453125 -6.09375 0.21875 -6.09375 0.21875 -5.78125 C 0.21875 -5.484375 0.46875 -5.484375 0.625 -5.484375 L 0.875 -5.484375 L 0.875 -0.609375 L 0.625 -0.609375 C 0.453125 -0.609375 0.21875 -0.609375 0.21875 -0.296875 C 0.21875 0 0.46875 0 0.625 0 L 1.796875 0 C 1.953125 0 2.203125 0 2.203125 -0.296875 C 2.203125 -0.609375 1.96875 -0.609375 1.796875 -0.609375 L 1.5625 -0.609375 L 1.5625 -2.859375 L 3.671875 -2.859375 L 3.671875 -0.609375 L 3.421875 -0.609375 C 3.265625 -0.609375 3.015625 -0.609375 3.015625 -0.3125 C 3.015625 0 3.265625 0 3.421875 0 L 4.609375 0 C 4.75 0 5 0 5 -0.296875 Z M 5 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-24">
|
||||||
|
<path style="stroke:none;" d="M 3.453125 -0.25 C 3.453125 -0.859375 3.0625 -1.25 2.625 -1.25 C 2.21875 -1.25 2 -0.953125 2 -0.625 C 2 -0.25 2.28125 0 2.609375 0 C 2.671875 0 2.734375 -0.015625 2.8125 -0.03125 C 2.65625 0.59375 2.1875 0.75 2.078125 0.78125 C 1.96875 0.8125 1.796875 0.875 1.796875 1.0625 C 1.796875 1.21875 1.9375 1.390625 2.109375 1.390625 C 2.4375 1.390625 3.453125 0.84375 3.453125 -0.25 Z M 3.453125 -0.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-25">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -5.78125 C 5.109375 -6.09375 4.859375 -6.09375 4.703125 -6.09375 L 3.921875 -6.09375 C 3.765625 -6.09375 3.515625 -6.09375 3.515625 -5.78125 C 3.515625 -5.484375 3.765625 -5.484375 3.921875 -5.484375 L 4.171875 -5.484375 L 3.734375 -2.15625 C 3.65625 -1.5625 3.578125 -1.03125 3.5625 -0.75 C 3.5 -1.390625 3.03125 -3.375 3.015625 -3.421875 C 2.9375 -3.65625 2.703125 -3.65625 2.609375 -3.65625 C 2.515625 -3.65625 2.3125 -3.65625 2.21875 -3.4375 C 2.1875 -3.375 1.71875 -1.375 1.671875 -0.75 L 1.65625 -0.75 C 1.65625 -0.8125 1.640625 -1 1.578125 -1.53125 L 1.0625 -5.484375 L 1.3125 -5.484375 C 1.453125 -5.484375 1.703125 -5.484375 1.703125 -5.78125 C 1.703125 -6.09375 1.46875 -6.09375 1.3125 -6.09375 L 0.515625 -6.09375 C 0.375 -6.09375 0.109375 -6.09375 0.109375 -5.78125 C 0.109375 -5.484375 0.390625 -5.484375 0.484375 -5.484375 L 1.203125 -0.265625 C 1.25 0.078125 1.5 0.078125 1.609375 0.078125 C 1.703125 0.078125 1.90625 0.078125 2 -0.125 C 2.03125 -0.1875 2.578125 -2.515625 2.609375 -2.921875 L 2.625 -2.921875 C 2.65625 -2.46875 3.203125 -0.1875 3.203125 -0.171875 C 3.28125 0.078125 3.53125 0.078125 3.609375 0.078125 C 3.734375 0.078125 3.96875 0.078125 4.015625 -0.265625 L 4.734375 -5.484375 C 4.84375 -5.484375 5.109375 -5.484375 5.109375 -5.78125 Z M 5.109375 -5.78125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-26">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -0.3125 C 5.109375 -0.609375 4.84375 -0.609375 4.703125 -0.609375 L 4.25 -0.609375 L 4.25 -5.6875 C 4.25 -5.984375 4.203125 -6.09375 3.859375 -6.09375 L 3.125 -6.09375 C 2.96875 -6.09375 2.71875 -6.09375 2.71875 -5.78125 C 2.71875 -5.484375 2.984375 -5.484375 3.125 -5.484375 L 3.5625 -5.484375 L 3.5625 -3.90625 C 3.234375 -4.203125 2.828125 -4.359375 2.40625 -4.359375 C 1.3125 -4.359375 0.359375 -3.40625 0.359375 -2.140625 C 0.359375 -0.90625 1.25 0.0625 2.3125 0.0625 C 2.875 0.0625 3.296875 -0.203125 3.5625 -0.5 C 3.5625 -0.140625 3.5625 0 3.96875 0 L 4.6875 0 C 4.859375 0 5.109375 0 5.109375 -0.3125 Z M 3.5625 -1.9375 C 3.5625 -1.375 3.125 -0.546875 2.359375 -0.546875 C 1.640625 -0.546875 1.046875 -1.25 1.046875 -2.140625 C 1.046875 -3.09375 1.75 -3.75 2.4375 -3.75 C 3.078125 -3.75 3.5625 -3.1875 3.5625 -2.640625 Z M 3.5625 -1.9375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-27">
|
||||||
|
<path style="stroke:none;" d="M 3.109375 -5.625 C 3.109375 -6.15625 2.703125 -6.203125 2.609375 -6.203125 C 2.515625 -6.203125 2.109375 -6.15625 2.109375 -5.625 L 2.1875 -3.296875 L 2.21875 -2.09375 C 2.21875 -1.828125 2.484375 -1.828125 2.609375 -1.828125 C 2.96875 -1.828125 3 -1.90625 3.015625 -2.3125 L 3.0625 -4.03125 C 3.078125 -4.5625 3.109375 -5.109375 3.109375 -5.625 Z M 3.109375 -0.5 C 3.109375 -0.78125 2.890625 -1 2.609375 -1 C 2.328125 -1 2.109375 -0.78125 2.109375 -0.5 C 2.109375 -0.21875 2.328125 0 2.609375 0 C 2.890625 0 3.109375 -0.21875 3.109375 -0.5 Z M 3.109375 -0.5 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-28">
|
||||||
|
<path style="stroke:none;" d="M 3.234375 -3.671875 C 3.234375 -4.03125 2.9375 -4.296875 2.625 -4.296875 C 2.25 -4.296875 2 -3.984375 2 -3.671875 C 2 -3.3125 2.296875 -3.046875 2.609375 -3.046875 C 2.984375 -3.046875 3.234375 -3.359375 3.234375 -3.671875 Z M 3.296875 -0.265625 C 3.296875 -0.921875 2.984375 -1.25 2.609375 -1.25 C 2.25 -1.25 2 -0.96875 2 -0.625 C 2 -0.34375 2.15625 0 2.65625 0 C 2.515625 0.53125 2.140625 0.734375 2 0.8125 C 1.9375 0.84375 1.796875 0.90625 1.796875 1.0625 C 1.796875 1.21875 1.9375 1.390625 2.109375 1.390625 C 2.328125 1.390625 3.296875 0.84375 3.296875 -0.265625 Z M 3.296875 -0.265625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-29">
|
||||||
|
<path style="stroke:none;" d="M 4.65625 -3.046875 C 4.65625 -3.34375 4.421875 -3.34375 4.3125 -3.34375 C 4.078125 -3.359375 2.984375 -3.375 2.953125 -3.9375 L 2.953125 -5.609375 C 2.953125 -5.875 2.953125 -6.328125 2.4375 -6.625 C 1.96875 -6.875 1.328125 -6.921875 0.984375 -6.921875 C 0.8125 -6.921875 0.5625 -6.921875 0.5625 -6.609375 C 0.5625 -6.34375 0.75 -6.3125 0.890625 -6.3125 C 2.265625 -6.296875 2.265625 -5.9375 2.265625 -5.609375 L 2.265625 -4 C 2.265625 -3.59375 2.421875 -3.28125 2.84375 -3.046875 C 2.296875 -2.734375 2.265625 -2.265625 2.265625 -2.21875 L 2.265625 -0.453125 C 2.265625 -0.15625 2.265625 0.203125 0.828125 0.21875 C 0.765625 0.21875 0.5625 0.28125 0.5625 0.515625 C 0.5625 0.828125 0.8125 0.828125 0.984375 0.828125 C 1.859375 0.828125 2.796875 0.625 2.953125 -0.171875 C 2.953125 -0.234375 2.953125 -0.734375 2.953125 -1.015625 L 2.953125 -1.90625 C 2.953125 -2.265625 2.953125 -2.421875 3.3125 -2.578125 C 3.671875 -2.734375 4.15625 -2.734375 4.390625 -2.734375 C 4.453125 -2.734375 4.65625 -2.796875 4.65625 -3.046875 Z M 4.65625 -3.046875 "/>
|
||||||
|
</symbol>
|
||||||
|
</g>
|
||||||
|
</defs>
|
||||||
|
<g id="surface1">
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-1" x="0.802" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-2" x="9.768375" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-3" x="14.251562" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-4" x="27.701125" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-5" x="36.6675" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-6" x="41.150688" y="10.871"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-7" x="53.894417" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-8" x="62.229559" y="10.871"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-9" x="69.630764" y="10.871"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-8" x="77.244292" y="10.871"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-10" x="90.470054" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-4" x="102.657151" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-4" x="111.623526" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-5" x="120.589901" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-2" x="125.073088" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-11" x="129.556276" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-8" x="136.729376" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-12" x="144.575313" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-2" x="150.851775" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-13" x="155.334963" y="10.871"/>
|
||||||
|
<use xlink:href="#glyph0-14" x="163.4047" y="10.871"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,50%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-1" x="0.802" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-2" x="6.032365" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-3" x="11.26273" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-4" x="16.493095" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-5" x="21.72346" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="26.953825" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,50%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="37.414555" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-4" x="42.64492" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-7" x="47.875285" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-8" x="53.10565" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-8" x="58.336015" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,100%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-9" x="68.796745" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-10" x="74.02711" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-8" x="79.257475" y="32.692"/>
|
||||||
|
<use xlink:href="#glyph1-11" x="84.48784" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-1" x="94.949" y="32.692"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,50%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-1" x="11.263" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-2" x="16.493365" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-3" x="21.72373" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-4" x="26.954095" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-5" x="32.18446" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="37.414825" y="44.647"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,50%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-8" x="47.875555" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-11" x="53.10592" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-7" x="58.336285" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-11" x="63.56665" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-5" x="68.797015" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="74.02738" y="44.647"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(68.998718%,0%,25%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-12" x="84.48811" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-13" x="89.718475" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-5" x="94.94884" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph1-14" x="100.179205" y="44.647"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,100%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-2" x="110.64" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-3" x="115.870365" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-4" x="121.10073" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-5" x="126.331095" y="44.647"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-6" x="131.56146" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-7" x="136.791825" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-8" x="142.02219" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-9" x="147.252555" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-4" x="152.48292" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-5" x="157.713285" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-10" x="162.94365" y="44.647"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-11" x="168.174015" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-12" x="173.40438" y="44.647"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-3" x="183.86511" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-9" x="189.095475" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-10" x="194.32584" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-13" x="199.556205" y="44.647"/>
|
||||||
|
<use xlink:href="#glyph2-14" x="204.78657" y="44.647"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-1" x="215.2473" y="44.647"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-7" x="21.723" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-15" x="26.953365" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-13" x="32.18373" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-8" x="37.414095" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-16" x="42.64446" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-2" x="47.874825" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-17" x="53.10519" y="56.602"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(48.999023%,55.999756%,15.99884%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-18" x="58.335555" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-19" x="63.56592" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-8" x="68.796285" y="56.602"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-17" x="74.02665" y="56.602"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(48.999023%,55.999756%,15.99884%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-20" x="79.257015" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-9" x="84.48738" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-4" x="89.717745" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-5" x="94.94811" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-8" x="100.178475" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-21" x="105.40884" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-5" x="110.639205" y="56.602"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-6" x="115.86957" y="56.602"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(72.999573%,12.998962%,12.998962%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-22" x="121.099935" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-23" x="126.3303" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-16" x="131.560665" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-21" x="136.79103" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-21" x="142.021395" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-18" x="147.25176" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-24" x="152.482125" y="56.602"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(72.999573%,12.998962%,12.998962%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-25" x="162.942855" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-18" x="168.17322" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-9" x="173.403585" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-21" x="178.63395" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-26" x="183.864315" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-27" x="189.09468" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-22" x="194.325045" y="56.602"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-14" x="199.55541" y="56.602"/>
|
||||||
|
<use xlink:href="#glyph2-28" x="204.785775" y="56.602"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-29" x="11.263" y="68.557"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-29" x="0.802" y="80.513"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 58 KiB |
352
svg/chapter-10/minted-java-english-orig.svg
Normal file
@ -0,0 +1,352 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="595.276pt" height="841.89pt" viewBox="0 0 595.276 841.89" version="1.1">
|
||||||
|
<defs>
|
||||||
|
<g>
|
||||||
|
<symbol overflow="visible" id="glyph0-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-1">
|
||||||
|
<path style="stroke:none;" d="M 8.0625 -2.875 C 8.0625 -4.21875 7.171875 -5.515625 5.609375 -5.859375 L 3.640625 -6.3125 C 2.21875 -6.625 2.1875 -7.65625 2.1875 -7.859375 C 2.1875 -8.59375 2.65625 -9.4375 4.046875 -9.4375 C 5.4375 -9.4375 6.6875 -8.765625 6.984375 -6.890625 C 7.03125 -6.578125 7.03125 -6.5625 7.296875 -6.5625 C 7.609375 -6.5625 7.609375 -6.609375 7.609375 -6.9375 L 7.609375 -9.640625 C 7.609375 -9.90625 7.609375 -10.015625 7.390625 -10.015625 C 7.28125 -10.015625 7.25 -10 7.109375 -9.859375 L 6.5 -9.15625 C 6.140625 -9.453125 5.421875 -10.015625 4.03125 -10.015625 C 1.984375 -10.015625 0.890625 -8.71875 0.890625 -7.15625 C 0.890625 -6.203125 1.40625 -5.515625 1.609375 -5.328125 C 2.359375 -4.578125 2.75 -4.484375 4.25 -4.15625 C 5.6875 -3.84375 5.859375 -3.8125 6.171875 -3.515625 C 6.359375 -3.328125 6.765625 -2.921875 6.765625 -2.1875 C 6.765625 -1.578125 6.46875 -0.4375 4.859375 -0.4375 C 3.59375 -0.4375 1.609375 -0.875 1.484375 -2.96875 C 1.484375 -3.234375 1.484375 -3.265625 1.1875 -3.265625 C 0.890625 -3.265625 0.890625 -3.234375 0.890625 -2.890625 L 0.890625 -0.203125 C 0.890625 0.078125 0.890625 0.171875 1.109375 0.171875 C 1.203125 0.171875 1.21875 0.15625 1.359375 0.03125 C 1.515625 -0.125 1.65625 -0.3125 2.015625 -0.671875 C 2.84375 -0.015625 4.015625 0.171875 4.875 0.171875 C 7.109375 0.171875 8.0625 -1.34375 8.0625 -2.875 Z M 8.0625 -2.875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-2">
|
||||||
|
<path style="stroke:none;" d="M 4 0 L 4 -0.609375 L 3.109375 -0.609375 L 3.109375 -6.453125 L 0.671875 -6.34375 L 0.671875 -5.71875 C 1.515625 -5.71875 1.625 -5.71875 1.625 -5.15625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.953125 -0.03125 2.34375 -0.03125 C 2.734375 -0.03125 3.65625 -0.03125 4 0 Z M 3.28125 -8.71875 C 3.28125 -9.3125 2.796875 -9.75 2.25 -9.75 C 1.65625 -9.75 1.203125 -9.28125 1.203125 -8.71875 C 1.203125 -8.140625 1.6875 -7.6875 2.234375 -7.6875 C 2.828125 -7.6875 3.28125 -8.15625 3.28125 -8.71875 Z M 3.28125 -8.71875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-3">
|
||||||
|
<path style="stroke:none;" d="M 13.09375 0 L 13.09375 -0.609375 L 12.109375 -0.609375 L 12.109375 -4.390625 C 12.109375 -5.703125 11.546875 -6.453125 9.9375 -6.453125 C 8.484375 -6.453125 7.8125 -5.484375 7.59375 -5.015625 C 7.359375 -6.234375 6.390625 -6.453125 5.46875 -6.453125 C 4.09375 -6.453125 3.34375 -5.5625 3.046875 -4.875 L 3.03125 -4.875 L 3.03125 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.234375 4.3125 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.0625 -5.671875 6.0625 -4.546875 L 6.0625 -0.609375 L 5.078125 -0.609375 L 5.078125 0 C 5.40625 -0.03125 6.4375 -0.03125 6.84375 -0.03125 C 7.25 -0.03125 8.296875 -0.03125 8.625 0 L 8.625 -0.609375 L 7.625 -0.609375 L 7.625 -3.671875 C 7.625 -5.234375 8.796875 -5.984375 9.703125 -5.984375 C 10.234375 -5.984375 10.546875 -5.671875 10.546875 -4.546875 L 10.546875 -0.609375 L 9.546875 -0.609375 L 9.546875 0 C 9.890625 -0.03125 10.921875 -0.03125 11.3125 -0.03125 C 11.71875 -0.03125 12.765625 -0.03125 13.09375 0 Z M 13.09375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-4">
|
||||||
|
<path style="stroke:none;" d="M 8.40625 -3.203125 C 8.40625 -5.171875 7.078125 -6.453125 5.140625 -6.453125 C 4.28125 -6.453125 3.5625 -6.171875 2.984375 -5.703125 L 2.984375 -6.453125 L 0.5 -6.34375 L 0.5 -5.71875 C 1.390625 -5.71875 1.484375 -5.71875 1.484375 -5.15625 L 1.484375 2.171875 L 0.5 2.171875 L 0.5 2.78125 C 0.828125 2.75 1.859375 2.75 2.265625 2.75 C 2.671875 2.75 3.71875 2.75 4.046875 2.78125 L 4.046875 2.171875 L 3.0625 2.171875 L 3.0625 -0.59375 C 3.40625 -0.265625 4.046875 0.09375 4.90625 0.09375 C 6.875 0.09375 8.40625 -1.109375 8.40625 -3.203125 Z M 6.6875 -3.203125 C 6.6875 -1.125 5.65625 -0.390625 4.734375 -0.390625 C 4.109375 -0.390625 3.5 -0.703125 3.0625 -1.375 L 3.0625 -5.015625 C 3.578125 -5.703125 4.34375 -5.9375 4.90625 -5.9375 C 5.84375 -5.9375 6.6875 -5.09375 6.6875 -3.203125 Z M 6.6875 -3.203125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-5">
|
||||||
|
<path style="stroke:none;" d="M 4.109375 0 L 4.109375 -0.609375 L 3.109375 -0.609375 L 3.109375 -9.953125 L 0.625 -9.84375 L 0.625 -9.21875 C 1.515625 -9.21875 1.625 -9.21875 1.625 -8.65625 L 1.625 -0.609375 L 0.625 -0.609375 L 0.625 0 C 0.96875 -0.03125 1.984375 -0.03125 2.359375 -0.03125 C 2.75 -0.03125 3.765625 -0.03125 4.109375 0 Z M 4.109375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-6">
|
||||||
|
<path style="stroke:none;" d="M 6.90625 -1.671875 C 6.90625 -1.890625 6.6875 -1.890625 6.59375 -1.890625 C 6.375 -1.890625 6.359375 -1.84375 6.265625 -1.65625 C 5.890625 -0.734375 4.953125 -0.4375 4.265625 -0.4375 C 2.1875 -0.4375 2.171875 -2.359375 2.171875 -3.171875 L 6.484375 -3.171875 C 6.8125 -3.171875 6.90625 -3.171875 6.90625 -3.53125 C 6.90625 -3.953125 6.796875 -5.03125 6.140625 -5.703125 C 5.53125 -6.3125 4.734375 -6.5 3.90625 -6.5 C 1.65625 -6.5 0.4375 -5.03125 0.4375 -3.234375 C 0.4375 -1.21875 1.921875 0.09375 4.09375 0.09375 C 6.25 0.09375 6.90625 -1.4375 6.90625 -1.671875 Z M 5.578125 -3.578125 L 2.171875 -3.578125 C 2.1875 -4.171875 2.203125 -4.734375 2.515625 -5.25 C 2.78125 -5.703125 3.28125 -6.03125 3.90625 -6.03125 C 5.4375 -6.03125 5.5625 -4.296875 5.578125 -3.578125 Z M 5.578125 -3.578125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-7">
|
||||||
|
<path style="stroke:none;" d="M 7.40625 -9.21875 L 7.40625 -9.84375 C 7.046875 -9.8125 5.5625 -9.8125 5.109375 -9.8125 L 2.453125 -9.84375 L 2.453125 -9.21875 L 4.4375 -9.21875 L 4.4375 -2.140625 C 4.4375 -0.78125 3.765625 -0.296875 3.03125 -0.296875 C 2.921875 -0.296875 2.265625 -0.296875 1.703125 -0.65625 C 2.21875 -0.78125 2.46875 -1.203125 2.46875 -1.640625 C 2.46875 -2.34375 1.90625 -2.65625 1.46875 -2.65625 C 0.953125 -2.65625 0.4375 -2.296875 0.4375 -1.640625 C 0.4375 -0.5625 1.546875 0.171875 3.09375 0.171875 C 4.9375 0.171875 6.25 -0.65625 6.25 -2.140625 L 6.25 -9.21875 Z M 7.40625 -9.21875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-8">
|
||||||
|
<path style="stroke:none;" d="M 7.765625 -0.3125 C 7.765625 -0.609375 7.625 -0.609375 7.4375 -0.609375 C 6.53125 -0.625 6.53125 -0.859375 6.53125 -1.1875 L 6.53125 -4.28125 C 6.53125 -5.609375 5.484375 -6.5 3.453125 -6.5 C 2.65625 -6.5 0.96875 -6.421875 0.96875 -5.21875 C 0.96875 -4.625 1.421875 -4.359375 1.8125 -4.359375 C 2.234375 -4.359375 2.65625 -4.65625 2.65625 -5.203125 C 2.65625 -5.484375 2.546875 -5.734375 2.3125 -5.890625 C 2.78125 -6.03125 3.125 -6.03125 3.40625 -6.03125 C 4.375 -6.03125 4.96875 -5.484375 4.96875 -4.296875 L 4.96875 -3.734375 C 2.703125 -3.734375 0.421875 -3.09375 0.421875 -1.5 C 0.421875 -0.203125 2.078125 0.09375 3.0625 0.09375 C 4.171875 0.09375 4.875 -0.515625 5.15625 -1.140625 C 5.15625 -0.609375 5.15625 0 6.609375 0 L 7.34375 0 C 7.640625 0 7.765625 0 7.765625 -0.3125 Z M 4.96875 -2 C 4.96875 -0.640625 3.765625 -0.390625 3.296875 -0.390625 C 2.59375 -0.390625 2.015625 -0.859375 2.015625 -1.515625 C 2.015625 -2.828125 3.5625 -3.265625 4.96875 -3.34375 Z M 4.96875 -2 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-9">
|
||||||
|
<path style="stroke:none;" d="M 8.15625 -5.75 L 8.15625 -6.375 C 7.640625 -6.34375 7.609375 -6.34375 7.03125 -6.34375 L 5.796875 -6.375 L 5.796875 -5.75 C 6.1875 -5.75 6.5 -5.6875 6.5 -5.578125 C 6.5 -5.578125 6.5 -5.546875 6.421875 -5.40625 L 4.75 -1.71875 L 2.890625 -5.75 L 3.6875 -5.75 L 3.6875 -6.375 C 3.359375 -6.34375 2.359375 -6.34375 1.96875 -6.34375 C 1.546875 -6.34375 0.71875 -6.34375 0.34375 -6.375 L 0.34375 -5.75 L 1.25 -5.75 L 3.765625 -0.265625 C 3.90625 0 3.9375 0.078125 4.265625 0.078125 C 4.484375 0.078125 4.609375 0.046875 4.734375 -0.25 L 7.09375 -5.421875 C 7.203125 -5.640625 7.265625 -5.75 8.15625 -5.75 Z M 8.15625 -5.75 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-10">
|
||||||
|
<path style="stroke:none;" d="M 11.625 0 L 11.625 -0.609375 L 10.25 -0.609375 L 6.5625 -9.703125 C 6.46875 -9.96875 6.4375 -10.046875 6.09375 -10.046875 C 5.734375 -10.046875 5.703125 -9.96875 5.609375 -9.703125 L 2.046875 -0.96875 C 1.953125 -0.734375 1.953125 -0.703125 1.546875 -0.65625 C 1.1875 -0.609375 1.140625 -0.609375 0.8125 -0.609375 L 0.5625 -0.609375 L 0.5625 0 C 0.9375 -0.03125 1.796875 -0.03125 2.203125 -0.03125 C 2.59375 -0.03125 3.640625 -0.03125 3.96875 0 L 3.96875 -0.609375 C 3.65625 -0.609375 3.109375 -0.609375 2.71875 -0.78125 C 2.75 -0.90625 2.75 -0.9375 2.78125 -0.984375 L 3.546875 -2.859375 L 7.390625 -2.859375 L 8.296875 -0.609375 L 6.9375 -0.609375 L 6.9375 0 C 7.40625 -0.03125 8.796875 -0.03125 9.34375 -0.03125 C 9.796875 -0.03125 11.265625 -0.03125 11.625 0 Z M 7.125 -3.46875 L 3.78125 -3.46875 L 5.46875 -7.609375 Z M 7.125 -3.46875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-11">
|
||||||
|
<path style="stroke:none;" d="M 6.71875 -1.671875 C 6.71875 -1.84375 6.5625 -1.84375 6.40625 -1.84375 C 6.1875 -1.84375 6.171875 -1.84375 6.09375 -1.65625 C 6 -1.390625 5.609375 -0.4375 4.28125 -0.4375 C 2.265625 -0.4375 2.265625 -2.609375 2.265625 -3.25 C 2.265625 -4.109375 2.28125 -5.984375 4.15625 -5.984375 C 4.265625 -5.984375 5.109375 -5.953125 5.109375 -5.875 C 5.109375 -5.875 5.09375 -5.859375 5.0625 -5.84375 C 5.015625 -5.796875 4.828125 -5.578125 4.828125 -5.21875 C 4.828125 -4.625 5.328125 -4.375 5.6875 -4.375 C 5.984375 -4.375 6.53125 -4.5625 6.53125 -5.234375 C 6.53125 -6.40625 4.875 -6.5 4.109375 -6.5 C 1.546875 -6.5 0.546875 -4.828125 0.546875 -3.1875 C 0.546875 -1.234375 1.90625 0.09375 4.015625 0.09375 C 6.265625 0.09375 6.71875 -1.578125 6.71875 -1.671875 Z M 6.71875 -1.671875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-12">
|
||||||
|
<path style="stroke:none;" d="M 5.359375 -1.78125 L 5.359375 -2.53125 L 4.765625 -2.53125 L 4.765625 -1.796875 C 4.765625 -0.84375 4.328125 -0.4375 3.890625 -0.4375 C 3.03125 -0.4375 3.03125 -1.390625 3.03125 -1.71875 L 3.03125 -5.75 L 5.09375 -5.75 L 5.09375 -6.375 L 3.03125 -6.375 L 3.03125 -9.109375 L 2.421875 -9.109375 C 2.40625 -7.6875 1.71875 -6.265625 0.296875 -6.21875 L 0.296875 -5.75 L 1.46875 -5.75 L 1.46875 -1.765625 C 1.46875 -0.25 2.640625 0.09375 3.671875 0.09375 C 4.734375 0.09375 5.359375 -0.71875 5.359375 -1.78125 Z M 5.359375 -1.78125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-13">
|
||||||
|
<path style="stroke:none;" d="M 7.609375 -3.140625 C 7.609375 -5.078125 6.28125 -6.5 4.03125 -6.5 C 1.6875 -6.5 0.4375 -5 0.4375 -3.140625 C 0.4375 -1.265625 1.765625 0.09375 4.015625 0.09375 C 6.359375 0.09375 7.609375 -1.328125 7.609375 -3.140625 Z M 5.875 -3.28125 C 5.875 -2.09375 5.875 -0.4375 4.03125 -0.4375 C 2.171875 -0.4375 2.171875 -2.109375 2.171875 -3.28125 C 2.171875 -3.953125 2.171875 -4.671875 2.4375 -5.1875 C 2.75 -5.765625 3.40625 -6.03125 4.015625 -6.03125 C 4.828125 -6.03125 5.34375 -5.640625 5.59375 -5.234375 C 5.875 -4.71875 5.875 -3.96875 5.875 -3.28125 Z M 5.875 -3.28125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph0-14">
|
||||||
|
<path style="stroke:none;" d="M 8.609375 0 L 8.609375 -0.609375 L 7.609375 -0.609375 L 7.609375 -4.390625 C 7.609375 -5.75 7.03125 -6.453125 5.453125 -6.453125 C 4.421875 -6.453125 3.53125 -5.953125 3.046875 -4.875 L 3.03125 -4.875 L 3.03125 -6.453125 L 0.609375 -6.34375 L 0.609375 -5.71875 C 1.484375 -5.71875 1.59375 -5.71875 1.59375 -5.15625 L 1.59375 -0.609375 L 0.609375 -0.609375 L 0.609375 0 C 0.9375 -0.03125 1.96875 -0.03125 2.359375 -0.03125 C 2.765625 -0.03125 3.8125 -0.03125 4.140625 0 L 4.140625 -0.609375 L 3.15625 -0.609375 L 3.15625 -3.671875 C 3.15625 -5.21875 4.296875 -5.984375 5.21875 -5.984375 C 5.75 -5.984375 6.046875 -5.640625 6.046875 -4.546875 L 6.046875 -0.609375 L 5.0625 -0.609375 L 5.0625 0 C 5.390625 -0.03125 6.421875 -0.03125 6.828125 -0.03125 C 7.234375 -0.03125 8.28125 -0.03125 8.609375 0 Z M 8.609375 0 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-1">
|
||||||
|
<path style="stroke:none;" d="M 4.890625 -2.171875 C 4.890625 -3.421875 3.984375 -4.390625 2.90625 -4.390625 C 2.484375 -4.390625 2.078125 -4.25 1.75 -4 C 1.734375 -4.234375 1.640625 -4.34375 1.28125 -4.34375 L 0.578125 -4.34375 C 0.390625 -4.34375 0.09375 -4.328125 0.09375 -3.96875 C 0.09375 -3.609375 0.40625 -3.59375 0.5625 -3.59375 L 0.921875 -3.59375 L 0.921875 1.40625 L 0.578125 1.40625 C 0.390625 1.40625 0.09375 1.421875 0.09375 1.78125 C 0.09375 2.140625 0.40625 2.15625 0.5625 2.15625 L 2.109375 2.15625 C 2.28125 2.15625 2.578125 2.140625 2.578125 1.78125 C 2.578125 1.421875 2.296875 1.40625 2.109375 1.40625 L 1.75 1.40625 L 1.75 -0.34375 C 2.140625 -0.015625 2.515625 0.0625 2.796875 0.0625 C 3.890625 0.0625 4.890625 -0.890625 4.890625 -2.171875 Z M 4.0625 -2.171875 C 4.0625 -1.296875 3.421875 -0.6875 2.78125 -0.6875 C 2.078125 -0.6875 1.765625 -1.5 1.765625 -1.9375 L 1.765625 -2.640625 C 1.765625 -3.1875 2.296875 -3.65625 2.859375 -3.65625 C 3.53125 -3.65625 4.0625 -2.96875 4.0625 -2.171875 Z M 4.0625 -2.171875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-2">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -0.375 C 5.109375 -0.734375 4.8125 -0.75 4.65625 -0.75 L 4.296875 -0.75 L 4.296875 -3.875 C 4.296875 -4.234375 4.21875 -4.34375 3.828125 -4.34375 L 3.125 -4.34375 C 2.9375 -4.34375 2.640625 -4.328125 2.640625 -3.96875 C 2.640625 -3.609375 2.9375 -3.59375 3.109375 -3.59375 L 3.46875 -3.59375 L 3.46875 -1.609375 C 3.46875 -0.796875 2.734375 -0.6875 2.4375 -0.6875 C 1.765625 -0.6875 1.75 -0.96875 1.75 -1.25 L 1.75 -3.875 C 1.75 -4.234375 1.6875 -4.34375 1.28125 -4.34375 L 0.578125 -4.34375 C 0.390625 -4.34375 0.109375 -4.328125 0.109375 -3.96875 C 0.109375 -3.609375 0.40625 -3.59375 0.5625 -3.59375 L 0.921875 -3.59375 L 0.921875 -1.1875 C 0.921875 -0.203125 1.640625 0.0625 2.390625 0.0625 C 2.765625 0.0625 3.140625 -0.03125 3.484375 -0.25 C 3.546875 -0.015625 3.75 0 3.9375 0 L 4.640625 0 C 4.828125 0 5.109375 -0.015625 5.109375 -0.375 Z M 5.109375 -0.375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-3">
|
||||||
|
<path style="stroke:none;" d="M 4.890625 -2.171875 C 4.890625 -3.421875 3.984375 -4.390625 2.90625 -4.390625 C 2.484375 -4.390625 2.078125 -4.25 1.75 -4.015625 L 1.75 -5.609375 C 1.75 -5.96875 1.6875 -6.09375 1.28125 -6.09375 L 0.578125 -6.09375 C 0.390625 -6.09375 0.09375 -6.078125 0.09375 -5.71875 C 0.09375 -5.359375 0.40625 -5.34375 0.5625 -5.34375 L 0.921875 -5.34375 L 0.921875 -0.484375 C 0.921875 -0.234375 0.9375 0 1.34375 0 C 1.65625 0 1.734375 -0.140625 1.75 -0.34375 C 2.125 -0.015625 2.515625 0.0625 2.796875 0.0625 C 3.890625 0.0625 4.890625 -0.890625 4.890625 -2.171875 Z M 4.0625 -2.171875 C 4.0625 -1.296875 3.421875 -0.6875 2.78125 -0.6875 C 2.078125 -0.6875 1.765625 -1.5 1.765625 -1.9375 L 1.765625 -2.640625 C 1.765625 -3.1875 2.296875 -3.65625 2.859375 -3.65625 C 3.53125 -3.65625 4.0625 -2.96875 4.0625 -2.171875 Z M 4.0625 -2.171875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-4">
|
||||||
|
<path style="stroke:none;" d="M 4.6875 -0.375 C 4.6875 -0.734375 4.40625 -0.75 4.21875 -0.75 L 3.03125 -0.75 L 3.03125 -5.609375 C 3.03125 -5.96875 2.953125 -6.09375 2.5625 -6.09375 L 1.03125 -6.09375 C 0.84375 -6.09375 0.546875 -6.078125 0.546875 -5.71875 C 0.546875 -5.359375 0.84375 -5.34375 1.015625 -5.34375 L 2.203125 -5.34375 L 2.203125 -0.75 L 1.03125 -0.75 C 0.84375 -0.75 0.546875 -0.734375 0.546875 -0.375 C 0.546875 -0.015625 0.84375 0 1.015625 0 L 4.21875 0 C 4.390625 0 4.6875 -0.015625 4.6875 -0.375 Z M 4.6875 -0.375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-5">
|
||||||
|
<path style="stroke:none;" d="M 4.5625 -0.375 C 4.5625 -0.734375 4.265625 -0.75 4.09375 -0.75 L 3.15625 -0.75 L 3.15625 -3.875 C 3.15625 -4.234375 3.078125 -4.34375 2.6875 -4.34375 L 1.3125 -4.34375 C 1.125 -4.34375 0.828125 -4.328125 0.828125 -3.984375 C 0.828125 -3.609375 1.125 -3.59375 1.3125 -3.59375 L 2.328125 -3.59375 L 2.328125 -0.75 L 1.21875 -0.75 C 1.03125 -0.75 0.75 -0.734375 0.75 -0.375 C 0.75 -0.015625 1.046875 0 1.21875 0 L 4.09375 0 C 4.265625 0 4.5625 -0.015625 4.5625 -0.375 Z M 3.1875 -5.484375 C 3.1875 -5.796875 2.9375 -6.046875 2.625 -6.046875 C 2.296875 -6.046875 2.046875 -5.796875 2.046875 -5.484375 C 2.046875 -5.15625 2.296875 -4.921875 2.625 -4.921875 C 2.9375 -4.921875 3.1875 -5.15625 3.1875 -5.484375 Z M 3.1875 -5.484375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-6">
|
||||||
|
<path style="stroke:none;" d="M 4.671875 -1.140625 C 4.671875 -1.46875 4.328125 -1.484375 4.25 -1.484375 C 4.0625 -1.484375 3.953125 -1.46875 3.859375 -1.21875 C 3.8125 -1.109375 3.609375 -0.6875 2.96875 -0.6875 C 2.1875 -0.6875 1.53125 -1.328125 1.53125 -2.171875 C 1.53125 -2.625 1.78125 -3.671875 3.03125 -3.671875 L 3.53125 -3.671875 C 3.546875 -3.265625 3.765625 -3.125 4.03125 -3.125 C 4.3125 -3.125 4.5625 -3.3125 4.5625 -3.640625 C 4.5625 -4.390625 3.5 -4.421875 3.03125 -4.421875 C 1.3125 -4.421875 0.703125 -3.0625 0.703125 -2.171875 C 0.703125 -0.96875 1.640625 0.0625 2.90625 0.0625 C 4.34375 0.0625 4.671875 -0.96875 4.671875 -1.140625 Z M 4.671875 -1.140625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-7">
|
||||||
|
<path style="stroke:none;" d="M 5.1875 -0.375 C 5.1875 -0.734375 4.90625 -0.75 4.71875 -0.75 C 4.4375 -0.75 4.296875 -0.78125 4.21875 -0.8125 L 4.21875 -2.84375 C 4.21875 -3.5625 3.671875 -4.421875 2.21875 -4.421875 C 1.78125 -4.421875 0.734375 -4.390625 0.734375 -3.640625 C 0.734375 -3.296875 0.984375 -3.125 1.25 -3.125 C 1.421875 -3.125 1.75 -3.21875 1.75 -3.65625 C 1.75 -3.65625 2.078125 -3.671875 2.234375 -3.671875 C 2.890625 -3.671875 3.359375 -3.421875 3.390625 -2.84375 C 1.671875 -2.796875 0.484375 -2.265625 0.484375 -1.328125 C 0.484375 -0.625 1.109375 0.0625 2.15625 0.0625 C 2.515625 0.0625 3.09375 -0.015625 3.5625 -0.296875 C 3.8125 -0.015625 4.25 0 4.625 0 C 4.953125 0 5.1875 -0.015625 5.1875 -0.375 Z M 3.375 -1.375 C 3.375 -1.1875 3.375 -1 3.046875 -0.84375 C 2.71875 -0.6875 2.296875 -0.6875 2.21875 -0.6875 C 1.671875 -0.6875 1.296875 -0.984375 1.296875 -1.328125 C 1.296875 -1.765625 2.078125 -2.0625 3.375 -2.109375 Z M 3.375 -1.375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-8">
|
||||||
|
<path style="stroke:none;" d="M 4.609375 -1.296875 C 4.609375 -2.359375 3.296875 -2.578125 2.96875 -2.625 L 1.96875 -2.8125 C 1.703125 -2.875 1.4375 -2.984375 1.4375 -3.203125 C 1.4375 -3.4375 1.75 -3.671875 2.59375 -3.671875 C 3.3125 -3.671875 3.453125 -3.4375 3.484375 -3.203125 C 3.5 -3.015625 3.53125 -2.8125 3.890625 -2.8125 C 4.3125 -2.8125 4.3125 -3.046875 4.3125 -3.28125 L 4.3125 -3.953125 C 4.3125 -4.140625 4.296875 -4.421875 3.953125 -4.421875 C 3.734375 -4.421875 3.65625 -4.34375 3.609375 -4.25 C 3.1875 -4.421875 2.796875 -4.421875 2.609375 -4.421875 C 0.90625 -4.421875 0.6875 -3.5625 0.6875 -3.203125 C 0.6875 -2.265625 1.734375 -2.078125 2.671875 -1.9375 C 3.109375 -1.859375 3.859375 -1.75 3.859375 -1.296875 C 3.859375 -0.953125 3.515625 -0.6875 2.6875 -0.6875 C 2.265625 -0.6875 1.75 -0.78125 1.53125 -1.5 C 1.46875 -1.71875 1.421875 -1.828125 1.109375 -1.828125 C 0.703125 -1.828125 0.6875 -1.59375 0.6875 -1.359375 L 0.6875 -0.421875 C 0.6875 -0.234375 0.703125 0.0625 1.0625 0.0625 C 1.15625 0.0625 1.328125 0.0625 1.453125 -0.265625 C 1.921875 0.046875 2.40625 0.0625 2.6875 0.0625 C 4.28125 0.0625 4.609375 -0.8125 4.609375 -1.296875 Z M 4.609375 -1.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-9">
|
||||||
|
<path style="stroke:none;" d="M 4.984375 -4.90625 L 4.984375 -5.609375 C 4.984375 -5.96875 4.921875 -6.09375 4.515625 -6.09375 L 0.71875 -6.09375 C 0.34375 -6.09375 0.234375 -6 0.234375 -5.609375 L 0.234375 -4.90625 C 0.234375 -4.6875 0.25 -4.421875 0.640625 -4.421875 C 1.0625 -4.421875 1.0625 -4.671875 1.0625 -4.90625 L 1.0625 -5.34375 L 2.203125 -5.34375 L 2.203125 -0.75 L 1.78125 -0.75 C 1.59375 -0.75 1.3125 -0.734375 1.3125 -0.375 C 1.3125 -0.015625 1.578125 0 1.78125 0 L 3.453125 0 C 3.640625 0 3.921875 -0.015625 3.921875 -0.375 C 3.921875 -0.734375 3.65625 -0.75 3.453125 -0.75 L 3.03125 -0.75 L 3.03125 -5.34375 L 4.15625 -5.34375 L 4.15625 -4.90625 C 4.15625 -4.6875 4.171875 -4.421875 4.5625 -4.421875 C 4.96875 -4.421875 4.984375 -4.671875 4.984375 -4.90625 Z M 4.984375 -4.90625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-10">
|
||||||
|
<path style="stroke:none;" d="M 4.65625 -1.140625 C 4.65625 -1.46875 4.3125 -1.484375 4.234375 -1.484375 C 4.015625 -1.484375 3.921875 -1.453125 3.84375 -1.21875 C 3.640625 -0.765625 3.15625 -0.6875 2.90625 -0.6875 C 2.234375 -0.6875 1.5625 -1.109375 1.390625 -1.859375 L 4.1875 -1.859375 C 4.4375 -1.859375 4.65625 -1.859375 4.65625 -2.296875 C 4.65625 -3.4375 4 -4.421875 2.6875 -4.421875 C 1.5 -4.421875 0.515625 -3.421875 0.515625 -2.1875 C 0.515625 -0.953125 1.53125 0.0625 2.828125 0.0625 C 4.1875 0.0625 4.65625 -0.875 4.65625 -1.140625 Z M 3.796875 -2.59375 L 1.390625 -2.59375 C 1.5625 -3.21875 2.078125 -3.671875 2.6875 -3.671875 C 3.15625 -3.671875 3.6875 -3.453125 3.796875 -2.59375 Z M 3.796875 -2.59375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-11">
|
||||||
|
<path style="stroke:none;" d="M 4.5 -1.3125 C 4.5 -1.515625 4.5 -1.75 4.078125 -1.75 C 3.6875 -1.75 3.671875 -1.515625 3.671875 -1.3125 C 3.671875 -0.78125 3.171875 -0.6875 2.953125 -0.6875 C 2.296875 -0.6875 2.296875 -1.140625 2.296875 -1.359375 L 2.296875 -3.59375 L 3.8125 -3.59375 C 3.984375 -3.59375 4.28125 -3.609375 4.28125 -3.96875 C 4.28125 -4.34375 4 -4.34375 3.8125 -4.34375 L 2.296875 -4.34375 L 2.296875 -5.0625 C 2.296875 -5.28125 2.28125 -5.53125 1.890625 -5.53125 C 1.46875 -5.53125 1.46875 -5.296875 1.46875 -5.0625 L 1.46875 -4.34375 L 0.703125 -4.34375 C 0.515625 -4.34375 0.234375 -4.328125 0.234375 -3.96875 C 0.234375 -3.609375 0.515625 -3.59375 0.6875 -3.59375 L 1.46875 -3.59375 L 1.46875 -1.3125 C 1.46875 -0.3125 2.15625 0.0625 2.921875 0.0625 C 3.671875 0.0625 4.5 -0.390625 4.5 -1.3125 Z M 4.5 -1.3125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-12">
|
||||||
|
<path style="stroke:none;" d="M 5 -3.96875 C 5 -4.34375 4.71875 -4.34375 4.53125 -4.34375 L 3.40625 -4.34375 C 3.21875 -4.34375 2.9375 -4.328125 2.9375 -3.984375 C 2.9375 -3.609375 3.203125 -3.59375 3.40625 -3.59375 L 3.5625 -3.59375 L 2.609375 -0.78125 L 1.671875 -3.59375 L 1.828125 -3.59375 C 2 -3.59375 2.296875 -3.609375 2.296875 -3.96875 C 2.296875 -4.34375 2.015625 -4.34375 1.828125 -4.34375 L 0.6875 -4.34375 C 0.5 -4.34375 0.21875 -4.34375 0.21875 -3.96875 C 0.21875 -3.609375 0.515625 -3.59375 0.6875 -3.59375 L 0.921875 -3.59375 L 2.03125 -0.34375 C 2.15625 0.046875 2.375 0.046875 2.609375 0.046875 C 2.828125 0.046875 3.078125 0.03125 3.203125 -0.34375 L 4.296875 -3.59375 L 4.53125 -3.59375 C 4.71875 -3.59375 5 -3.609375 5 -3.96875 Z M 5 -3.96875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-13">
|
||||||
|
<path style="stroke:none;" d="M 4.6875 -2.171875 C 4.6875 -3.4375 3.734375 -4.421875 2.609375 -4.421875 C 1.484375 -4.421875 0.53125 -3.4375 0.53125 -2.171875 C 0.53125 -0.890625 1.5 0.0625 2.609375 0.0625 C 3.71875 0.0625 4.6875 -0.90625 4.6875 -2.171875 Z M 3.859375 -2.25 C 3.859375 -1.390625 3.296875 -0.6875 2.609375 -0.6875 C 1.9375 -0.6875 1.359375 -1.390625 1.359375 -2.25 C 1.359375 -3.078125 1.96875 -3.671875 2.609375 -3.671875 C 3.265625 -3.671875 3.859375 -3.078125 3.859375 -2.25 Z M 3.859375 -2.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph1-14">
|
||||||
|
<path style="stroke:none;" d="M 5.125 -0.375 C 5.125 -0.734375 4.828125 -0.75 4.65625 -0.75 L 4.296875 -0.75 L 4.296875 -5.609375 C 4.296875 -5.96875 4.234375 -6.09375 3.828125 -6.09375 L 3.125 -6.09375 C 2.9375 -6.09375 2.640625 -6.078125 2.640625 -5.71875 C 2.640625 -5.359375 2.9375 -5.34375 3.109375 -5.34375 L 3.46875 -5.34375 L 3.46875 -4.046875 C 3.15625 -4.28125 2.796875 -4.390625 2.40625 -4.390625 C 1.3125 -4.390625 0.34375 -3.453125 0.34375 -2.15625 C 0.34375 -0.921875 1.25 0.0625 2.328125 0.0625 C 2.8125 0.0625 3.1875 -0.140625 3.46875 -0.390625 C 3.484375 -0.109375 3.546875 0 3.9375 0 L 4.640625 0 C 4.828125 0 5.125 -0.015625 5.125 -0.375 Z M 3.453125 -1.96875 C 3.453125 -1.453125 3.046875 -0.6875 2.359375 -0.6875 C 1.6875 -0.6875 1.15625 -1.34375 1.15625 -2.15625 C 1.15625 -3.046875 1.796875 -3.65625 2.4375 -3.65625 C 3.015625 -3.65625 3.453125 -3.15625 3.453125 -2.65625 Z M 3.453125 -1.96875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-0">
|
||||||
|
<path style="stroke:none;" d=""/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-1">
|
||||||
|
<path style="stroke:none;" d="M 4.65625 0.515625 C 4.65625 0.234375 4.40625 0.21875 4.3125 0.21875 C 2.953125 0.1875 2.953125 -0.171875 2.953125 -0.484375 L 2.953125 -2.078125 C 2.953125 -2.328125 2.9375 -2.734375 2.375 -3.046875 C 2.796875 -3.296875 2.953125 -3.625 2.953125 -3.875 L 2.953125 -5.1875 C 2.953125 -5.4375 2.953125 -5.828125 2.984375 -5.90625 C 3.171875 -6.296875 4.046875 -6.3125 4.390625 -6.3125 C 4.453125 -6.3125 4.65625 -6.375 4.65625 -6.609375 C 4.65625 -6.921875 4.421875 -6.921875 4.234375 -6.921875 C 3.53125 -6.921875 2.453125 -6.78125 2.28125 -5.90625 C 2.265625 -5.859375 2.265625 -5.359375 2.265625 -5.078125 L 2.265625 -4.171875 C 2.265625 -3.8125 2.265625 -3.671875 1.90625 -3.515625 C 1.5625 -3.359375 1.0625 -3.34375 0.828125 -3.34375 C 0.765625 -3.34375 0.5625 -3.296875 0.5625 -3.046875 C 0.5625 -2.75 0.8125 -2.734375 0.90625 -2.734375 C 1.171875 -2.734375 2.25 -2.703125 2.265625 -2.15625 L 2.265625 -0.515625 C 2.265625 -0.203125 2.265625 0.234375 2.796875 0.53125 C 3.203125 0.75 3.765625 0.828125 4.234375 0.828125 C 4.421875 0.828125 4.65625 0.828125 4.65625 0.515625 Z M 4.65625 0.515625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-2">
|
||||||
|
<path style="stroke:none;" d="M 5.140625 -0.296875 C 5.140625 -0.609375 4.9375 -0.609375 4.578125 -0.609375 L 4.578125 -3.015625 C 4.578125 -3.21875 4.578125 -4.359375 3.6875 -4.359375 C 3.390625 -4.359375 2.984375 -4.234375 2.703125 -3.84375 C 2.546875 -4.171875 2.265625 -4.359375 1.9375 -4.359375 C 1.625 -4.359375 1.328125 -4.21875 1.09375 -4 C 1.0625 -4.296875 0.875 -4.296875 0.6875 -4.296875 L 0.375 -4.296875 C 0.21875 -4.296875 -0.046875 -4.296875 -0.046875 -4 C -0.046875 -3.6875 0.171875 -3.6875 0.53125 -3.6875 L 0.53125 -0.609375 C 0.171875 -0.609375 -0.046875 -0.609375 -0.046875 -0.296875 C -0.046875 0 0.234375 0 0.375 0 L 1.25 0 C 1.390625 0 1.65625 0 1.65625 -0.296875 C 1.65625 -0.609375 1.453125 -0.609375 1.09375 -0.609375 L 1.09375 -2.390625 C 1.09375 -3.28125 1.5 -3.75 1.90625 -3.75 C 2.140625 -3.75 2.265625 -3.578125 2.265625 -2.9375 L 2.265625 -0.609375 C 2.078125 -0.609375 1.828125 -0.609375 1.828125 -0.296875 C 1.828125 0 2.109375 0 2.25 0 L 2.984375 0 C 3.140625 0 3.40625 0 3.40625 -0.296875 C 3.40625 -0.609375 3.1875 -0.609375 2.828125 -0.609375 L 2.828125 -2.390625 C 2.828125 -3.28125 3.234375 -3.75 3.65625 -3.75 C 3.875 -3.75 4.015625 -3.578125 4.015625 -2.9375 L 4.015625 -0.609375 C 3.828125 -0.609375 3.578125 -0.609375 3.578125 -0.296875 C 3.578125 0 3.84375 0 3.984375 0 L 4.734375 0 C 4.890625 0 5.140625 0 5.140625 -0.296875 Z M 5.140625 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-3">
|
||||||
|
<path style="stroke:none;" d="M 5.171875 -0.3125 C 5.171875 -0.609375 4.921875 -0.609375 4.78125 -0.609375 C 4.359375 -0.609375 4.25 -0.65625 4.171875 -0.6875 L 4.171875 -2.84375 C 4.171875 -3.546875 3.640625 -4.390625 2.203125 -4.390625 C 1.78125 -4.390625 0.75 -4.390625 0.75 -3.65625 C 0.75 -3.359375 0.96875 -3.203125 1.203125 -3.203125 C 1.359375 -3.203125 1.640625 -3.296875 1.640625 -3.65625 C 1.640625 -3.734375 1.65625 -3.75 1.859375 -3.765625 C 2 -3.78125 2.125 -3.78125 2.21875 -3.78125 C 2.96875 -3.78125 3.484375 -3.46875 3.484375 -2.765625 C 1.71875 -2.734375 0.5 -2.234375 0.5 -1.28125 C 0.5 -0.59375 1.125 0.0625 2.140625 0.0625 C 2.515625 0.0625 3.125 -0.015625 3.59375 -0.3125 C 3.8125 -0.015625 4.296875 0 4.671875 0 C 4.953125 0 5.171875 0 5.171875 -0.3125 Z M 3.484375 -1.328125 C 3.484375 -1.109375 3.484375 -0.890625 3.09375 -0.71875 C 2.734375 -0.546875 2.296875 -0.546875 2.21875 -0.546875 C 1.59375 -0.546875 1.1875 -0.890625 1.1875 -1.28125 C 1.1875 -1.765625 2.046875 -2.140625 3.484375 -2.171875 Z M 3.484375 -1.328125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-4">
|
||||||
|
<path style="stroke:none;" d="M 4.53125 -0.296875 C 4.53125 -0.609375 4.28125 -0.609375 4.125 -0.609375 L 3.078125 -0.609375 L 3.078125 -3.890625 C 3.078125 -4.203125 3.015625 -4.296875 2.6875 -4.296875 L 1.265625 -4.296875 C 1.109375 -4.296875 0.859375 -4.296875 0.859375 -4 C 0.859375 -3.6875 1.109375 -3.6875 1.265625 -3.6875 L 2.390625 -3.6875 L 2.390625 -0.609375 L 1.1875 -0.609375 C 1.03125 -0.609375 0.78125 -0.609375 0.78125 -0.296875 C 0.78125 0 1.03125 0 1.1875 0 L 4.125 0 C 4.28125 0 4.53125 0 4.53125 -0.296875 Z M 3.125 -5.53125 C 3.125 -5.8125 2.90625 -6.03125 2.625 -6.03125 C 2.34375 -6.03125 2.125 -5.8125 2.125 -5.53125 C 2.125 -5.25 2.34375 -5.03125 2.625 -5.03125 C 2.90625 -5.03125 3.125 -5.25 3.125 -5.53125 Z M 3.125 -5.53125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-5">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -0.296875 C 5.109375 -0.609375 4.859375 -0.609375 4.6875 -0.609375 L 4.25 -0.609375 L 4.25 -2.921875 C 4.25 -3.921875 3.75 -4.359375 2.953125 -4.359375 C 2.296875 -4.359375 1.84375 -4.015625 1.65625 -3.828125 C 1.65625 -4.140625 1.65625 -4.296875 1.25 -4.296875 L 0.53125 -4.296875 C 0.375 -4.296875 0.125 -4.296875 0.125 -3.984375 C 0.125 -3.6875 0.375 -3.6875 0.515625 -3.6875 L 0.96875 -3.6875 L 0.96875 -0.609375 L 0.53125 -0.609375 C 0.375 -0.609375 0.125 -0.609375 0.125 -0.296875 C 0.125 0 0.375 0 0.515625 0 L 2.109375 0 C 2.25 0 2.5 0 2.5 -0.296875 C 2.5 -0.609375 2.25 -0.609375 2.09375 -0.609375 L 1.65625 -0.609375 L 1.65625 -2.375 C 1.65625 -3.375 2.390625 -3.75 2.90625 -3.75 C 3.421875 -3.75 3.5625 -3.46875 3.5625 -2.875 L 3.5625 -0.609375 L 3.1875 -0.609375 C 3.015625 -0.609375 2.765625 -0.609375 2.765625 -0.296875 C 2.765625 0 3.046875 0 3.1875 0 L 4.703125 0 C 4.84375 0 5.109375 0 5.109375 -0.296875 Z M 5.109375 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-6">
|
||||||
|
<path style="stroke:none;" d="M 4.359375 0.53125 C 4.359375 0.390625 4.28125 0.34375 4.109375 0.234375 C 2.875 -0.609375 2.40625 -1.9375 2.40625 -3.046875 C 2.40625 -4.046875 2.796875 -5.4375 4.125 -6.34375 C 4.28125 -6.453125 4.359375 -6.484375 4.359375 -6.640625 C 4.359375 -6.71875 4.3125 -6.921875 4.046875 -6.921875 C 3.765625 -6.921875 1.71875 -5.609375 1.71875 -3.046875 C 1.71875 -1.859375 2.1875 -0.96875 2.53125 -0.46875 C 3.0625 0.265625 3.8125 0.8125 4.046875 0.8125 C 4.3125 0.8125 4.359375 0.625 4.359375 0.53125 Z M 4.359375 0.53125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-7">
|
||||||
|
<path style="stroke:none;" d="M 4.703125 -1.65625 C 4.703125 -2.296875 4.34375 -2.71875 4.234375 -2.84375 C 3.8125 -3.234375 3.546875 -3.3125 2.765625 -3.484375 L 1.96875 -3.671875 C 1.546875 -3.78125 1.171875 -4.140625 1.171875 -4.609375 C 1.171875 -5.109375 1.65625 -5.59375 2.359375 -5.59375 C 3.53125 -5.59375 3.6875 -4.65625 3.75 -4.34375 C 3.78125 -4.125 3.890625 -4.0625 4.09375 -4.0625 C 4.4375 -4.0625 4.4375 -4.28125 4.4375 -4.46875 L 4.4375 -5.796875 C 4.4375 -5.953125 4.4375 -6.203125 4.140625 -6.203125 C 3.890625 -6.203125 3.84375 -6.03125 3.765625 -5.734375 C 3.359375 -6.078125 2.828125 -6.203125 2.375 -6.203125 C 1.265625 -6.203125 0.515625 -5.40625 0.515625 -4.5625 C 0.515625 -3.890625 0.984375 -3.234375 1.796875 -3 L 2.953125 -2.734375 C 3.234375 -2.671875 4.0625 -2.46875 4.0625 -1.609375 C 4.0625 -1.09375 3.625 -0.5 2.84375 -0.5 C 2.5625 -0.5 2.078125 -0.53125 1.671875 -0.8125 C 1.25 -1.078125 1.21875 -1.5 1.203125 -1.671875 C 1.203125 -1.84375 1.1875 -2.03125 0.875 -2.03125 C 0.515625 -2.03125 0.515625 -1.8125 0.515625 -1.609375 L 0.515625 -0.296875 C 0.515625 -0.140625 0.515625 0.109375 0.8125 0.109375 C 1.03125 0.109375 1.09375 -0.03125 1.1875 -0.34375 C 1.578125 -0.046875 2.1875 0.109375 2.828125 0.109375 C 3.984375 0.109375 4.703125 -0.765625 4.703125 -1.65625 Z M 4.703125 -1.65625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-8">
|
||||||
|
<path style="stroke:none;" d="M 4.46875 -1.25 C 4.46875 -1.4375 4.46875 -1.640625 4.125 -1.640625 C 3.796875 -1.640625 3.78125 -1.4375 3.78125 -1.265625 C 3.78125 -0.640625 3.203125 -0.546875 2.984375 -0.546875 C 2.21875 -0.546875 2.21875 -1.0625 2.21875 -1.3125 L 2.21875 -3.6875 L 3.84375 -3.6875 C 4 -3.6875 4.25 -3.6875 4.25 -3.984375 C 4.25 -4.296875 4 -4.296875 3.84375 -4.296875 L 2.21875 -4.296875 L 2.21875 -5.109375 C 2.21875 -5.296875 2.21875 -5.515625 1.875 -5.515625 C 1.53125 -5.515625 1.53125 -5.3125 1.53125 -5.109375 L 1.53125 -4.296875 L 0.65625 -4.296875 C 0.5 -4.296875 0.25 -4.296875 0.25 -3.984375 C 0.25 -3.6875 0.5 -3.6875 0.640625 -3.6875 L 1.53125 -3.6875 L 1.53125 -1.25 C 1.53125 -0.296875 2.203125 0.0625 2.9375 0.0625 C 3.671875 0.0625 4.46875 -0.375 4.46875 -1.25 Z M 4.46875 -1.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-9">
|
||||||
|
<path style="stroke:none;" d="M 4.859375 -3.734375 C 4.859375 -3.9375 4.734375 -4.359375 3.90625 -4.359375 C 3.40625 -4.359375 2.765625 -4.171875 2.21875 -3.546875 L 2.21875 -3.890625 C 2.21875 -4.203125 2.15625 -4.296875 1.8125 -4.296875 L 0.71875 -4.296875 C 0.5625 -4.296875 0.3125 -4.296875 0.3125 -4 C 0.3125 -3.6875 0.5625 -3.6875 0.71875 -3.6875 L 1.53125 -3.6875 L 1.53125 -0.609375 L 0.71875 -0.609375 C 0.5625 -0.609375 0.3125 -0.609375 0.3125 -0.3125 C 0.3125 0 0.5625 0 0.71875 0 L 3.3125 0 C 3.46875 0 3.734375 0 3.734375 -0.296875 C 3.734375 -0.609375 3.46875 -0.609375 3.3125 -0.609375 L 2.21875 -0.609375 L 2.21875 -1.859375 C 2.21875 -2.796875 2.796875 -3.75 4 -3.75 C 4.015625 -3.515625 4.1875 -3.3125 4.4375 -3.3125 C 4.65625 -3.3125 4.859375 -3.46875 4.859375 -3.734375 Z M 4.859375 -3.734375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-10">
|
||||||
|
<path style="stroke:none;" d="M 5.078125 -3.875 C 5.078125 -4.09375 4.890625 -4.40625 4.34375 -4.40625 C 4.234375 -4.40625 3.75 -4.390625 3.296875 -4.0625 C 3.125 -4.171875 2.78125 -4.359375 2.328125 -4.359375 C 1.390625 -4.359375 0.671875 -3.609375 0.671875 -2.765625 C 0.671875 -2.328125 0.84375 -2 1 -1.8125 C 0.890625 -1.65625 0.796875 -1.4375 0.796875 -1.140625 C 0.796875 -0.78125 0.9375 -0.53125 1.03125 -0.421875 C 0.296875 0.03125 0.296875 0.703125 0.296875 0.8125 C 0.296875 1.671875 1.328125 2.28125 2.609375 2.28125 C 3.890625 2.28125 4.9375 1.671875 4.9375 0.8125 C 4.9375 0.453125 4.75 -0.046875 4.25 -0.3125 C 4.109375 -0.390625 3.703125 -0.609375 2.796875 -0.609375 L 2.109375 -0.609375 C 2.03125 -0.609375 1.890625 -0.609375 1.8125 -0.625 C 1.671875 -0.625 1.609375 -0.625 1.484375 -0.765625 C 1.375 -0.90625 1.359375 -1.125 1.359375 -1.125 C 1.359375 -1.171875 1.390625 -1.3125 1.421875 -1.40625 C 1.453125 -1.390625 1.828125 -1.15625 2.328125 -1.15625 C 3.234375 -1.15625 3.96875 -1.875 3.96875 -2.765625 C 3.96875 -3.0625 3.875 -3.34375 3.703125 -3.625 C 3.921875 -3.75 4.15625 -3.78125 4.28125 -3.796875 C 4.34375 -3.53125 4.578125 -3.453125 4.671875 -3.453125 C 4.84375 -3.453125 5.078125 -3.578125 5.078125 -3.875 Z M 3.28125 -2.765625 C 3.28125 -2.1875 2.84375 -1.75 2.328125 -1.75 C 1.78125 -1.75 1.359375 -2.21875 1.359375 -2.75 C 1.359375 -3.3125 1.796875 -3.765625 2.328125 -3.765625 C 2.859375 -3.765625 3.28125 -3.296875 3.28125 -2.765625 Z M 4.359375 0.8125 C 4.359375 1.25 3.609375 1.6875 2.609375 1.6875 C 1.609375 1.6875 0.875 1.25 0.875 0.8125 C 0.875 0.640625 0.953125 0.3125 1.28125 0.125 C 1.53125 -0.046875 1.609375 -0.046875 2.34375 -0.046875 C 3.234375 -0.046875 4.359375 -0.046875 4.359375 0.8125 Z M 4.359375 0.8125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-11">
|
||||||
|
<path style="stroke:none;" d="M 4.8125 0.53125 C 4.8125 0.21875 4.578125 0.21875 4.421875 0.21875 L 2.90625 0.21875 L 2.90625 -6.3125 L 4.421875 -6.3125 C 4.5625 -6.3125 4.8125 -6.3125 4.8125 -6.609375 C 4.8125 -6.921875 4.578125 -6.921875 4.421875 -6.921875 L 2.609375 -6.921875 C 2.28125 -6.921875 2.21875 -6.828125 2.21875 -6.515625 L 2.21875 0.421875 C 2.21875 0.734375 2.265625 0.828125 2.609375 0.828125 L 4.421875 0.828125 C 4.5625 0.828125 4.8125 0.828125 4.8125 0.53125 Z M 4.8125 0.53125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-12">
|
||||||
|
<path style="stroke:none;" d="M 3.015625 0.421875 L 3.015625 -6.515625 C 3.015625 -6.8125 2.953125 -6.921875 2.609375 -6.921875 L 0.8125 -6.921875 C 0.65625 -6.921875 0.40625 -6.921875 0.40625 -6.625 C 0.40625 -6.3125 0.640625 -6.3125 0.8125 -6.3125 L 2.328125 -6.3125 L 2.328125 0.21875 L 0.8125 0.21875 C 0.65625 0.21875 0.40625 0.21875 0.40625 0.515625 C 0.40625 0.828125 0.640625 0.828125 0.8125 0.828125 L 2.609375 0.828125 C 2.9375 0.828125 3.015625 0.734375 3.015625 0.421875 Z M 3.015625 0.421875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-13">
|
||||||
|
<path style="stroke:none;" d="M 4.578125 -1.25 C 4.578125 -2.28125 3.296875 -2.5 2.96875 -2.546875 L 2.296875 -2.65625 C 2 -2.703125 1.328125 -2.828125 1.328125 -3.203125 C 1.328125 -3.46875 1.640625 -3.78125 2.59375 -3.78125 C 3.421875 -3.78125 3.5625 -3.484375 3.59375 -3.21875 C 3.59375 -3.046875 3.625 -2.875 3.921875 -2.875 C 4.28125 -2.875 4.28125 -3.09375 4.28125 -3.296875 L 4.28125 -3.984375 C 4.28125 -4.140625 4.28125 -4.390625 3.984375 -4.390625 C 3.734375 -4.390625 3.703125 -4.25 3.671875 -4.171875 C 3.234375 -4.390625 2.796875 -4.390625 2.609375 -4.390625 C 0.953125 -4.390625 0.71875 -3.5625 0.71875 -3.203125 C 0.71875 -2.296875 1.765625 -2.125 2.6875 -1.984375 C 3.171875 -1.90625 3.96875 -1.78125 3.96875 -1.25 C 3.96875 -0.875 3.59375 -0.546875 2.6875 -0.546875 C 2.21875 -0.546875 1.671875 -0.65625 1.421875 -1.4375 C 1.359375 -1.609375 1.328125 -1.71875 1.0625 -1.71875 C 0.71875 -1.71875 0.71875 -1.515625 0.71875 -1.3125 L 0.71875 -0.34375 C 0.71875 -0.1875 0.71875 0.0625 1.015625 0.0625 C 1.109375 0.0625 1.265625 0.046875 1.390625 -0.3125 C 1.875 0.046875 2.40625 0.0625 2.6875 0.0625 C 4.25 0.0625 4.578125 -0.765625 4.578125 -1.25 Z M 4.578125 -1.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-14">
|
||||||
|
<path style="stroke:none;" d="M 3.515625 -3.046875 C 3.515625 -4.234375 3.046875 -5.140625 2.703125 -5.625 C 2.171875 -6.359375 1.421875 -6.921875 1.1875 -6.921875 C 0.9375 -6.921875 0.875 -6.71875 0.875 -6.640625 C 0.875 -6.484375 0.984375 -6.421875 1.03125 -6.390625 C 2.671875 -5.296875 2.828125 -3.703125 2.828125 -3.046875 C 2.828125 -2.046875 2.453125 -0.671875 1.109375 0.234375 C 0.953125 0.34375 0.875 0.390625 0.875 0.53125 C 0.875 0.625 0.9375 0.8125 1.1875 0.8125 C 1.46875 0.8125 3.515625 -0.5 3.515625 -3.046875 Z M 3.515625 -3.046875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-15">
|
||||||
|
<path style="stroke:none;" d="M 4.984375 -3.984375 C 4.984375 -4.296875 4.75 -4.296875 4.578125 -4.296875 L 3.421875 -4.296875 C 3.265625 -4.296875 3.015625 -4.296875 3.015625 -4 C 3.015625 -3.6875 3.265625 -3.6875 3.421875 -3.6875 L 3.703125 -3.6875 L 2.984375 -1.5625 C 2.84375 -1.203125 2.796875 -1.015625 2.71875 -0.703125 C 2.65625 -0.890625 2.578125 -1.109375 2.5 -1.296875 L 1.578125 -3.6875 L 1.828125 -3.6875 C 1.96875 -3.6875 2.21875 -3.6875 2.21875 -3.984375 C 2.21875 -4.296875 1.984375 -4.296875 1.828125 -4.296875 L 0.65625 -4.296875 C 0.5 -4.296875 0.265625 -4.296875 0.265625 -3.984375 C 0.265625 -3.6875 0.515625 -3.6875 0.65625 -3.6875 L 0.96875 -3.6875 L 2.375 -0.125 C 2.421875 -0.03125 2.421875 0 2.421875 0 C 2.421875 0 2.171875 0.84375 2.046875 1.09375 C 1.75 1.640625 1.390625 1.65625 1.25 1.671875 C 1.25 1.671875 1.296875 1.578125 1.296875 1.453125 C 1.296875 1.203125 1.109375 1.015625 0.875 1.015625 C 0.59375 1.015625 0.421875 1.203125 0.421875 1.453125 C 0.421875 1.875 0.765625 2.265625 1.25 2.265625 C 2.25 2.265625 2.703125 0.953125 2.734375 0.84375 L 4.28125 -3.6875 L 4.578125 -3.6875 C 4.734375 -3.6875 4.984375 -3.6875 4.984375 -3.984375 Z M 4.984375 -3.984375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-16">
|
||||||
|
<path style="stroke:none;" d="M 4.625 -1.09375 C 4.625 -1.359375 4.34375 -1.359375 4.28125 -1.359375 C 4.09375 -1.359375 4.015625 -1.328125 3.953125 -1.140625 C 3.734375 -0.640625 3.1875 -0.546875 2.90625 -0.546875 C 2.15625 -0.546875 1.421875 -1.046875 1.25 -1.90625 L 4.234375 -1.90625 C 4.4375 -1.90625 4.625 -1.90625 4.625 -2.265625 C 4.625 -3.40625 3.984375 -4.390625 2.6875 -4.390625 C 1.5 -4.390625 0.546875 -3.390625 0.546875 -2.15625 C 0.546875 -0.953125 1.5625 0.0625 2.84375 0.0625 C 4.15625 0.0625 4.625 -0.84375 4.625 -1.09375 Z M 3.921875 -2.5 L 1.265625 -2.5 C 1.40625 -3.234375 2 -3.78125 2.6875 -3.78125 C 3.203125 -3.78125 3.828125 -3.53125 3.921875 -2.5 Z M 3.921875 -2.5 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-17">
|
||||||
|
<path style="stroke:none;" d="M 3.234375 -0.625 C 3.234375 -0.984375 2.9375 -1.25 2.625 -1.25 C 2.25 -1.25 2 -0.9375 2 -0.625 C 2 -0.265625 2.296875 0 2.609375 0 C 2.984375 0 3.234375 -0.3125 3.234375 -0.625 Z M 3.234375 -0.625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-18">
|
||||||
|
<path style="stroke:none;" d="M 4.65625 -2.15625 C 4.65625 -3.40625 3.734375 -4.390625 2.609375 -4.390625 C 1.5 -4.390625 0.5625 -3.40625 0.5625 -2.15625 C 0.5625 -0.890625 1.515625 0.0625 2.609375 0.0625 C 3.703125 0.0625 4.65625 -0.890625 4.65625 -2.15625 Z M 3.96875 -2.21875 C 3.96875 -1.296875 3.34375 -0.546875 2.609375 -0.546875 C 1.875 -0.546875 1.25 -1.296875 1.25 -2.21875 C 1.25 -3.125 1.90625 -3.78125 2.609375 -3.78125 C 3.328125 -3.78125 3.96875 -3.125 3.96875 -2.21875 Z M 3.96875 -2.21875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-19">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -0.3125 C 5.109375 -0.609375 4.84375 -0.609375 4.703125 -0.609375 L 4.25 -0.609375 L 4.25 -3.890625 C 4.25 -4.203125 4.203125 -4.296875 3.859375 -4.296875 L 3.125 -4.296875 C 2.96875 -4.296875 2.71875 -4.296875 2.71875 -3.984375 C 2.71875 -3.6875 2.984375 -3.6875 3.125 -3.6875 L 3.5625 -3.6875 L 3.5625 -1.5625 C 3.5625 -0.671875 2.765625 -0.546875 2.4375 -0.546875 C 1.65625 -0.546875 1.65625 -0.875 1.65625 -1.203125 L 1.65625 -3.890625 C 1.65625 -4.203125 1.59375 -4.296875 1.25 -4.296875 L 0.53125 -4.296875 C 0.375 -4.296875 0.125 -4.296875 0.125 -3.984375 C 0.125 -3.6875 0.375 -3.6875 0.515625 -3.6875 L 0.96875 -3.6875 L 0.96875 -1.140625 C 0.96875 -0.171875 1.65625 0.0625 2.375 0.0625 C 2.796875 0.0625 3.203125 -0.046875 3.5625 -0.3125 C 3.578125 0 3.78125 0 3.96875 0 L 4.6875 0 C 4.859375 0 5.109375 0 5.109375 -0.3125 Z M 5.109375 -0.3125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-20">
|
||||||
|
<path style="stroke:none;" d="M 4.859375 -2.15625 C 4.859375 -3.375 3.984375 -4.359375 2.921875 -4.359375 C 2.4375 -4.359375 2 -4.171875 1.65625 -3.875 C 1.65625 -4.15625 1.640625 -4.296875 1.25 -4.296875 L 0.53125 -4.296875 C 0.375 -4.296875 0.125 -4.296875 0.125 -3.984375 C 0.125 -3.6875 0.375 -3.6875 0.515625 -3.6875 L 0.96875 -3.6875 L 0.96875 1.609375 L 0.53125 1.609375 C 0.375 1.609375 0.125 1.609375 0.125 1.90625 C 0.125 2.21875 0.375 2.21875 0.515625 2.21875 L 2.109375 2.21875 C 2.25 2.21875 2.5 2.21875 2.5 1.90625 C 2.5 1.609375 2.25 1.609375 2.09375 1.609375 L 1.65625 1.609375 L 1.65625 -0.453125 C 2.0625 -0.03125 2.5 0.0625 2.8125 0.0625 C 3.890625 0.0625 4.859375 -0.890625 4.859375 -2.15625 Z M 4.171875 -2.15625 C 4.171875 -1.203125 3.484375 -0.546875 2.78125 -0.546875 C 2 -0.546875 1.65625 -1.421875 1.65625 -1.90625 L 1.65625 -2.625 C 1.65625 -3.21875 2.234375 -3.75 2.859375 -3.75 C 3.59375 -3.75 4.171875 -3.015625 4.171875 -2.15625 Z M 4.171875 -2.15625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-21">
|
||||||
|
<path style="stroke:none;" d="M 4.65625 -0.296875 C 4.65625 -0.609375 4.421875 -0.609375 4.25 -0.609375 L 2.953125 -0.609375 L 2.953125 -5.6875 C 2.953125 -5.984375 2.90625 -6.09375 2.5625 -6.09375 L 0.984375 -6.09375 C 0.828125 -6.09375 0.578125 -6.09375 0.578125 -5.78125 C 0.578125 -5.484375 0.84375 -5.484375 0.984375 -5.484375 L 2.265625 -5.484375 L 2.265625 -0.609375 L 0.984375 -0.609375 C 0.828125 -0.609375 0.578125 -0.609375 0.578125 -0.296875 C 0.578125 0 0.84375 0 0.984375 0 L 4.25 0 C 4.40625 0 4.65625 0 4.65625 -0.296875 Z M 4.65625 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-22">
|
||||||
|
<path style="stroke:none;" d="M 3.9375 -5.65625 C 3.96875 -6.125 3.625 -6.203125 3.5 -6.203125 C 3.3125 -6.203125 3.015625 -6.09375 3.046875 -5.65625 L 3.1875 -3.625 C 3.1875 -3.484375 3.21875 -3.265625 3.5 -3.265625 C 3.75 -3.265625 3.796875 -3.453125 3.8125 -3.625 Z M 2.171875 -5.65625 C 2.203125 -6.125 1.859375 -6.203125 1.734375 -6.203125 C 1.546875 -6.203125 1.25 -6.09375 1.28125 -5.65625 L 1.421875 -3.625 C 1.421875 -3.484375 1.453125 -3.265625 1.734375 -3.265625 C 1.984375 -3.265625 2.03125 -3.453125 2.046875 -3.625 Z M 2.171875 -5.65625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-23">
|
||||||
|
<path style="stroke:none;" d="M 5 -0.296875 C 5 -0.609375 4.765625 -0.609375 4.609375 -0.609375 L 4.359375 -0.609375 L 4.359375 -5.484375 L 4.609375 -5.484375 C 4.75 -5.484375 5 -5.484375 5 -5.78125 C 5 -6.09375 4.765625 -6.09375 4.609375 -6.09375 L 3.421875 -6.09375 C 3.265625 -6.09375 3.015625 -6.09375 3.015625 -5.796875 C 3.015625 -5.484375 3.265625 -5.484375 3.421875 -5.484375 L 3.671875 -5.484375 L 3.671875 -3.46875 L 1.5625 -3.46875 L 1.5625 -5.484375 L 1.796875 -5.484375 C 1.953125 -5.484375 2.203125 -5.484375 2.203125 -5.78125 C 2.203125 -6.09375 1.96875 -6.09375 1.796875 -6.09375 L 0.625 -6.09375 C 0.453125 -6.09375 0.21875 -6.09375 0.21875 -5.78125 C 0.21875 -5.484375 0.46875 -5.484375 0.625 -5.484375 L 0.875 -5.484375 L 0.875 -0.609375 L 0.625 -0.609375 C 0.453125 -0.609375 0.21875 -0.609375 0.21875 -0.296875 C 0.21875 0 0.46875 0 0.625 0 L 1.796875 0 C 1.953125 0 2.203125 0 2.203125 -0.296875 C 2.203125 -0.609375 1.96875 -0.609375 1.796875 -0.609375 L 1.5625 -0.609375 L 1.5625 -2.859375 L 3.671875 -2.859375 L 3.671875 -0.609375 L 3.421875 -0.609375 C 3.265625 -0.609375 3.015625 -0.609375 3.015625 -0.3125 C 3.015625 0 3.265625 0 3.421875 0 L 4.609375 0 C 4.75 0 5 0 5 -0.296875 Z M 5 -0.296875 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-24">
|
||||||
|
<path style="stroke:none;" d="M 3.453125 -0.25 C 3.453125 -0.859375 3.0625 -1.25 2.625 -1.25 C 2.21875 -1.25 2 -0.953125 2 -0.625 C 2 -0.25 2.28125 0 2.609375 0 C 2.671875 0 2.734375 -0.015625 2.8125 -0.03125 C 2.65625 0.59375 2.1875 0.75 2.078125 0.78125 C 1.96875 0.8125 1.796875 0.875 1.796875 1.0625 C 1.796875 1.21875 1.9375 1.390625 2.109375 1.390625 C 2.4375 1.390625 3.453125 0.84375 3.453125 -0.25 Z M 3.453125 -0.25 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-25">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -5.78125 C 5.109375 -6.09375 4.859375 -6.09375 4.703125 -6.09375 L 3.921875 -6.09375 C 3.765625 -6.09375 3.515625 -6.09375 3.515625 -5.78125 C 3.515625 -5.484375 3.765625 -5.484375 3.921875 -5.484375 L 4.171875 -5.484375 L 3.734375 -2.15625 C 3.65625 -1.5625 3.578125 -1.03125 3.5625 -0.75 C 3.5 -1.390625 3.03125 -3.375 3.015625 -3.421875 C 2.9375 -3.65625 2.703125 -3.65625 2.609375 -3.65625 C 2.515625 -3.65625 2.3125 -3.65625 2.21875 -3.4375 C 2.1875 -3.375 1.71875 -1.375 1.671875 -0.75 L 1.65625 -0.75 C 1.65625 -0.8125 1.640625 -1 1.578125 -1.53125 L 1.0625 -5.484375 L 1.3125 -5.484375 C 1.453125 -5.484375 1.703125 -5.484375 1.703125 -5.78125 C 1.703125 -6.09375 1.46875 -6.09375 1.3125 -6.09375 L 0.515625 -6.09375 C 0.375 -6.09375 0.109375 -6.09375 0.109375 -5.78125 C 0.109375 -5.484375 0.390625 -5.484375 0.484375 -5.484375 L 1.203125 -0.265625 C 1.25 0.078125 1.5 0.078125 1.609375 0.078125 C 1.703125 0.078125 1.90625 0.078125 2 -0.125 C 2.03125 -0.1875 2.578125 -2.515625 2.609375 -2.921875 L 2.625 -2.921875 C 2.65625 -2.46875 3.203125 -0.1875 3.203125 -0.171875 C 3.28125 0.078125 3.53125 0.078125 3.609375 0.078125 C 3.734375 0.078125 3.96875 0.078125 4.015625 -0.265625 L 4.734375 -5.484375 C 4.84375 -5.484375 5.109375 -5.484375 5.109375 -5.78125 Z M 5.109375 -5.78125 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-26">
|
||||||
|
<path style="stroke:none;" d="M 5.109375 -0.3125 C 5.109375 -0.609375 4.84375 -0.609375 4.703125 -0.609375 L 4.25 -0.609375 L 4.25 -5.6875 C 4.25 -5.984375 4.203125 -6.09375 3.859375 -6.09375 L 3.125 -6.09375 C 2.96875 -6.09375 2.71875 -6.09375 2.71875 -5.78125 C 2.71875 -5.484375 2.984375 -5.484375 3.125 -5.484375 L 3.5625 -5.484375 L 3.5625 -3.90625 C 3.234375 -4.203125 2.828125 -4.359375 2.40625 -4.359375 C 1.3125 -4.359375 0.359375 -3.40625 0.359375 -2.140625 C 0.359375 -0.90625 1.25 0.0625 2.3125 0.0625 C 2.875 0.0625 3.296875 -0.203125 3.5625 -0.5 C 3.5625 -0.140625 3.5625 0 3.96875 0 L 4.6875 0 C 4.859375 0 5.109375 0 5.109375 -0.3125 Z M 3.5625 -1.9375 C 3.5625 -1.375 3.125 -0.546875 2.359375 -0.546875 C 1.640625 -0.546875 1.046875 -1.25 1.046875 -2.140625 C 1.046875 -3.09375 1.75 -3.75 2.4375 -3.75 C 3.078125 -3.75 3.5625 -3.1875 3.5625 -2.640625 Z M 3.5625 -1.9375 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-27">
|
||||||
|
<path style="stroke:none;" d="M 3.109375 -5.625 C 3.109375 -6.15625 2.703125 -6.203125 2.609375 -6.203125 C 2.515625 -6.203125 2.109375 -6.15625 2.109375 -5.625 L 2.1875 -3.296875 L 2.21875 -2.09375 C 2.21875 -1.828125 2.484375 -1.828125 2.609375 -1.828125 C 2.96875 -1.828125 3 -1.90625 3.015625 -2.3125 L 3.0625 -4.03125 C 3.078125 -4.5625 3.109375 -5.109375 3.109375 -5.625 Z M 3.109375 -0.5 C 3.109375 -0.78125 2.890625 -1 2.609375 -1 C 2.328125 -1 2.109375 -0.78125 2.109375 -0.5 C 2.109375 -0.21875 2.328125 0 2.609375 0 C 2.890625 0 3.109375 -0.21875 3.109375 -0.5 Z M 3.109375 -0.5 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-28">
|
||||||
|
<path style="stroke:none;" d="M 3.234375 -3.671875 C 3.234375 -4.03125 2.9375 -4.296875 2.625 -4.296875 C 2.25 -4.296875 2 -3.984375 2 -3.671875 C 2 -3.3125 2.296875 -3.046875 2.609375 -3.046875 C 2.984375 -3.046875 3.234375 -3.359375 3.234375 -3.671875 Z M 3.296875 -0.265625 C 3.296875 -0.921875 2.984375 -1.25 2.609375 -1.25 C 2.25 -1.25 2 -0.96875 2 -0.625 C 2 -0.34375 2.15625 0 2.65625 0 C 2.515625 0.53125 2.140625 0.734375 2 0.8125 C 1.9375 0.84375 1.796875 0.90625 1.796875 1.0625 C 1.796875 1.21875 1.9375 1.390625 2.109375 1.390625 C 2.328125 1.390625 3.296875 0.84375 3.296875 -0.265625 Z M 3.296875 -0.265625 "/>
|
||||||
|
</symbol>
|
||||||
|
<symbol overflow="visible" id="glyph2-29">
|
||||||
|
<path style="stroke:none;" d="M 4.65625 -3.046875 C 4.65625 -3.34375 4.421875 -3.34375 4.3125 -3.34375 C 4.078125 -3.359375 2.984375 -3.375 2.953125 -3.9375 L 2.953125 -5.609375 C 2.953125 -5.875 2.953125 -6.328125 2.4375 -6.625 C 1.96875 -6.875 1.328125 -6.921875 0.984375 -6.921875 C 0.8125 -6.921875 0.5625 -6.921875 0.5625 -6.609375 C 0.5625 -6.34375 0.75 -6.3125 0.890625 -6.3125 C 2.265625 -6.296875 2.265625 -5.9375 2.265625 -5.609375 L 2.265625 -4 C 2.265625 -3.59375 2.421875 -3.28125 2.84375 -3.046875 C 2.296875 -2.734375 2.265625 -2.265625 2.265625 -2.21875 L 2.265625 -0.453125 C 2.265625 -0.15625 2.265625 0.203125 0.828125 0.21875 C 0.765625 0.21875 0.5625 0.28125 0.5625 0.515625 C 0.5625 0.828125 0.8125 0.828125 0.984375 0.828125 C 1.859375 0.828125 2.796875 0.625 2.953125 -0.171875 C 2.953125 -0.234375 2.953125 -0.734375 2.953125 -1.015625 L 2.953125 -1.90625 C 2.953125 -2.265625 2.953125 -2.421875 3.3125 -2.578125 C 3.671875 -2.734375 4.15625 -2.734375 4.390625 -2.734375 C 4.453125 -2.734375 4.65625 -2.796875 4.65625 -3.046875 Z M 4.65625 -3.046875 "/>
|
||||||
|
</symbol>
|
||||||
|
</g>
|
||||||
|
</defs>
|
||||||
|
<g id="surface1">
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-1" x="124.802" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-2" x="133.768375" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-3" x="138.251562" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-4" x="151.701125" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-5" x="160.6675" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-6" x="165.150688" y="135.761"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-7" x="177.894417" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-8" x="186.229559" y="135.761"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-9" x="193.630764" y="135.761"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-8" x="201.244292" y="135.761"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph0-10" x="214.470054" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-4" x="226.657151" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-4" x="235.623526" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-5" x="244.589901" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-2" x="249.073088" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-11" x="253.556276" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-8" x="260.729376" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-12" x="268.575313" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-2" x="274.851775" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-13" x="279.334963" y="135.761"/>
|
||||||
|
<use xlink:href="#glyph0-14" x="287.4047" y="135.761"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,50%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-1" x="124.802" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-2" x="130.032365" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-3" x="135.26273" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-4" x="140.493095" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-5" x="145.72346" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="150.953825" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,50%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-6" x="161.414555" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-4" x="166.64492" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-7" x="171.875285" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-8" x="177.10565" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-8" x="182.336015" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,100%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-9" x="192.796745" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-10" x="198.02711" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-8" x="203.257475" y="157.582"/>
|
||||||
|
<use xlink:href="#glyph1-11" x="208.48784" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-1" x="218.949" y="157.582"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,50%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-1" x="135.263" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-2" x="140.493365" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-3" x="145.72373" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-4" x="150.954095" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-5" x="156.18446" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="161.414825" y="169.537"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,50%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-8" x="171.875555" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-11" x="177.10592" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-7" x="182.336285" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-11" x="187.56665" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-5" x="192.797015" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-6" x="198.02738" y="169.537"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(68.998718%,0%,25%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph1-12" x="208.48811" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-13" x="213.718475" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-5" x="218.94884" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph1-14" x="224.179205" y="169.537"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,100%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-2" x="234.64" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-3" x="239.870365" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-4" x="245.10073" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-5" x="250.331095" y="169.537"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-6" x="255.56146" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-7" x="260.791825" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-8" x="266.02219" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-9" x="271.252555" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-4" x="276.48292" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-5" x="281.713285" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-10" x="286.94365" y="169.537"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(39.99939%,39.99939%,39.99939%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-11" x="292.174015" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-12" x="297.40438" y="169.537"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-3" x="307.86511" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-9" x="313.095475" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-10" x="318.32584" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-13" x="323.556205" y="169.537"/>
|
||||||
|
<use xlink:href="#glyph2-14" x="328.78657" y="169.537"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-1" x="339.2473" y="169.537"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-7" x="145.723" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-15" x="150.953365" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-13" x="156.18373" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-8" x="161.414095" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-16" x="166.64446" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-2" x="171.874825" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-17" x="177.10519" y="181.492"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(48.999023%,55.999756%,15.99884%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-18" x="182.335555" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-19" x="187.56592" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-8" x="192.796285" y="181.492"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-17" x="198.02665" y="181.492"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(48.999023%,55.999756%,15.99884%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-20" x="203.257015" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-9" x="208.48738" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-4" x="213.717745" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-5" x="218.94811" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-8" x="224.178475" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-21" x="229.40884" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-5" x="234.639205" y="181.492"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-6" x="239.86957" y="181.492"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(72.999573%,12.998962%,12.998962%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-22" x="245.099935" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-23" x="250.3303" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-16" x="255.560665" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-21" x="260.79103" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-21" x="266.021395" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-18" x="271.25176" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-24" x="276.482125" y="181.492"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(72.999573%,12.998962%,12.998962%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-25" x="286.942855" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-18" x="292.17322" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-9" x="297.403585" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-21" x="302.63395" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-26" x="307.864315" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-27" x="313.09468" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-22" x="318.325045" y="181.492"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-14" x="323.55541" y="181.492"/>
|
||||||
|
<use xlink:href="#glyph2-28" x="328.785775" y="181.492"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-29" x="135.263" y="193.447"/>
|
||||||
|
</g>
|
||||||
|
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
|
||||||
|
<use xlink:href="#glyph2-29" x="124.802" y="205.403"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 58 KiB |
14
svg/chapter-10/minted-java-english.tex
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
\documentclass[a4paper]{article}
|
||||||
|
\usepackage{lmodern}
|
||||||
|
\usepackage{amssymb,amsmath}
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\usepackage{minted}
|
||||||
|
\begin{document}
|
||||||
|
\thispagestyle{empty}
|
||||||
|
|
||||||
|
\section*{Simple Java Application}
|
||||||
|
\inputminted{java}{Test.java}
|
||||||
|
|
||||||
|
\end{document}
|
||||||
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 134 KiB |
1406
svg/chapter-10/minted-overview-english-crop.svg
Normal file
|
After Width: | Height: | Size: 124 KiB |
1406
svg/chapter-10/minted-overview-english-orig.svg
Normal file
|
After Width: | Height: | Size: 124 KiB |
45
svg/chapter-10/minted-overview-english.tex
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
\documentclass[a4paper]{article}
|
||||||
|
\usepackage{lmodern}
|
||||||
|
\usepackage{amssymb,amsmath}
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\usepackage{minted}
|
||||||
|
\begin{document}
|
||||||
|
\thispagestyle{empty}
|
||||||
|
|
||||||
|
\begin{minted}[
|
||||||
|
fontfamily=tt,
|
||||||
|
linenos=true,
|
||||||
|
numberblanklines=true,
|
||||||
|
numbersep=12pt,
|
||||||
|
numbersep=5pt,
|
||||||
|
gobble=0,
|
||||||
|
frame=leftline,
|
||||||
|
framerule=0.4pt,
|
||||||
|
framesep=2mm,
|
||||||
|
funcnamehighlighting=true,
|
||||||
|
tabsize=4,
|
||||||
|
breaklines=true,
|
||||||
|
texcl=false,
|
||||||
|
]{html}
|
||||||
|
<div class="layout-content-and-preview">
|
||||||
|
<div class="layout-content">
|
||||||
|
<h2>Installation</h2>
|
||||||
|
<p>
|
||||||
|
<code>Minted</code>, another LaTeX package, is very useful to display source code. It requires the Python programming language.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
As soon as <strong><a href="https://www.python.org/">Python is installed</a></strong>, we can download the corresponding Python package <strong><a href="http://pygments.org/"><code>Pygments</code></a></strong> using a command prompt:
|
||||||
|
</p>
|
||||||
|
<pre class="lang-sh hljs"><code>pip install Pygments</code></pre>
|
||||||
|
<p>Add the LaTeX package and we are good to go:</p>
|
||||||
|
<pre class="lang-tex hljs"><code>\usepackage{minted}</code></pre>
|
||||||
|
</div>
|
||||||
|
<div class="layout-preview">
|
||||||
|
<img src="svg/chapter-10/minted-overview-crop.svg" class="thin-padding">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
\end{minted}
|
||||||
|
|
||||||
|
\end{document}
|
||||||
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 134 KiB |
@ -25,19 +25,19 @@ texcl=false,
|
|||||||
]{html}
|
]{html}
|
||||||
<div class="layout-content-and-preview">
|
<div class="layout-content-and-preview">
|
||||||
<div class="layout-content">
|
<div class="layout-content">
|
||||||
<h2>Installation <span class="emoji">🖥️</span></h2>
|
<h2>Installation</h2>
|
||||||
<p>
|
<p>
|
||||||
Mit dem Paket <code>minted</code> lässt sich Quelltext gut darstellen. Dafür wird die Programmiersprache Python benötigt.
|
Mit dem Paket <code>minted</code> lässt sich Quelltext gut darstellen. Dafür wird die Programmiersprache Python benötigt.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Nach der <a href="https://www.python.org/">Installation von Python</a> kann das zugehörige Paket <a href="http://pygments.org/"><code>Pygments</code></a> in der Eingabeaufforderung installiert werden durch:
|
Nach der <strong><a href="https://www.python.org/">Installation von Python</a></strong> kann das zugehörige Paket <strong><a href="http://pygments.org/"><code>Pygments</code></a></strong> in der Eingabeaufforderung installiert werden durch:
|
||||||
</p>
|
</p>
|
||||||
<pre class="lang-bash hljs"><code>pip install Pygments</code></pre>
|
<pre class="lang-sh hljs"><code>pip install Pygments</code></pre>
|
||||||
<p>Anschließend muss das LaTeX-Paket nur noch eingebunden werden:</p>
|
<p>Anschließend muss das LaTeX-Paket nur noch eingebunden werden:</p>
|
||||||
<pre class="lang-tex hljs"><code>\usepackage{minted}</code></pre>
|
<pre class="lang-tex hljs"><code>\usepackage{minted}</code></pre>
|
||||||
</div>
|
</div>
|
||||||
<div class="layout-preview">
|
<div class="layout-preview">
|
||||||
<img src="sections/german/10/minted-overview-crop.svg">
|
<img src="svg/chapter-10/minted-overview-crop.svg">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
\end{minted}
|
\end{minted}
|
||||||