feat: initial commit

This commit is contained in:
wpetit 2025-03-04 16:35:27 +01:00
commit a72b2912c2
6 changed files with 402 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# Amatl - Cadoles
Fichiers de [layout `amatl`](https://github.com/Bornholm/amatl) pour la génération de documents à partir de source Markdown.
## Usage
### Générer un document
```
amatl render --config https://forge.cadoles.com/Cadoles/amatl-config/raw/branch/master/document.yml pdf -o mydocument.pdf ./mydocument.md
```
### Générer une présentation
```
amatl render --config https://forge.cadoles.com/Cadoles/amatl-config/raw/branch/master/mypresentation.yml pdf -o mypresentation.pdf ./mypresentation.md
```

4
document.yml Normal file
View File

@ -0,0 +1,4 @@
html-layout: ./document/html-layout.gohtml
pdf-scale: 0.7
pdf-margin-left: 1.0
pdf-margin-right: 1.0

101
document/html-layout.gohtml Normal file
View File

@ -0,0 +1,101 @@
<html>
<head>
<title>{{ .Meta.title }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.5.0/github-markdown-light.min.css"
/>
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 35px;
}
.markdown-body pre code {
overflow-wrap: break-word;
white-space: break-spaces;
}
.markdown-body li > p {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
@media (max-width: 767px) {
.markdown-body {
padding: 10px;
}
}
@page {
size: portrait;
}
@media print {
.markdown-body > h1:first-of-type {
margin-top: calc(0.3 * 100vh) !important;
border-bottom: none;
text-align: center;
page-break-after: always;
}
h1,
h2 {
page-break-before: always;
}
h1:first-of-type {
page-break-before: avoid;
}
h1,
h2,
h3,
h4,
h5 {
break-after: avoid;
}
ul,
ol,
pre {
break-before: avoid;
}
pre,
code,
p,
tr {
break-inside: avoid;
}
ul,
ol {
break-inside: auto;
}
ul > ul,
ol > ul,
ul > ol,
ol > ol {
break-inside: avoid;
}
img {
max-height: 90vh;
display: block;
margin: auto;
}
}
</style>
</head>
<body class="markdown-body">
<img id="logo" src="../resources/logo.svg" />
{{ .Body }}
</body>
</html>

1
presentation.yml Normal file
View File

@ -0,0 +1 @@
html-layout: ./presentation/html-layout.gohtml

View File

@ -0,0 +1,50 @@
<html>
<head>
<title>{{ .Vars.Title }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.5.0/github-markdown-light.min.css"
/>
<style>
.markdown-body {
box-sizing: border-box;
}
.markdown-body pre code {
overflow-wrap: break-word;
white-space: break-spaces;
}
@page {
size: landscape;
}
section.slide {
display: flex;
flex-direction: column;
page-break-before: always;
page-break-inside: avoid;
width: 100%;
height: 100%;
}
section.slide:first-of-type {
page-break-before: avoid;
}
hr {
opacity: 0;
page-break-after: always;
}
</style>
</head>
<body>
{{range htmlSplit .Body "hr"}}
<section class="slide markdown-body">
{{ . }}
</section>
{{ end }}
</body>
</html>

229
resources/logo.svg Normal file
View File

@ -0,0 +1,229 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 27.9.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version="1.1"
x="0px"
y="0px"
width="585.70001"
height="151.60001"
viewBox="0 0 585.7 151.60001"
xml:space="preserve"
id="svg36"
sodipodi:docname="logo.svg"
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs36" /><sodipodi:namedview
id="namedview36"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#eeeeee"
inkscape:clip-to-page="false"
inkscape:zoom="0.67824287"
inkscape:cx="221.15972"
inkscape:cy="140.80502"
inkscape:window-width="1440"
inkscape:window-height="831"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg36" />
<style
type="text/css"
id="style1">
.st0{display:none;}
.st1{display:inline;fill:#0F2F3F;}
.st2{display:inline;fill:#13100D;}
.st3{fill:#C4C4C4;}
.st4{fill:#808080;}
.st5{fill:#13100D;}
.st6{fill:#FFFFFF;}
.st7{fill:#6FC7E2;}
.st8{fill:#FF974A;}
.st9{fill:#329ACA;}
.st10{fill:#0F2F3F;}
</style>
<g
id="Calque_2"
class="st0"
transform="translate(-142,-221.9)">
</g>
<g
id="Calque_1"
transform="translate(-142,-221.9)">
<g
id="g36">
<g
id="g2">
<path
class="st3"
d="m 342.9,364.3 c -2.1,0 -3.5,-0.3 -4.2,-0.9 -0.7,-0.6 -1.1,-1.9 -1.1,-3.7 v -3 c 0,-1.3 -0.2,-2.1 -0.7,-2.6 -0.5,-0.5 -1.3,-0.7 -2.5,-0.7 h -1.5 v -1.8 h 1.5 c 1.2,0 2,-0.2 2.5,-0.7 0.4,-0.5 0.7,-1.4 0.7,-2.6 v -3 c 0,-1.9 0.4,-3.1 1.1,-3.7 0.7,-0.6 2.1,-0.9 4.2,-0.9 h 0.8 v 1.8 h -0.9 c -1.2,0 -1.9,0.2 -2.3,0.5 -0.4,0.4 -0.5,1.1 -0.5,2.4 v 3.1 c 0,1.3 -0.2,2.3 -0.6,2.9 -0.4,0.6 -1,1 -2,1.2 0.9,0.2 1.6,0.6 2,1.2 0.4,0.6 0.6,1.6 0.6,2.9 v 3.1 c 0,1.2 0.2,2 0.5,2.4 0.4,0.4 1.1,0.5 2.3,0.5 h 0.9 v 1.8 h -0.8 z"
id="path1" />
<path
class="st3"
d="m 356.6,364.3 c -2.1,0 -3.5,-0.3 -4.2,-0.9 -0.7,-0.6 -1.1,-1.9 -1.1,-3.7 v -3 c 0,-1.3 -0.2,-2.1 -0.7,-2.6 -0.5,-0.5 -1.3,-0.7 -2.5,-0.7 h -1.5 v -1.8 h 1.5 c 1.2,0 2,-0.2 2.5,-0.7 0.4,-0.5 0.7,-1.4 0.7,-2.6 v -3 c 0,-1.9 0.4,-3.1 1.1,-3.7 0.7,-0.6 2.1,-0.9 4.2,-0.9 h 0.8 v 1.8 h -0.9 c -1.2,0 -1.9,0.2 -2.3,0.5 -0.4,0.4 -0.5,1.1 -0.5,2.4 v 3.1 c 0,1.3 -0.2,2.3 -0.6,2.9 -0.4,0.6 -1,1 -2,1.2 0.9,0.2 1.6,0.6 2,1.2 0.4,0.6 0.6,1.6 0.6,2.9 v 3.1 c 0,1.2 0.2,2 0.5,2.4 0.4,0.4 1.1,0.5 2.3,0.5 h 0.9 v 1.8 h -0.8 z"
id="path2" />
</g>
<g
id="g11">
<path
class="st7"
d="m 375.1,342.3 h 2.6 V 359 h 9.1 v 2.1 h -11.7 z"
id="path3" />
<path
class="st7"
d="m 392.5,361.5 c -1.4,0 -2.5,-0.4 -3.4,-1.2 -0.9,-0.8 -1.3,-1.9 -1.3,-3.4 0,-1.2 0.3,-2.2 0.9,-2.9 0.6,-0.7 1.4,-1.2 2.3,-1.4 1,-0.3 2,-0.4 3,-0.4 h 3.1 v -0.4 c 0,-1.2 -0.3,-2 -0.9,-2.5 -0.6,-0.5 -1.5,-0.7 -2.6,-0.7 -0.9,0 -1.7,0.1 -2.5,0.4 -0.8,0.2 -1.6,0.6 -2.3,1 v -2.3 c 0.8,-0.3 1.6,-0.5 2.4,-0.7 0.8,-0.2 1.6,-0.3 2.4,-0.3 0.8,0 1.7,0.1 2.5,0.3 0.8,0.2 1.5,0.6 2.1,1.1 0.6,0.5 1,1.2 1.2,2.1 0.1,0.6 0.2,1.6 0.2,2.8 v 2.9 c 0,0.8 0,1.7 0.1,2.6 0.1,1 0.3,1.8 0.6,2.6 H 398 c -0.1,-0.3 -0.3,-0.7 -0.3,-1.1 -0.1,-0.4 -0.2,-0.7 -0.2,-1.1 -0.5,0.9 -1.2,1.5 -2.1,1.9 -0.9,0.4 -1.9,0.7 -2.9,0.7 z m 0.5,-1.9 c 1,0 1.7,-0.2 2.3,-0.7 0.6,-0.5 1,-1.1 1.3,-1.9 0.3,-0.8 0.4,-1.6 0.4,-2.5 V 354 h -2.9 c -0.7,0 -1.3,0.1 -1.9,0.2 -0.6,0.1 -1.1,0.4 -1.6,0.8 -0.4,0.4 -0.6,1 -0.6,1.8 0,0.9 0.3,1.6 0.8,2 0.7,0.5 1.4,0.8 2.2,0.8 z"
id="path4" />
<path
class="st7"
d="m 423.7,361.2 c -1.4,0 -2.5,-0.4 -3.2,-1.3 -0.8,-0.9 -1.1,-2.2 -1.1,-3.8 v -12.8 h -3.7 v -1.8 h 6.1 v 14.6 c 0,1 0.2,1.8 0.6,2.4 0.4,0.5 1,0.8 1.7,0.8 h 2.7 v 2 h -3.1 z"
id="path5" />
<path
class="st7"
d="m 437.8,361.2 c -1.4,0 -2.5,-0.4 -3.2,-1.3 -0.8,-0.9 -1.1,-2.2 -1.1,-3.8 v -7.3 h -3.1 V 347 h 5.4 v 9.1 c 0,1 0.2,1.8 0.6,2.4 0.4,0.5 1,0.8 1.7,0.8 h 2.7 v 2 h -3 z m -4.2,-16.8 c -0.3,0 -0.4,-0.1 -0.4,-0.4 v -2.2 c 0,-0.3 0.1,-0.4 0.4,-0.4 h 1.8 c 0.3,0 0.4,0.1 0.4,0.4 v 2.2 c 0,0.3 -0.1,0.4 -0.4,0.4 z"
id="path6" />
<path
class="st7"
d="m 449.3,361.5 c -1.8,0 -3.1,-0.7 -3.9,-2.1 l -0.2,1.8 h -2.1 v -19.7 h 2.3 v 7.3 c 0.4,-0.7 0.9,-1.3 1.6,-1.6 0.7,-0.3 1.5,-0.5 2.3,-0.5 1,0 1.9,0.2 2.6,0.7 0.7,0.4 1.2,1 1.7,1.7 0.4,0.7 0.7,1.5 0.9,2.4 0.2,0.9 0.3,1.8 0.3,2.6 0,0.9 -0.1,1.8 -0.3,2.6 -0.2,0.8 -0.5,1.7 -0.9,2.4 -0.4,0.7 -1,1.3 -1.7,1.7 -0.7,0.5 -1.6,0.7 -2.6,0.7 z m -0.5,-2 c 0.7,0 1.3,-0.2 1.8,-0.5 0.5,-0.3 0.8,-0.8 1,-1.4 0.2,-0.6 0.4,-1.2 0.5,-1.8 0.1,-0.6 0.1,-1.2 0.1,-1.8 0,-0.6 0,-1.2 -0.1,-1.8 -0.1,-0.6 -0.2,-1.2 -0.5,-1.8 -0.2,-0.6 -0.6,-1 -1,-1.3 -0.5,-0.3 -1,-0.5 -1.8,-0.5 -0.7,0 -1.3,0.2 -1.8,0.5 -0.5,0.3 -0.8,0.8 -1,1.3 -0.2,0.5 -0.4,1.1 -0.5,1.8 -0.1,0.6 -0.1,1.2 -0.1,1.8 0,0.6 0,1.2 0.1,1.8 0.1,0.6 0.2,1.2 0.5,1.8 0.3,0.6 0.6,1 1,1.3 0.5,0.5 1.1,0.6 1.8,0.6 z"
id="path7" />
<path
class="st7"
d="m 462.9,361.5 c -2.2,0 -3.9,-0.7 -5.1,-2 -1.2,-1.3 -1.9,-3.1 -1.9,-5.4 0,-1.4 0.2,-2.7 0.7,-3.8 0.5,-1.1 1.2,-2 2.2,-2.7 1,-0.7 2.2,-1 3.6,-1 1.9,0 3.4,0.6 4.4,1.8 1,1.2 1.6,2.9 1.6,5 v 1.1 h -10.1 v 0.1 c 0,1.5 0.4,2.7 1.2,3.5 0.8,0.9 1.9,1.3 3.4,1.3 0.9,0 1.7,-0.1 2.5,-0.4 0.8,-0.3 1.6,-0.6 2.4,-1 v 2.3 c -0.8,0.3 -1.6,0.6 -2.4,0.8 -0.8,0.3 -1.7,0.4 -2.5,0.4 z m 3.1,-8.7 c 0,-0.8 -0.1,-1.5 -0.4,-2.1 -0.3,-0.6 -0.6,-1.1 -1.1,-1.5 -0.5,-0.4 -1.2,-0.6 -2.1,-0.6 -0.9,0 -1.6,0.2 -2.2,0.6 -0.6,0.4 -1,0.9 -1.4,1.5 -0.3,0.6 -0.5,1.3 -0.6,2.1 z"
id="path8" />
<path
class="st7"
d="m 471.7,347 h 2.1 l 0.2,2.8 c 0.4,-1 1,-1.8 1.8,-2.3 0.8,-0.5 1.8,-0.8 2.9,-0.8 1.2,0 2.2,0.3 3,0.9 v 2.4 c -0.9,-0.7 -2,-1.1 -3.2,-1.1 -1.4,0 -2.5,0.5 -3.3,1.4 -0.8,0.9 -1.2,2.2 -1.2,3.9 v 7 h -2.3 z"
id="path9" />
<path
class="st7"
d="m 491.8,361.2 c -1.7,0 -3,-0.4 -3.7,-1.1 -0.7,-0.7 -1.1,-1.9 -1.1,-3.6 v -7.7 h -3.8 V 347 h 3.8 v -3.7 l 2.3,-1 v 4.7 h 5.3 v 1.8 h -5.3 v 7.7 c 0,1 0.2,1.8 0.6,2.2 0.4,0.4 1.1,0.6 2.1,0.6 h 2.6 v 1.9 z"
id="path10" />
<path
class="st7"
d="m 503.8,361.5 c -2.2,0 -3.9,-0.7 -5.1,-2 -1.2,-1.3 -1.9,-3.1 -1.9,-5.4 0,-1.2 0.2,-2.2 0.5,-3.1 0.3,-0.9 0.8,-1.7 1.3,-2.3 0.6,-0.7 1.3,-1.2 2.2,-1.5 0.9,-0.3 1.7,-0.5 2.7,-0.5 1.8,0 3.3,0.6 4.3,1.8 1,1.2 1.5,2.9 1.5,5 v 1.1 h -10.1 v 0.1 c 0,1.5 0.4,2.7 1.2,3.6 0.4,0.4 0.9,0.7 1.4,0.9 0.6,0.2 1.2,0.3 2,0.3 0.8,0 1.6,-0.1 2.3,-0.4 0.4,-0.1 0.8,-0.3 1.3,-0.4 0.4,-0.2 0.9,-0.4 1.3,-0.6 v 2.3 c -0.4,0.2 -0.9,0.3 -1.4,0.5 -0.5,0.2 -0.9,0.3 -1.2,0.3 -0.4,0.1 -0.8,0.2 -1.2,0.2 -0.3,0.1 -0.7,0.1 -1.1,0.1 z m 3.2,-8.7 c 0,-0.7 -0.1,-1.3 -0.3,-1.9 -0.2,-0.6 -0.4,-0.9 -0.7,-1.3 -0.6,-0.7 -1.5,-1.1 -2.6,-1.1 -1.1,0 -2.1,0.4 -2.8,1.1 -0.7,0.7 -1.1,1.8 -1.3,3.1 z M 505,340 h 2.5 l -4.1,4.8 h -1.9 z"
id="path11" />
</g>
<g
id="g14">
<path
class="st3"
d="m 531.1,361.5 c -2.2,0 -3.9,-0.7 -5.1,-2 -1.2,-1.3 -1.9,-3.1 -1.9,-5.4 0,-1.4 0.2,-2.7 0.7,-3.8 0.5,-1.1 1.2,-2 2.2,-2.7 1,-0.7 2.2,-1 3.6,-1 1.9,0 3.4,0.6 4.4,1.8 1,1.2 1.6,2.9 1.6,5 v 1.1 h -10.1 v 0.1 c 0,1.5 0.4,2.7 1.2,3.5 0.8,0.9 1.9,1.3 3.4,1.3 0.9,0 1.7,-0.1 2.5,-0.4 0.8,-0.3 1.6,-0.6 2.4,-1 v 2.3 c -0.8,0.3 -1.6,0.6 -2.4,0.8 -0.8,0.3 -1.6,0.4 -2.5,0.4 z m 3.2,-8.7 c 0,-0.8 -0.1,-1.5 -0.4,-2.1 -0.3,-0.6 -0.6,-1.1 -1.1,-1.5 -0.5,-0.4 -1.2,-0.6 -2.1,-0.6 -0.9,0 -1.6,0.2 -2.2,0.6 -0.6,0.4 -1,0.9 -1.4,1.5 -0.3,0.6 -0.5,1.3 -0.6,2.1 z"
id="path12" />
<path
class="st3"
d="m 543.6,361.5 c -1.3,0 -2.9,-0.3 -4.8,-0.9 v -2.4 c 1.8,0.9 3.3,1.3 4.7,1.3 1,0 1.8,-0.2 2.4,-0.6 0.6,-0.4 0.9,-1 0.9,-1.7 0,-0.6 -0.2,-1.1 -0.7,-1.4 -0.5,-0.4 -1.3,-0.7 -2.4,-0.9 l -1,-0.2 c -1.3,-0.3 -2.3,-0.7 -2.9,-1.3 -0.6,-0.6 -0.9,-1.5 -0.9,-2.5 0,-1.4 0.5,-2.4 1.4,-3.1 0.9,-0.7 2.2,-1.1 4,-1.1 1.5,0 2.9,0.3 4.2,0.8 v 2.3 c -1.3,-0.8 -2.7,-1.2 -4.1,-1.2 -2,0 -3.1,0.7 -3.1,2.1 0,0.5 0.1,0.8 0.3,1.1 0.2,0.3 0.5,0.5 1,0.7 0.5,0.2 1.2,0.4 2.2,0.6 l 0.9,0.2 c 2.3,0.5 3.5,1.7 3.5,3.8 0,1.4 -0.5,2.5 -1.5,3.3 -1,0.7 -2.3,1.1 -4.1,1.1 z"
id="path13" />
<path
class="st3"
d="m 560,361.2 c -1.7,0 -3,-0.4 -3.7,-1.1 -0.7,-0.7 -1.1,-1.9 -1.1,-3.6 v -7.7 h -3.8 V 347 h 3.8 v -3.7 l 2.3,-1 v 4.7 h 5.3 v 1.8 h -5.3 v 7.7 c 0,1 0.2,1.8 0.6,2.2 0.4,0.4 1.1,0.6 2.1,0.6 h 2.6 v 1.9 z"
id="path14" />
</g>
<g
id="g20">
<path
class="st8"
d="m 583.9,361.5 c -2.9,0 -4.3,-1.9 -4.3,-5.7 V 347 h 2.3 v 8.8 c 0,2.5 0.9,3.7 2.8,3.7 1.1,0 1.9,-0.4 2.5,-1.2 0.6,-0.8 0.9,-1.9 0.9,-3.3 v -8 h 2.3 v 14.1 h -2.1 l -0.2,-2.1 c -0.9,1.7 -2.3,2.5 -4.2,2.5 z"
id="path15" />
<path
class="st8"
d="m 593.2,347 h 2.1 l 0.2,2.1 c 0.9,-1.6 2.2,-2.5 4.2,-2.5 2.9,0 4.3,1.9 4.3,5.7 v 8.8 h -2.3 v -8.8 c 0,-1.3 -0.2,-2.2 -0.7,-2.8 -0.4,-0.6 -1.1,-0.9 -2.1,-0.9 -1.1,0 -2,0.4 -2.5,1.2 -0.6,0.8 -0.9,1.9 -0.9,3.3 v 8 h -2.3 z"
id="path16" />
<path
class="st8"
d="m 627,361.5 c -1.5,0 -2.7,-0.3 -3.8,-0.9 -1.1,-0.6 -1.8,-1.5 -2.3,-2.6 -0.5,-1.1 -0.8,-2.4 -0.8,-3.9 0,-1.5 0.3,-2.8 0.8,-3.9 0.5,-1.1 1.3,-2 2.3,-2.6 1,-0.6 2.3,-0.9 3.8,-0.9 0.8,0 1.5,0.1 2.1,0.3 0.6,0.2 1.3,0.5 1.9,0.8 v 2.4 c -0.6,-0.5 -1.2,-0.9 -1.8,-1.2 -0.6,-0.3 -1.3,-0.4 -2.1,-0.4 -1.1,0 -2,0.2 -2.7,0.7 -0.7,0.5 -1.2,1.1 -1.5,2 -0.3,0.8 -0.4,1.7 -0.4,2.8 0,1 0.2,1.9 0.5,2.8 0.3,0.9 0.8,1.5 1.5,2 0.7,0.5 1.6,0.7 2.7,0.7 0.7,0 1.4,-0.1 2.1,-0.4 0.6,-0.2 1.2,-0.6 1.8,-1.2 v 2.4 c -1.2,0.7 -2.6,1.1 -4.1,1.1 z"
id="path17" />
<path
class="st8"
d="m 634.2,341.5 h 2.3 v 7.6 c 0.9,-1.6 2.2,-2.5 4.2,-2.5 1.2,0 2.1,0.3 2.7,0.8 0.6,0.5 1,1.2 1.3,2.1 0.2,0.9 0.4,1.8 0.4,2.8 v 8.8 h -2.3 v -8.8 c 0,-1.3 -0.2,-2.2 -0.7,-2.8 -0.4,-0.6 -1.1,-0.9 -2.1,-0.9 -0.9,0 -1.6,0.2 -2.1,0.7 -0.5,0.4 -0.8,1 -1,1.7 -0.2,0.7 -0.3,1.4 -0.3,2.1 v 8 h -2.3 v -19.6 z"
id="path18" />
<path
class="st8"
d="m 653.2,361.5 c -2,0 -3.5,-0.6 -4.5,-1.9 -1,-1.3 -1.6,-3.1 -1.6,-5.5 0,-2.4 0.5,-4.2 1.6,-5.5 1.1,-1.3 2.5,-1.9 4.5,-1.9 2,0 3.5,0.6 4.5,1.9 1,1.3 1.6,3.1 1.6,5.5 0,2.4 -0.5,4.2 -1.6,5.5 -1.1,1.3 -2.6,1.9 -4.5,1.9 z m 0,-2 c 1.2,0 2,-0.5 2.7,-1.4 0.6,-0.9 0.9,-2.3 0.9,-4.1 0,-1.8 -0.3,-3.1 -0.9,-4 -0.6,-0.9 -1.5,-1.4 -2.7,-1.4 -1.2,0 -2.1,0.5 -2.7,1.4 -0.6,0.9 -0.9,2.3 -0.9,4 0,1.8 0.3,3.1 0.9,4.1 0.6,1 1.5,1.4 2.7,1.4 z"
id="path19" />
<path
class="st8"
d="m 669.9,361.2 c -1.4,0 -2.5,-0.4 -3.2,-1.3 -0.8,-0.9 -1.1,-2.2 -1.1,-3.8 v -7.3 h -3.1 V 347 h 5.4 v 9.1 c 0,1 0.2,1.8 0.6,2.4 0.4,0.5 1,0.8 1.7,0.8 h 2.7 v 2 h -3 z m -4.3,-16.8 c -0.3,0 -0.4,-0.1 -0.4,-0.4 v -2.2 c 0,-0.3 0.1,-0.4 0.4,-0.4 h 1.8 c 0.3,0 0.4,0.1 0.4,0.4 v 2.2 c 0,0.3 -0.1,0.4 -0.4,0.4 z"
id="path20" />
</g>
<g
id="g21">
<path
class="st8"
d="m 679.2,353.8 -5.1,-6.8 h 2.6 l 3.8,5.1 3.7,-5.1 h 2.6 l -5.1,6.8 5.6,7.4 h -2.7 l -4.1,-5.7 -4.1,5.7 h -2.7 z"
id="path21" />
</g>
<g
id="g23">
<path
class="st3"
d="m 703.2,362.6 h 0.9 c 1.2,0 2,-0.2 2.3,-0.6 0.4,-0.4 0.5,-1.1 0.5,-2.3 v -3.1 c 0,-1.3 0.2,-2.3 0.6,-2.9 0.4,-0.6 1,-1 2,-1.2 -0.9,-0.2 -1.6,-0.6 -2,-1.2 -0.2,-0.3 -0.3,-0.7 -0.4,-1.1 -0.1,-0.5 -0.2,-1 -0.2,-1.8 v -3.1 c 0,-1.2 -0.2,-2 -0.5,-2.3 -0.4,-0.4 -1.1,-0.6 -2.3,-0.6 h -0.9 v -1.8 h 0.8 c 2.1,0 3.5,0.3 4.2,0.9 0.7,0.6 1.1,1.9 1.1,3.7 v 3 c 0,0.7 0.1,1.2 0.3,1.6 0.2,0.4 0.4,0.8 0.8,1 0.3,0.2 0.7,0.4 1.2,0.5 0.5,0.1 1,0.2 1.6,0.2 h 0.8 v 1.8 h -0.8 c -1.2,0 -2.2,0.2 -2.8,0.7 -0.4,0.3 -0.6,0.6 -0.8,1 -0.2,0.4 -0.3,1 -0.3,1.6 v 3 c 0,1.9 -0.4,3.1 -1.1,3.7 -0.7,0.6 -2.1,0.9 -4.2,0.9 h -0.8 z"
id="path22" />
<path
class="st3"
d="m 716.9,362.6 h 0.9 c 1.2,0 2,-0.2 2.3,-0.6 0.4,-0.4 0.5,-1.1 0.5,-2.3 v -3.1 c 0,-1.3 0.2,-2.3 0.6,-2.9 0.4,-0.6 1,-1 2,-1.2 -0.9,-0.2 -1.6,-0.6 -2,-1.2 -0.2,-0.3 -0.3,-0.7 -0.4,-1.1 -0.1,-0.5 -0.2,-1 -0.2,-1.8 v -3.1 c 0,-1.2 -0.2,-2 -0.5,-2.3 -0.4,-0.4 -1.1,-0.6 -2.3,-0.6 h -0.9 v -1.8 h 0.8 c 2.1,0 3.5,0.3 4.2,0.9 0.7,0.6 1.1,1.9 1.1,3.7 v 3 c 0,0.7 0.1,1.2 0.3,1.6 0.2,0.4 0.4,0.8 0.8,1 0.3,0.2 0.7,0.4 1.2,0.5 0.5,0.1 1,0.2 1.6,0.2 h 0.8 v 1.8 h -0.8 c -1.2,0 -2.2,0.2 -2.8,0.7 -0.4,0.3 -0.6,0.6 -0.8,1 -0.2,0.4 -0.3,1 -0.3,1.6 v 3 c 0,1.9 -0.4,3.1 -1.1,3.7 -0.7,0.6 -2.1,0.9 -4.2,0.9 h -0.8 z"
id="path23" />
</g>
<g
id="g28">
<path
class="st9"
d="m 272.2,228.6 c -0.3,-0.1 -0.6,-0.2 -0.9,-0.3 3.3,2.8 5.3,7 5.3,11.7 l -1.6,48.8 c -0.1,2 -0.1,4.1 0,6.1 l 1.6,46 c 0,8.6 -6.9,15.5 -15.5,15.5 h -101 c -3,0 -5.7,-0.9 -8.1,-2.3 0.4,0.5 0.8,1 1.2,1.5 2.9,3.6 8.2,10.3 9.8,11.3 3,1.8 6.5,2.7 10,2.7 h 98.3 c 12.2,0 22.2,-9.9 22.2,-22.2 v -98.3 c 0,-5.4 -2,-10.4 -5.7,-14 -1.3,-0.8 -11.3,-4.8 -15.6,-6.5 z"
id="path24" />
<path
class="st10"
d="m 290.5,232.5 c -0.8,-0.8 -3.4,-2 -16.9,-7.3 -2,-0.8 -3.8,-1.5 -4.1,-1.6 -2.3,-1.1 -4.8,-1.7 -7.4,-1.7 H 159.4 c -9.6,0 -17.4,7.8 -17.4,17.5 l 2.3,44.3 c 0.3,4.9 0.3,9.8 0,14.7 l -2.3,43.3 v 0.1 c 0,4.4 1.7,8.7 4.7,11.9 0.6,0.6 2,2.4 3.5,4.4 4.9,6.2 8.8,11 10.9,12.2 3.6,2.1 7.7,3.2 11.9,3.2 h 98.3 c 14.3,0 25.9,-11.6 25.9,-25.9 v -98.3 c 0.1,-6.5 -2.3,-12.5 -6.7,-16.8 z m 3.1,115 c 0,12.2 -9.9,22.2 -22.2,22.2 h -98.3 c -3.5,0 -7,-0.9 -10,-2.7 -1.7,-1 -7,-7.7 -9.8,-11.3 -0.4,-0.5 -0.8,-1 -1.2,-1.5 -4.4,-2.7 -7.4,-7.6 -7.4,-13.2 l 2.7,-40.2 c 0.5,-7.6 0.5,-15.2 0,-22.8 l -2.7,-38.1 c 0,-8.6 6.9,-15.5 15.5,-15.5 h 101 c 3.9,0 7.4,1.4 10.2,3.8 0.3,0.1 0.6,0.2 0.9,0.3 4.3,1.7 14.3,5.6 15.7,6.5 3.7,3.6 5.7,8.6 5.7,14 v 98.5 z"
id="path25" />
<path
class="st6"
d="m 261.2,356.5 c 8.6,0 15.5,-6.9 15.5,-15.5 l -1.6,-46 c -0.1,-2 -0.1,-4.1 0,-6.1 l 1.6,-48.8 c 0,-4.7 -2.1,-8.8 -5.3,-11.7 -2.7,-2.4 -6.3,-3.8 -10.2,-3.8 h -101 c -8.6,0 -15.5,6.9 -15.5,15.5 l 2.7,38.1 c 0.5,7.6 0.5,15.2 0,22.8 l -2.7,40.2 c 0,5.6 3,10.5 7.4,13.2 2.4,1.4 5.1,2.3 8.1,2.3 h 101 z m -43.9,-35.6 c -1.8,0.5 -3.7,0.8 -5.7,0.8 -1.9,0 -3.8,-0.3 -5.5,-0.8 -1,-0.3 -1.6,-1.2 -1.6,-2.2 0,-3.4 0,-11 0,-11.3 0,-1.8 0.7,-7.4 7.1,-7.4 6.7,0 7.2,6.5 7.2,7.6 v 11.1 c 0,1 -0.6,1.9 -1.5,2.2 z m -48.1,-27.2 c 0,-1.3 1,-2.3 2.3,-2.3 h 4.8 c 1,0 1.9,-0.7 2.2,-1.6 0.5,-1.7 1.2,-3.3 2,-4.8 0.5,-0.9 0.3,-2 -0.4,-2.7 l -3.4,-3.4 c -0.9,-0.9 -0.9,-2.4 0,-3.3 l 9.3,-9.5 c 0.9,-0.9 2.4,-0.9 3.3,0 l 3.4,3.4 c 0.7,0.7 1.8,0.8 2.7,0.4 1.1,-0.6 2.2,-1.1 3.3,-1.5 0.8,-0.3 1.6,-0.6 2.4,-0.9 1,-0.3 1.7,-1.2 1.7,-2.2 v -4.8 c 0,-1.3 1,-2.3 2.3,-2.3 l 13.3,0.1 c 1.3,0 2.3,1 2.3,2.3 v 4.8 c 0,1 0.7,1.9 1.6,2.2 1.8,0.6 3.6,1.3 5.3,2.2 0.9,0.5 2,0.3 2.7,-0.4 l 3.4,-3.4 c 0.9,-0.9 2.4,-0.9 3.3,0 l 9.4,9.5 c 0.9,0.9 0.9,2.4 0,3.3 l -3.4,3.4 c -0.7,0.7 -0.9,1.8 -0.4,2.7 0.5,0.9 0.9,1.9 1.3,2.9 0.3,0.8 0.6,1.6 0.9,2.4 0.3,1 1.2,1.7 2.2,1.7 h 4.8 c 1.3,0 2.3,1 2.3,2.3 l -0.1,11.2 c 0,1.3 -1,2.3 -2.3,2.3 h -6.5 l -8.6,-0.1 c -1.3,0 -2.3,-1 -2.3,-2.3 0,-1.4 0,-3.1 0,-4.8 0,-12.5 -10.1,-22.6 -22.6,-22.6 -12.5,0 -22.6,10.1 -22.6,22.6 0,1.5 0,3.2 0,4.4 0,1.3 -1,2.3 -2.3,2.3 l -8.7,-0.1 h -6.5 c -1.3,0 -2.3,-1 -2.3,-2.3 z"
id="path26" />
<path
class="st10"
d="m 171.4,307.3 h 6.5 l 8.7,0.1 c 1.3,0 2.3,-1 2.3,-2.3 0,-1.3 0,-2.9 0,-4.4 0,-12.5 10.1,-22.6 22.6,-22.6 12.5,0 22.6,10.1 22.6,22.6 0,1.6 0,3.4 0,4.8 0,1.3 1,2.3 2.3,2.3 l 8.6,0.1 h 6.5 c 1.3,0 2.3,-1 2.3,-2.3 l 0.1,-11.2 c 0,-1.3 -1,-2.3 -2.3,-2.3 h -4.8 c -1,0 -1.9,-0.7 -2.2,-1.7 -0.3,-0.8 -0.5,-1.6 -0.9,-2.4 -0.4,-1 -0.8,-1.9 -1.3,-2.9 -0.5,-0.9 -0.3,-2 0.4,-2.7 l 3.4,-3.4 c 0.9,-0.9 0.9,-2.4 0,-3.3 l -9.4,-9.5 c -0.9,-0.9 -2.4,-0.9 -3.3,0 l -3.4,3.4 c -0.7,0.7 -1.8,0.8 -2.7,0.4 -1.7,-0.9 -3.5,-1.6 -5.3,-2.2 -1,-0.3 -1.6,-1.2 -1.6,-2.2 v -4.8 c 0,-1.3 -1,-2.3 -2.3,-2.3 l -13.3,-0.1 c -1.3,0 -2.3,1 -2.3,2.3 v 4.8 c 0,1 -0.7,1.9 -1.7,2.2 -0.8,0.3 -1.6,0.5 -2.4,0.9 -1.1,0.5 -2.2,1 -3.3,1.5 -0.9,0.5 -2,0.3 -2.7,-0.4 l -3.4,-3.4 c -0.9,-0.9 -2.4,-0.9 -3.3,0 l -9.3,9.5 c -0.9,0.9 -0.9,2.4 0,3.3 l 3.4,3.4 c 0.7,0.7 0.9,1.8 0.4,2.7 -0.8,1.6 -1.5,3.2 -2,4.8 -0.3,1 -1.2,1.6 -2.2,1.6 h -4.8 c -1.3,0 -2.3,1 -2.3,2.3 l -0.1,11.2 c 0.2,1.1 1.2,2.2 2.5,2.2 z"
id="path27" />
<path
class="st10"
d="m 211.6,300 c -6.4,0 -7.1,5.6 -7.1,7.4 0,0.3 0,7.9 0,11.3 0,1 0.6,1.9 1.6,2.2 1.8,0.5 3.6,0.8 5.5,0.8 2,0 3.9,-0.3 5.7,-0.8 0.9,-0.3 1.6,-1.2 1.6,-2.2 v -11.1 c -0.1,-1.1 -0.6,-7.6 -7.3,-7.6 z"
id="path28" />
</g>
<g
id="g35">
<path
class="st10"
d="m 364.6,328.1 c -9.2,0 -16.3,-3.1 -21.3,-9.2 -4.9,-6.2 -7.4,-15.1 -7.4,-26.7 0,-11.7 2.5,-20.6 7.4,-26.7 4.9,-6.2 12,-9.2 21.3,-9.2 2.7,0 5.2,0.3 7.6,0.8 2.4,0.5 4.7,1.4 6.8,2.5 v 15.2 c -1.4,-1.3 -2.6,-2.3 -3.7,-3 -1.1,-0.7 -2.1,-1.3 -3.1,-1.7 -1.2,-0.5 -2.3,-0.9 -3.5,-1.1 -1.1,-0.2 -2.3,-0.3 -3.4,-0.3 -4.9,0 -8.7,2 -11.3,5.9 -2.6,4 -3.8,10 -3.8,17.7 0,7.8 1.3,13.7 3.8,17.6 2.6,4 6.3,6 11.3,6 2.4,0 4.7,-0.5 6.9,-1.5 1.1,-0.5 2.2,-1.1 3.2,-1.8 1.1,-0.7 2.3,-1.7 3.6,-2.9 v 15.2 c -2.2,1.1 -4.4,1.9 -6.8,2.5 -2.3,0.5 -4.9,0.7 -7.6,0.7 z"
id="path29" />
<path
class="st10"
d="m 409.1,328.1 c -5.4,0 -9.7,-1.5 -13.1,-4.6 -3.3,-3.1 -5,-7.5 -5,-13.3 0,-3.6 0.7,-6.6 2,-8.9 1.3,-2.3 3.1,-4.1 5.4,-5.4 2.3,-1.3 4.8,-2.1 7.7,-2.6 2.9,-0.5 5.9,-0.7 9,-0.7 h 9.4 v -2.3 c 0,-1.9 -0.5,-3.3 -1.5,-4.2 -1,-1 -2.2,-1.6 -3.8,-1.9 -1.5,-0.3 -3.1,-0.5 -4.7,-0.5 -3.3,0 -6.4,0.4 -9.4,1.3 -3,0.9 -6,2.2 -9,3.8 v -11.6 c 3.2,-1.3 6.4,-2.2 9.6,-2.8 3.2,-0.6 6.4,-0.9 9.6,-0.9 5.7,0 10.2,0.8 13.5,2.4 3.3,1.6 5.7,4.1 7.1,7.5 1.4,3.4 2.1,7.7 2.1,12.9 0,1.2 0,2.8 -0.1,4.6 0,1.9 -0.1,3.8 -0.1,5.7 0,1.7 0,3.2 0,4.7 0,1.5 0,2.7 0,3.8 0,0.9 0,2.1 0.1,3.5 0.1,1.4 0.3,2.9 0.6,4.4 0.3,1.5 0.9,2.7 1.6,3.7 h -13.4 c -0.6,-1 -1,-1.9 -1.3,-2.8 -0.3,-0.9 -0.5,-1.9 -0.6,-3 -1.8,2.4 -4.1,4.2 -6.8,5.4 -2.8,1.3 -5.7,1.8 -8.9,1.8 z m 4.4,-9.4 c 2.8,0 5.1,-0.8 6.7,-2.3 1.6,-1.6 2.7,-3.5 3.4,-5.9 0.7,-2.4 1,-4.8 1,-7.2 v -0.9 h -5.4 c -2.1,0 -4.2,0.1 -6.3,0.4 -2.1,0.3 -3.8,1 -5.2,2.2 -1.4,1.2 -2.1,3.1 -2.1,5.7 0,2.5 0.7,4.5 2.1,5.9 1.3,1.4 3.3,2.1 5.8,2.1 z"
id="path30" />
<path
class="st10"
d="m 470.5,328.1 c -5.8,0 -10.4,-2.4 -13.7,-7.3 -3.3,-4.8 -5,-11.5 -5,-20 0,-8.6 1.7,-15.3 5,-20.1 3.3,-4.8 7.9,-7.2 13.8,-7.2 5.8,0 10.4,2.9 13.7,8.6 v -27.6 h 13.5 v 72.1 h -12.2 l -1.3,-7.7 c -2.8,6.2 -7.4,9.2 -13.8,9.2 z m 4.4,-11.1 c 2.9,0 5.2,-1.5 6.9,-4.4 1.7,-2.9 2.6,-6.8 2.6,-11.7 0,-4.9 -0.9,-8.7 -2.6,-11.7 -1.7,-2.9 -4.1,-4.4 -7,-4.4 -2.9,0 -5.1,1.4 -6.8,4.2 -1.7,2.8 -2.5,6.7 -2.5,11.5 0,5 0.9,8.9 2.6,11.9 1.6,3.1 3.9,4.6 6.8,4.6 z"
id="path31" />
<path
class="st10"
d="m 535.9,328.1 c -4.9,0 -9.2,-1.1 -12.8,-3.3 -3.6,-2.2 -6.4,-5.4 -8.3,-9.4 -1.9,-4.1 -2.9,-8.9 -2.9,-14.5 0,-5.6 1,-10.4 2.9,-14.5 2,-4.1 4.8,-7.3 8.4,-9.5 3.6,-2.2 7.9,-3.3 12.9,-3.3 4.9,0 9.1,1.1 12.7,3.3 3.6,2.2 6.3,5.3 8.2,9.3 1.9,4 2.9,8.9 2.9,14.4 0,5.7 -1,10.5 -2.9,14.6 -2,4.1 -4.7,7.3 -8.3,9.5 -3.6,2.3 -7.9,3.4 -12.8,3.4 z m 0,-11 c 3.2,0 5.7,-1.5 7.6,-4.4 1.9,-2.9 2.8,-6.9 2.8,-11.8 0,-5 -0.9,-9 -2.8,-11.9 -1.9,-2.9 -4.4,-4.4 -7.6,-4.4 -3.2,0 -5.8,1.5 -7.6,4.4 -1.9,2.9 -2.8,6.9 -2.8,11.8 0,5 0.9,8.9 2.8,11.8 1.8,3.1 4.4,4.5 7.6,4.5 z"
id="path32" />
<path
class="st10"
d="m 594.6,327.2 c -6.4,0 -11.1,-1.7 -13.9,-5.1 -2.8,-3.4 -4.2,-8.9 -4.2,-16.6 v -40.4 h -13.8 v -10.4 h 27.4 v 50.9 c 0,4 0.6,6.9 1.9,8.6 1.3,1.7 3.4,2.6 6.4,2.6 h 10.8 v 10.4 z"
id="path33" />
<path
class="st10"
d="m 646.4,328.1 c -8.9,0 -15.7,-2.3 -20.4,-6.9 -4.7,-4.6 -7,-11.3 -7,-20.1 0,-5.5 1,-10.4 2.9,-14.5 1.9,-4.1 4.8,-7.3 8.6,-9.6 3.8,-2.3 8.6,-3.4 14.3,-3.4 4.7,0 8.8,1.1 12.3,3.3 3.5,2.2 6.1,5.2 8,9.2 1.9,3.9 2.9,8.5 2.9,13.7 v 5.5 h -35.2 c 0,8.1 4.7,12.1 14.2,12.1 6.2,0 12.5,-1.9 18.8,-5.6 v 12.5 c -6.2,2.5 -12.7,3.8 -19.4,3.8 z m 8,-33.1 c 0,-3.6 -0.9,-6.3 -2.6,-8.1 -1.8,-1.8 -4.3,-2.8 -7.6,-2.8 -3.3,0 -6,0.9 -7.8,2.8 -1.9,1.9 -3,4.6 -3.3,8.1 z"
id="path34" />
<path
class="st10"
d="m 700.7,328.1 c -5.8,0 -12.3,-1.1 -19.4,-3.2 V 313 c 6.1,3.5 12.2,5.2 18.3,5.2 6.4,0 9.6,-1.9 9.6,-5.7 0,-1.7 -0.8,-3 -2.3,-4 -1.5,-1 -4.1,-1.9 -7.7,-2.7 l -3.8,-0.8 c -10,-2.2 -14.9,-7.3 -14.9,-15.3 0,-5.1 1.8,-9.1 5.5,-11.9 3.7,-2.8 9,-4.2 16.1,-4.2 2.7,0 5.4,0.2 8.1,0.7 2.7,0.5 5.4,1.2 8.3,2.2 v 11.9 c -2.7,-1.7 -5.3,-2.9 -7.8,-3.7 -2.5,-0.8 -5,-1.2 -7.7,-1.2 -3.1,0 -5.5,0.4 -7.1,1.3 -1.7,0.9 -2.5,2.1 -2.5,3.6 0,1.4 0.8,2.6 2.3,3.6 1.6,1 4.1,1.9 7.6,2.7 l 4.4,1.1 c 4.9,1.2 8.6,3.1 10.9,5.7 2.3,2.6 3.5,6 3.5,10.3 -0.2,10.9 -7.3,16.3 -21.4,16.3 z"
id="path35" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB