Started thesis document

This commit is contained in:
Eric Teunis de Boone 2022-07-12 04:20:00 +02:00
parent 5379ba3d8d
commit 0fdfedcc51
10 changed files with 669 additions and 0 deletions

24
documents/thesis/Makefile Normal file
View File

@ -0,0 +1,24 @@
# vim:ft=make
-include config.mk
.PHONY: all clean dist-clean
### Variables
MAIN_SRC ?= main.tex
TEXENGINE ?= latexmk --pdf
MAIN_TARGET = $(patsubst %.tex,%.pdf,$(MAIN_SRC))
### Targets
all: $(MAIN_TARGET)
dist: all clean
$(MAIN_TARGET): $(MAIN_SRC)
$(TEXENGINE) $^
dist-clean: clean
@rm -vf *.pdf *.eps *.dvi *.ps
clean:
@rm -vf *.dat *.log *.out *.aux *.nav *.snm *.toc *.vrb *~ *.fls *.fdb_latexmk *-blx.bib *.bbl *.blg *.run.xml

View File

@ -0,0 +1,8 @@
\documentclass[../main.tex]{subfiles}
\begin{document}
\chapter{Airshowers}
\label{sec:airshowers}
\end{document}

View File

@ -0,0 +1,8 @@
\documentclass[../main.tex]{subfiles}
\begin{document}
\chapter{Conclusion}
\label{sec:conclusion}
\end{document}

View File

@ -0,0 +1,8 @@
\documentclass[../main.tex]{subfiles}
\begin{document}
\chapter{Introduction}
\label{sec:introduction}
\end{document}

View File

@ -0,0 +1,8 @@
\documentclass[../main.tex]{subfiles}
\begin{document}
\chapter{Timing}
\label{sec:timing}
\end{document}

View File

@ -0,0 +1 @@
MAIN_SRC=thesis.tex

145
documents/thesis/thesis.tex Normal file
View File

@ -0,0 +1,145 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%% Document %%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[notitlepage,oneside]{book}
% Pre-Ambule
% For Bibliography
\usepackage[sorting=none,natbib=true,citestyle=numeric-comp,backend=bibtex]{biblatex}
\addbibresource{../../bibliotheca/bibliography.bib}
% % Document
\usepackage{subfiles}
\usepackage{amsmath}
\usepackage{mathtools}
%\usepackage{cancel}
\usepackage{todo}
% Graphics
\usepackage{xcolor}
\usepackage{graphicx}
\graphicspath{{.}{../../figures/}}
\usepackage{epstopdf}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[colorlinks=true]{hyperref}
\usepackage{cleveref}
\usepackage{grffile}
\usepackage[english]{babel} % for proper word breaking at line ends
\usepackage[switch]{lineno}
%\usepackage{listings}
\usepackage{csquotes}
\usepackage[margin=1.0in]{geometry}
\usepackage[nobottomtitles]{titlesec}
\titleformat{\chapter}[hang] % shape
{\normalfont\bfseries\huge} % format
{\thechapter.} % label
{0.5ex} % sep
{
} % before-code
[
] % after-code
\setlength{\parindent}{0cm}
\newcommand*{\captionsource}[2]{%
\caption[{#1}]{%
#1%
\\\hspace{\linewidth}%
\textbf{Source:} #2%
}%
}
% Shortcuts
% Math
\newcommand{\dif}[1]{\mathop{}\!\mathrm{d} #1}
\newcommand{\pdif}[1]{\mathop{}\!\mathrm{\partial} #1}
% Thesis titling
\def\thesistitle{Enhancing Timing Accuracy \\[0.3cm] in Air Shower Radio Detectors}
\def\thesissubtitle{}
\def\thesisauthorfirst{E.T.}
\def\thesisauthorsecond{de Boone}
\def\thesissupervisorfirst{dr. Harm}
\def\thesissupervisorsecond{Schoorlemmer}
\def\thesissecondreaderfirst{dr. Katherine}
\def\thesissecondreadersecond{Mulrey}
\def\thesisdate{2022-11}
\definecolor{radboud}{RGB}{227, 0, 11}
\begin{document}
\frontmatter
\begin{titlepage}
\thispagestyle{empty}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\center
\textcolor{radboud}{\textsc{\Large Radboud Universiteit Nijmegen}}\\[.7cm]
\includegraphics[width=25mm]{radboud/in_dei_nomine_feliciter}\\[.5cm]
\textsc{Faculteit der Natuurwetenschappen, Wiskunde en Informatica}\\[0.5cm]
\HRule \\[0.4cm]
{ \huge \bfseries \thesistitle}\\[0.1cm]
\textsc{\thesissubtitle}\\
\HRule \\[.5cm]
\textsc{\large Master's thesis Physics and Astronomy}\\[.5cm]
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\emph{Author:}\\
\thesisauthorfirst\space \textsc{\thesisauthorsecond}
\end{flushleft}
\end{minipage}
~
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{Supervisor:} \\
\thesissupervisorfirst\space \textsc{\thesissupervisorsecond} \\[1em]
\emph{Second Reader:} \\
\thesissecondreaderfirst\space \textsc{\thesissecondreadersecond}
\end{flushright}
\end{minipage}\\[4cm]
\vfill
{\large \thesisdate}
\clearpage
\end{titlepage}
%\newpage
%\hrule
%\bigskip
\tableofcontents
\clearpage
\mainmatter
\subfile{chapters/introduction.tex}
% Airshowers
\subfile{chapters/airshowers.tex}
% Timing
\subfile{chapters/timing.tex}
% Conclusion
\subfile{chapters/conclusion.tex}
%%%%%%%%%%%%%%%%%%% Appendix and Bibliography %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\pagebreak[3]
%\phantomsection
%\subfile{appendix.tex}
%%% Print Bibliography
%\clearpage
\backmatter
\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\printbibliography
\hrule
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Todos}
\todos
\end{document}

View File

@ -0,0 +1,299 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.16.0 (https://cairographics.org)
%%CreationDate: Fri Dec 6 17:47:44 2019
%%Pages: 1
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%BoundingBox: 0 0 97 124
%%EndComments
%%BeginProlog
50 dict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
/cairo_data_source {
CairoDataIndex CairoData length lt
{ CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def }
{ () } ifelse
} def
/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def
/cairo_image { image cairo_flush_ascii85_file } def
/cairo_imagemask { imagemask cairo_flush_ascii85_file } def
%%EndProlog
%%BeginSetup
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 0 97 124
%%EndPageSetup
q 0 0 97 124 rectclip
1 0 0 -1 0 124 cm q
0.113725 0.113725 0.105882 rg
8.863 71.211 m 8.602 71.816 l 1.012 71.613 l 0.504 70.98 l 0.004 70.988
l 0.004 75.629 l -0.105 77.742 2.059 80.312 4.957 80.297 c 7.68 80.152
8.996 77.594 9.18 75.211 c 9.469 71.199 l h
7.93 75.828 m 7.727 76.836 6.473 78.195 4.996 78.344 c 2.926 78.395 1.195
76.699 1.09 75.277 c 1.012 73.926 1.105 73.582 1.105 73.582 c 8.074 73.812
l 8.059 74.578 8.125 74.965 7.93 75.828 c f
12.734 92.203 m 11.441 89.555 l 11.027 89.742 l 11.035 90.555 l 4.211 93.527
l 3.613 93.074 l 3.188 93.129 l 4.668 96.078 l 4.992 95.895 l 4.824 95.117
l 11.777 92.059 l 12.137 92.488 l h
12.734 92.203 m f
5.449 90.031 m 5.449 90.363 l 3.465 90.77 l 2.336 90.004 1.805 89.199 1.477
87.871 c 0.824 85.297 1.477 82.906 4.855 81.965 c 8.414 80.859 9.883 83.16
10.652 85.84 c 10.871 86.633 10.887 87.199 11.02 88.062 c 9.137 88.582
l 8.879 88.203 l 9.621 87.535 9.852 86.547 9.609 85.594 c 9.242 84.137 7.562
83.309 6.188 83.859 c 7.18 88.156 l 7.945 88.473 l 8.082 88.883 l 6.074
89.398 l 5.941 88.98 l 6.23 88.531 l 5.137 84.215 l 3.465 84.309 2.223
86.031 2.582 87.66 c 2.812 88.707 4.066 89.891 5.449 90.031 c f
3.965 69.23 m 3.73 68.711 3.965 68.078 4.508 67.836 c 5.031 67.621 5.66
67.773 5.875 68.223 c 6.148 68.762 5.875 69.375 5.375 69.754 c 4.852 69.988
4.223 69.75 3.965 69.23 c f
9.926 96.703 m 9.68 96.164 9.898 95.551 10.285 95.312 c 10.762 95.066 11.453
95.316 11.855 95.859 c 12.082 96.379 11.84 97.027 11.32 97.238 c 10.785
97.488 10.168 97.23 9.926 96.703 c f
62.578 116.957 m 62.34 116.414 62.598 115.805 63.145 115.562 c 63.699 115.316
64.324 115.562 64.547 116.074 c 64.75 116.609 64.547 117.238 64.004 117.496
c 63.477 117.734 62.855 117.477 62.578 116.957 c f
12.781 58.836 m 14 56.246 l 13.562 56.043 l 12.949 56.484 l 6.523 53.055
l 6.453 52.359 l 6.125 52.062 l 4.609 55.008 l 4.969 55.133 l 5.605 54.594
l 12.312 58.039 l 12.18 58.594 l h
12.781 58.836 m f
11.773 59.609 m 11.293 59.824 l 4.531 57.141 l 4.484 56.504 l 3.992 56.352
l 3.148 58.672 l 3.762 58.898 l 4.344 58.594 l 9.145 60.461 l 1.469 63.398
l 1.125 64.547 l 9.148 66.312 l 9.492 66.688 l 9.789 66.828 l 10.301 65.016
l 9.879 64.883 l 9.488 65.184 l 4.457 64.109 l 11.648 61.391 l 12.305 59.738
l h
11.773 59.609 m f
25.672 109.695 m 25.742 108.438 25.488 107.359 24.664 106.52 c 24.543 106.371
l 24.488 106.324 l 24.434 106.281 l 24.395 106.242 l 24.27 106.148 l 23.375
105.371 22.285 105.113 21.02 105.254 c 19.672 105.391 18.398 106.098 17.574
107.297 c 16.125 109.109 16.141 111.457 17.859 113.152 c 17.902 113.188
l 17.895 113.188 l 17.871 113.172 l 17.902 113.188 l 19.742 114.711 22.117
114.633 23.895 113.164 c 24.949 112.289 25.602 111.016 25.672 109.695 c
22.742 111.41 m 22.449 111.707 21.316 112.77 20.156 112.793 c 19.656 112.801
19.215 112.648 18.805 112.25 c 18.691 112.117 l 18.309 111.844 18.129 111.496
18.102 110.996 c 18.094 110.027 18.922 108.734 19.551 108.07 c 20.07 107.551
21.969 105.566 23.461 106.91 c 23.684 107.109 l 25.121 108.523 23.172 110.961
22.742 111.41 c f
41.297 114.113 m 38.43 113.605 l 38.312 114.086 l 39.027 114.609 l 37.578
121.688 l 36.816 121.898 l 36.617 122.293 l 39.738 122.977 l 39.773 122.621
l 39.086 122.105 l 40.555 114.781 l 41.25 114.75 l h
41.297 114.113 m f
60.418 118.926 m 60.742 118.941 l 61.383 120.883 l 60.539 121.957 59.762
122.473 58.406 122.758 c 55.785 123.324 53.414 122.73 52.633 119.453 c
51.5 115.883 53.797 114.469 56.488 113.688 c 57.312 113.453 57.871 113.445
58.75 113.332 c 59.25 115.262 l 58.863 115.512 l 58.219 114.73 57.223 114.488
56.238 114.695 c 54.797 115.07 53.891 116.781 54.395 118.18 c 58.727 117.195
l 59.074 116.414 l 59.504 116.305 l 59.984 118.312 l 59.539 118.41 l 59.094
118.133 l 54.828 119.148 l 54.898 120.766 56.555 121.98 58.223 121.648
c 59.301 121.465 60.516 120.297 60.418 118.926 c f
15 97.168 m 14.906 97.699 l 8.875 101.871 l 8.297 101.57 l 7.93 101.887
l 9.488 103.902 l 10.016 103.469 l 10.074 102.832 l 14.227 99.871 l 12.531
107.801 l 13.336 108.703 l 19.215 102.879 l 19.715 102.785 l 19.984 102.617
l 18.746 101.168 l 18.406 101.453 l 18.457 101.965 l 14.762 105.699 l 16.402
98.234 l 15.363 96.812 l h
15 97.168 m f
43.02 114.871 m 43.34 115.305 l 42.754 122.637 l 42.141 122.918 l 42.133
123.402 l 44.566 123.445 l 44.613 122.758 l 44.188 122.301 l 44.516 117.246
l 49.613 123.703 l 50.812 123.695 l 50.152 115.613 l 50.426 115.152 l 50.457
114.824 l 48.574 114.836 l 48.543 115.277 l 48.984 115.578 l 49.5 120.727
l 44.645 114.531 l 42.965 114.363 l h
43.02 114.871 m f
30.477 110.273 m 30.234 115.754 l 33.34 112.152 l 33.188 111.867 l 33.453
111.676 l 35.633 112.555 l 35.602 113.109 l 35.223 113.297 l 34.242 120.746
l 34.773 121.363 l 34.633 121.805 l 32.066 120.676 l 32.219 120.137 l 32.684
120.023 l 33.391 114.148 l 28.84 119.555 l 27.93 119.254 l 28.555 112.473
l 24.867 116.871 l 25.191 117.488 l 25.055 117.82 l 23.039 116.625 l 23.27
116.129 l 23.977 116.184 l 28.824 110.668 l 28.59 110.086 l 28.973 109.637
l h
30.477 110.273 m f
80.699 106.973 m 80.992 106.832 l 82.312 108.383 l 82.16 109.75 81.707
110.574 80.676 111.5 c 78.652 113.406 76.242 113.961 73.848 111.434 c 71.312
108.742 72.629 106.355 74.672 104.441 c 75.262 103.855 75.758 103.562 76.48
103.039 c 77.848 104.484 l 77.652 104.887 l 76.668 104.527 75.688 104.797
74.953 105.469 c 73.812 106.457 73.844 108.348 75 109.301 c 78.387 106.414
l 78.293 105.574 l 78.586 105.27 l 79.996 106.66 l 79.676 106.961 l 79.137
106.957 l 75.73 110.105 l 76.586 111.543 78.688 111.852 79.969 110.625
c 80.793 109.926 81.199 108.262 80.699 106.973 c f
91.344 61.578 m 91.344 61.242 l 93.344 60.816 l 94.469 61.645 94.957 62.41
95.262 63.75 c 95.922 66.348 95.211 68.738 91.898 69.633 c 88.426 70.703
86.844 68.414 86.129 65.73 c 85.898 64.938 85.883 64.363 85.746 63.484
c 87.656 62.977 l 87.906 63.367 l 87.152 64.012 86.898 65.012 87.148 65.984
c 87.496 67.445 89.156 68.285 90.566 67.75 c 89.605 63.441 l 88.801 63.109
l 88.691 62.684 l 90.746 62.133 l 90.832 62.496 l 90.543 63.055 l 91.625
67.391 l 93.309 67.34 94.574 65.602 94.219 63.945 c 94.008 62.891 92.73
61.738 91.344 61.578 c f
92.438 56.023 m 90.188 57.141 l 90.184 55.422 90.637 53.496 90.449 52.52
c 90.121 51.121 89.684 50.746 88.562 49.816 c 88.234 50.07 l 88.562 50.637
88.691 50.637 88.914 51.48 c 89.207 52.668 89.176 53.438 88.875 54.633
c 88.234 53.41 86.797 52.926 85.27 53.367 c 83.379 53.867 82.293 55.828
83.141 57.602 c 85.023 61.953 l 85.664 61.676 l 85.824 61.266 l 92.566 57.812
l 93.047 58.129 l 93.41 58.008 l h
84.844 59.863 m 83.988 58.09 83.504 55.473 85.836 54.879 c 87.773 54.363
88.926 56.203 89.199 57.684 c h
84.844 59.863 m f
87.539 79.082 m 87.574 72.117 l 86.996 70.223 l 89.395 71.742 l 89.148
71.797 88.945 71.883 88.801 71.996 c 88.551 72.254 88.551 73.293 88.512
74.855 c 96.199 74.754 l 96.348 74.414 l 96.742 74.434 l 96.758 77.172 l
96.535 77.168 l 96.195 76.523 l 88.566 76.648 l 88.578 77.477 88.457 78.711
88.691 78.891 c 88.777 78.977 88.926 79.066 89.129 79.137 c 87.113 80.465
l h
87.539 79.082 m f
87.172 81.258 m 86.781 84.141 l 87.25 84.191 l 87.711 83.621 l 94.941 84.859
l 95.191 85.523 l 95.598 85.691 l 96.188 82.559 l 95.836 82.531 l 95.297
83.168 l 87.875 81.859 l 87.805 81.312 l h
87.172 81.258 m f
92.324 87.324 m 92.645 86.98 l 94.391 87.781 l 94.75 89.203 94.691 90.207
94.07 91.508 c 92.824 93.938 91 95.562 87.539 94.145 c 84.176 92.633 84.551
89.871 85.68 87.289 c 86.023 86.492 86.367 86.055 86.797 85.309 c 88.723
86.043 l 88.574 86.559 l 87.562 86.609 86.832 87.07 86.398 87.961 c 85.68
89.398 86.797 90.684 88.129 91.715 c 89.457 92.719 92.344 92.289 93.098
90.797 c 93.566 89.797 93.293 88.312 92.324 87.324 c f
83.043 93.602 m 81.973 96.176 l 82.41 96.395 l 83.055 96.004 l 89.43 99.57
l 89.488 100.254 l 89.777 100.555 l 91.375 97.75 l 91.023 97.734 l 90.344
98.125 l 83.5 94.391 l 83.629 93.852 l h
83.043 93.602 m f
84.473 107.629 m 88.926 102.555 l 87.969 100.109 l 87.336 100.75 l 87.336
100.75 87.555 101.766 87.473 102.383 c 87.281 103.609 85.586 105.086 85.586
105.086 c 79.809 100.32 l 80.059 99.707 l 79.535 99.359 l 77.543 101.863
l 78.082 102.234 l 78.727 101.945 l 84.344 106.629 l 84.23 107.285 l h
84.473 107.629 m f
69 119.336 m 71.406 118.039 l 71.164 117.75 l 70.527 117.652 l 68.812 114.18
l 68.812 114.18 70.242 113.156 71.156 112.953 c 71.613 112.855 72.332 112.859
72.332 112.859 c 71.461 111.098 l 71.461 111.098 71.043 111.637 70.738
111.926 c 70.051 112.586 68.309 113.18 68.309 113.18 c 67.09 110.645 l 67.09
110.645 68.793 109.434 69.891 109.113 c 70.242 109.004 70.934 108.875 70.934
108.875 c 70.934 108.875 70.965 108.391 71.062 108.121 c 71.223 107.645
71.664 106.977 71.664 106.977 c 64.598 111.094 l 64.746 111.609 l 65.449
111.605 l 68.852 118.344 l 68.691 118.926 l h
69 119.336 m f
77.238 31.375 m 76.844 30.254 l 68.531 30.254 l 68.531 22.637 l 68.531
20.535 67.465 18.32 64.641 17.457 c 62.598 14.992 59.793 12.941 56.641 11.629
c 56.641 4.68 l 51.871 4.68 l 51.871 0 l 44.801 0 l 44.801 4.68 l 40.133
4.68 l 40.133 11.629 l 36.98 12.941 34.141 14.992 32.164 17.457 c 29.387
18.32 28.312 20.535 28.312 22.637 c 28.312 30.254 l 20.027 30.254 l 19.672
31.379 l 18.668 34.406 18.227 37.73 18.227 41.355 c 18.227 52.559 22.387
65.676 26.461 75.891 c 32.637 91.344 40.801 105.324 45.055 109.984 c 46.066
110.992 46.883 111.879 48.227 111.934 c 48.246 111.945 48.285 111.934 48.309
111.934 c 48.316 111.934 l 48.359 111.934 48.379 111.945 48.414 111.934
c 49.801 111.879 50.629 110.992 51.617 109.984 c 55.973 105.324 64.203
91.336 70.387 75.891 c 74.492 65.676 78.637 52.562 78.637 41.355 c 78.652
37.73 78.262 34.41 77.238 31.375 c 65.242 22.641 m 65.242 30.258 l 57.754
30.258 l 57.754 22.301 l 57.754 21.309 58.023 21.109 58.195 20.988 c 58.605
20.691 59.586 20.336 61.949 20.336 c 64.887 20.336 65.242 21.641 65.242
22.641 c 59.793 17.203 m 58.648 17.316 57.555 17.562 56.633 18.105 c 55.555
16.449 53.926 15.277 51.867 14.691 c 51.867 13.598 l 54.816 14.152 57.582
15.387 59.793 17.203 c 54.477 22.301 m 54.477 30.254 l 42.305 30.254 l
42.293 22.301 l 42.293 20.02 43.812 17.379 48.316 17.379 c 48.324 17.379
l 52.906 17.379 54.477 20.02 54.477 22.301 c 42.68 7.219 m 47.367 7.219
l 47.367 2.559 l 49.336 2.559 l 49.336 7.219 l 54.102 7.219 l 54.102 9.289
l 49.336 9.289 l 49.336 14.035 l 47.367 14.035 l 47.367 9.289 l 42.68 9.289
l h
44.797 13.598 m 44.797 14.695 l 42.863 15.277 41.238 16.449 40.137 18.109
c 39.242 17.566 38.125 17.316 36.98 17.203 c 39.207 15.387 41.965 14.152
44.797 13.598 c 31.621 22.641 m 31.621 21.645 31.945 20.336 34.848 20.336
c 37.211 20.336 38.164 20.691 38.562 20.988 c 38.758 21.109 39.023 21.309
39.023 22.301 c 39.023 22.301 39.023 27.488 39.027 30.258 c 31.621 30.258
l h
48.316 33.527 m 74.43 33.527 l 74.566 34.012 74.684 34.539 74.77 35.07
c 62.484 35.07 l 57.277 35.07 55.051 36.328 55.051 39.359 c 55.051 40.285
55.566 41.297 56.414 42.008 c 55.816 42.246 53.324 43.133 52.957 43.293
c 52.66 42.957 52.102 42.434 52.023 41.605 c 52.27 41.203 52.809 40.375
52.809 39.188 c 52.809 37.328 51.523 35.445 48.25 35.348 c 46.738 35.41
45.785 35.848 45.02 36.457 c 44.969 36.512 44.934 36.547 44.883 36.602
c 43.527 36.973 42.672 37.91 42.672 39.117 c 42.672 40.41 l 42.672 40.41
43.27 40.473 43.609 40.598 c 44.047 40.793 44.219 41.02 44.352 41.203 c
44.727 41.734 44.41 42.926 43.656 43.297 c 43.305 43.133 40.805 42.246
40.195 42.012 c 41.051 41.301 41.609 40.285 41.609 39.359 c 41.609 36.332
39.355 35.07 34.117 35.07 c 22.102 35.07 l 22.215 34.543 22.309 34.016
22.453 33.527 c h
24.336 59.305 m 23.852 57.539 23.449 55.879 23.094 54.203 c 26.734 53.633
35.664 52.223 41.895 51.266 c h
43.547 54.059 m 40.055 59.305 l 32.461 59.305 l h
25.285 62.566 m 41.121 62.566 l 41.121 70.156 l 27.781 70.156 l 26.816
67.555 26.023 65.016 25.285 62.566 c 41.121 98.5 m 38.727 94.488 36.125
89.582 33.629 84.277 c 41.121 84.277 l h
55.672 98.5 m 55.672 84.277 l 63.156 84.277 l 60.637 89.582 58.059 94.488
55.672 98.5 c 67.348 74.66 m 66.473 76.816 65.562 78.895 64.613 81.004
c 52.391 81.004 l 52.391 103.637 l 51.184 105.379 50.117 106.777 49.23 107.734
c 48.984 107.992 48.582 108.398 48.32 108.59 c 48.09 108.398 47.723 107.992
47.457 107.734 c 46.566 106.777 45.492 105.379 44.285 103.637 c 44.285
81.004 l 32.219 81.004 l 31.27 78.902 30.352 76.816 29.516 74.66 c 29.352
74.238 29.176 73.832 29.012 73.422 c 44.285 73.422 l 44.285 62.566 l 52.387
62.566 l 52.387 73.422 l 67.84 73.422 l 67.691 73.832 67.52 74.238 67.348
74.66 c 43.945 59.305 m 46.691 55.176 l 46.691 59.305 l h
49.992 59.305 m 49.992 55.176 l 52.75 59.305 l h
69.082 70.156 m 55.672 70.156 l 55.672 62.566 l 71.629 62.566 l 70.879
65.016 70.039 67.555 69.082 70.156 c 53.207 54.059 m 64.387 59.305 l 56.703
59.305 l h
72.551 59.305 m 54.891 51.266 l 61.098 52.223 70.117 53.633 73.793 54.203
c 73.441 55.879 73.027 57.539 72.551 59.305 c 74.43 51.016 m 53.512 47.734
l 53.773 48.371 53.934 49.094 53.934 49.82 c 53.934 52.801 51.523 55.207
48.508 55.207 c 48.461 55.207 48.391 55.203 48.328 55.203 c 48.32 55.203
l 48.254 55.203 48.219 55.207 48.156 55.207 c 45.18 55.207 42.867 52.801
42.867 49.82 c 42.867 49.094 43.023 48.371 43.273 47.734 c 22.457 51.016
l 21.855 47.48 21.555 44.207 21.555 41.277 c 21.555 40.219 21.609 39.242
21.68 38.242 c 34.125 38.242 l 37.547 38.242 37.832 38.598 37.988 38.758
c 38.219 38.969 38.277 39.535 37.957 39.758 c 37.219 40.227 36.074 40.773
36.074 42.441 c 36.074 42.531 l 36.074 43.875 37.262 44.375 40.102 45.496
c 40.914 45.805 43.777 46.934 43.777 46.934 c 44.367 46.594 l 45.363 46.086
47.484 44.66 47.484 42.234 c 47.484 41.918 47.445 41.668 47.41 41.453 c
47.332 41.129 47.195 40.84 47.059 40.594 c 47.059 40.574 l 46.605 39.738
46.062 39.492 46.062 39.492 c 46.062 39.492 46.332 38.336 48.004 38.188
c 48.004 38.203 l 48.078 38.184 48.125 38.168 48.195 38.168 c 48.324 38.168
l 49.164 38.168 49.723 38.859 49.723 39.68 c 49.723 40.691 49.074 40.902
49.074 42.234 c 49.055 44.66 51.184 46.086 52.168 46.594 c 52.812 46.934
l 52.812 46.934 55.73 45.805 56.523 45.496 c 59.395 44.375 60.555 43.875
60.555 42.531 c 60.555 42.441 l 60.555 40.773 59.434 40.227 58.707 39.758
c 58.332 39.535 58.402 38.969 58.66 38.758 c 58.82 38.598 59.117 38.242
62.48 38.242 c 75.223 38.242 l 75.297 39.242 75.363 40.223 75.363 41.277
c 75.363 44.207 75.039 47.48 74.43 51.016 c f
Q Q
showpage
%%Trailer
end
%%EOF

View File

@ -0,0 +1,168 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Layer_1"
x="0px"
y="0px"
width="96.758583pt"
height="123.70425pt"
viewBox="0 0 129.01153 164.93901"
enable-background="new 0 0 780 165"
xml:space="preserve"
sodipodi:docname="ru_nl.svg"
inkscape:version="0.92.4 (unknown)"><metadata
id="metadata57"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs55" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1028"
id="namedview53"
showgrid="false"
units="pt"
height="130pt"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="0.46153846"
inkscape:cx="393.78178"
inkscape:cy="82.439007"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1" />
<g
id="g50"
transform="translate(-650.55156)">
<path
d="m 662.371,94.947 -0.35,0.81 -10.121,-0.275 -0.676,-0.842 -0.667,0.012 v 6.185 c -0.148,2.821 2.739,6.244 6.606,6.224 3.626,-0.193 5.381,-3.604 5.627,-6.778 l 0.389,-5.349 z m -1.249,6.157 c -0.269,1.345 -1.938,3.156 -3.907,3.356 -2.763,0.067 -5.072,-2.192 -5.21,-4.091 -0.104,-1.799 0.02,-2.26 0.02,-2.26 l 9.292,0.308 c -0.021,1.022 0.067,1.537 -0.195,2.687"
id="path2"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<polygon
points="667.531,122.938 665.808,119.407 665.254,119.655 665.267,120.738 656.167,124.702 655.368,124.101 654.804,124.174 656.778,128.105 657.208,127.857 656.986,126.821 666.255,122.743 666.732,123.318 "
id="polygon4"
style="fill:#1d1d1b" />
<path
d="m 657.819,120.043 v 0.441 l -2.649,0.541 c -1.504,-1.022 -2.212,-2.092 -2.652,-3.863 -0.866,-3.431 0,-6.619 4.509,-7.875 4.744,-1.472 6.704,1.591 7.729,5.167 0.292,1.057 0.312,1.812 0.486,2.962 l -2.508,0.694 -0.342,-0.508 c 0.987,-0.889 1.296,-2.206 0.974,-3.477 -0.494,-1.945 -2.732,-3.048 -4.565,-2.313 l 1.321,5.729 1.021,0.421 0.184,0.548 -2.679,0.688 -0.174,-0.555 0.386,-0.602 -1.457,-5.755 c -2.232,0.127 -3.888,2.42 -3.411,4.592 0.311,1.4 1.98,2.977 3.827,3.165"
id="path6"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<path
d="m 655.838,92.307 c -0.315,-0.695 0,-1.537 0.726,-1.858 0.698,-0.288 1.537,-0.087 1.819,0.515 0.369,0.716 0,1.537 -0.665,2.039 -0.696,0.313 -1.535,-0.001 -1.88,-0.696"
id="path8"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<path
d="m 663.787,128.94 c -0.329,-0.722 -0.04,-1.537 0.478,-1.858 0.634,-0.328 1.558,0.007 2.092,0.729 0.305,0.696 -0.021,1.558 -0.713,1.839 -0.713,0.333 -1.535,-0.007 -1.857,-0.71"
id="path10"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<path
d="m 733.987,155.941 c -0.318,-0.723 0.027,-1.537 0.755,-1.858 0.743,-0.327 1.575,0 1.87,0.682 0.275,0.715 0.004,1.551 -0.722,1.898 -0.701,0.315 -1.533,-0.026 -1.903,-0.722"
id="path12"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<polygon
points="667.594,78.448 669.219,74.993 668.635,74.725 667.816,75.313 659.249,70.741 659.158,69.812 658.719,69.417 656.697,73.342 657.177,73.508 658.023,72.793 666.97,77.386 666.792,78.127 "
id="polygon14"
style="fill:#1d1d1b" />
<polygon
points="666.252,79.478 665.607,79.766 656.594,76.189 656.529,75.34 655.875,75.133 654.747,78.228 655.569,78.529 656.342,78.127 662.744,80.615 652.51,84.532 652.052,86.063 662.751,88.416 663.21,88.918 663.603,89.105 664.285,86.685 663.726,86.511 663.2,86.912 656.496,85.481 666.084,81.852 666.957,79.652 "
id="polygon16"
style="fill:#1d1d1b" />
<path
d="m 684.782,146.262 v 0 c 0.091,-1.678 -0.244,-3.115 -1.346,-4.238 l -0.161,-0.194 -0.074,-0.066 -0.069,-0.054 -0.055,-0.053 -0.165,-0.127 c -1.194,-1.037 -2.645,-1.378 -4.336,-1.19 -1.793,0.181 -3.492,1.123 -4.593,2.721 -1.934,2.42 -1.91,5.549 0.38,7.808 l 0.06,0.047 h -0.011 l -0.03,-0.02 0.041,0.02 c 2.45,2.032 5.616,1.926 7.99,-0.033 1.406,-1.165 2.272,-2.863 2.369,-4.621 m -3.907,2.286 c -0.393,0.395 -1.9,1.812 -3.451,1.845 -0.664,0.007 -1.252,-0.194 -1.8,-0.728 l -0.153,-0.175 c -0.51,-0.367 -0.749,-0.829 -0.786,-1.497 -0.011,-1.29 1.095,-3.015 1.934,-3.897 0.692,-0.695 3.224,-3.342 5.214,-1.551 l 0.295,0.268 c 1.92,1.884 -0.683,5.133 -1.253,5.735"
id="path18"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<polygon
points="705.613,152.15 701.793,151.476 701.635,152.117 702.589,152.813 700.658,162.252 699.64,162.533 699.372,163.055 703.536,163.971 703.582,163.495 702.666,162.808 704.623,153.04 705.552,153 "
id="polygon20"
style="fill:#1d1d1b" />
<path
d="m 731.11,158.568 0.43,0.021 0.853,2.587 c -1.121,1.431 -2.158,2.119 -3.965,2.5 -3.495,0.756 -6.66,-0.033 -7.697,-4.405 -1.515,-4.76 1.551,-6.645 5.14,-7.688 1.098,-0.314 1.843,-0.321 3.015,-0.475 l 0.664,2.573 -0.513,0.335 c -0.859,-1.043 -2.189,-1.364 -3.499,-1.09 -1.926,0.501 -3.131,2.781 -2.461,4.646 l 5.775,-1.311 0.466,-1.043 0.571,-0.146 0.641,2.68 -0.594,0.127 -0.591,-0.367 -5.69,1.35 c 0.097,2.159 2.303,3.777 4.529,3.336 1.436,-0.247 3.057,-1.804 2.926,-3.63"
id="path22"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<polygon
points="670.552,129.556 670.427,130.265 662.385,135.826 661.615,135.425 661.122,135.847 663.2,138.534 663.905,137.958 663.982,137.109 669.521,133.159 667.259,143.735 668.333,144.938 676.172,137.17 676.84,137.049 677.195,136.822 675.548,134.89 675.091,135.271 675.161,135.953 670.236,140.934 672.422,130.98 671.038,129.081 "
id="polygon24"
style="fill:#1d1d1b" />
<polygon
points="707.909,153.16 708.336,153.742 707.556,163.516 706.738,163.89 706.731,164.538 709.974,164.592 710.038,163.676 709.467,163.068 709.904,156.329 716.705,164.939 718.3,164.926 717.42,154.15 717.786,153.535 717.827,153.101 715.318,153.114 715.278,153.702 715.866,154.104 716.551,160.969 710.078,152.706 707.84,152.485 "
id="polygon26"
style="fill:#1d1d1b" />
<polygon
points="691.187,147.03 690.865,154.337 695.006,149.538 694.803,149.155 695.156,148.901 698.063,150.071 698.019,150.814 697.513,151.062 696.207,160.996 696.918,161.817 696.727,162.406 693.305,160.901 693.511,160.18 694.129,160.032 695.072,152.198 689.006,159.404 687.79,159.003 688.624,149.965 683.709,155.828 684.141,156.649 683.957,157.092 681.271,155.5 681.577,154.838 682.52,154.912 688.986,147.559 688.67,146.783 689.184,146.182 "
id="polygon28"
style="fill:#1d1d1b" />
<path
d="m 758.148,142.632 0.393,-0.188 1.759,2.066 c -0.204,1.824 -0.806,2.921 -2.183,4.157 -2.698,2.541 -5.911,3.282 -9.101,-0.087 -3.381,-3.59 -1.624,-6.772 1.099,-9.326 0.785,-0.781 1.446,-1.17 2.41,-1.871 l 1.826,1.932 -0.262,0.535 c -1.313,-0.481 -2.619,-0.12 -3.602,0.775 -1.521,1.316 -1.475,3.838 0.066,5.107 l 4.516,-3.844 -0.125,-1.123 0.387,-0.408 1.883,1.858 -0.43,0.401 -0.715,-0.007 -4.542,4.198 c 1.138,1.919 3.94,2.327 5.649,0.695 1.1,-0.933 1.643,-3.152 0.972,-4.87"
id="path30"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<path
d="m 772.345,82.105 v -0.448 l 2.665,-0.568 c 1.501,1.103 2.152,2.125 2.559,3.911 0.876,3.463 -0.07,6.651 -4.485,7.842 -4.629,1.43 -6.741,-1.625 -7.695,-5.201 -0.308,-1.057 -0.328,-1.825 -0.51,-2.995 l 2.545,-0.675 0.336,0.521 c -1.004,0.855 -1.343,2.192 -1.011,3.489 0.464,1.945 2.676,3.068 4.559,2.354 l -1.282,-5.749 -1.074,-0.441 -0.145,-0.569 2.739,-0.734 0.114,0.487 -0.386,0.743 1.446,5.782 c 2.243,-0.067 3.929,-2.387 3.458,-4.593 -0.285,-1.405 -1.986,-2.942 -3.833,-3.156"
id="path32"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<path
d="m 773.799,74.699 -2.997,1.49 c -0.007,-2.293 0.597,-4.86 0.346,-6.164 -0.434,-1.865 -1.018,-2.366 -2.515,-3.603 l -0.438,0.341 c 0.438,0.755 0.614,0.755 0.907,1.878 0.393,1.584 0.353,2.607 -0.048,4.205 -0.859,-1.631 -2.771,-2.279 -4.811,-1.691 -2.517,0.668 -3.965,3.283 -2.836,5.649 l 2.511,5.802 0.854,-0.374 0.211,-0.542 8.99,-4.606 0.641,0.421 0.487,-0.161 z m -10.122,5.12 c -1.141,-2.366 -1.789,-5.856 1.323,-6.645 2.585,-0.688 4.119,1.765 4.485,3.737 z"
id="path34"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<path
d="m 767.269,105.443 0.047,-9.286 -0.771,-2.527 3.198,2.026 c -0.325,0.073 -0.598,0.187 -0.788,0.341 -0.336,0.341 -0.336,1.725 -0.39,3.81 l 10.253,-0.133 0.197,-0.455 0.527,0.027 0.021,3.649 -0.299,-0.006 -0.454,-0.856 -10.168,0.167 c 0.014,1.104 -0.148,2.748 0.164,2.989 0.114,0.113 0.315,0.233 0.584,0.327 l -2.686,1.771 z"
id="path36"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<polygon
points="766.782,108.344 766.259,112.188 766.884,112.255 767.501,111.493 777.139,113.145 777.474,114.033 778.015,114.253 778.804,110.076 778.334,110.042 777.612,110.891 767.719,109.146 767.625,108.418 "
id="polygon38"
style="fill:#1d1d1b" />
<path
d="m 773.648,116.433 0.429,-0.461 2.33,1.07 c 0.48,1.898 0.399,3.235 -0.426,4.966 -1.666,3.242 -4.097,5.408 -8.712,3.517 -4.481,-2.013 -3.982,-5.695 -2.48,-9.138 0.463,-1.063 0.92,-1.645 1.494,-2.642 l 2.563,0.977 -0.194,0.688 c -1.353,0.067 -2.322,0.682 -2.904,1.872 -0.959,1.918 0.531,3.63 2.311,5.007 1.766,1.337 5.619,0.762 6.623,-1.224 0.624,-1.336 0.261,-3.315 -1.034,-4.632"
id="path40"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<polygon
points="761.277,124.802 759.85,128.232 760.431,128.526 761.29,128.005 769.79,132.758 769.868,133.674 770.254,134.075 772.385,130.331 771.915,130.312 771.012,130.833 761.885,125.852 762.056,125.137 "
id="polygon42"
style="fill:#1d1d1b" />
<path
d="m 763.18,143.507 5.938,-6.765 -1.275,-3.263 -0.843,0.856 c 0,0 0.292,1.35 0.182,2.173 -0.253,1.638 -2.515,3.609 -2.515,3.609 l -7.705,-6.357 0.333,-0.816 -0.695,-0.467 -2.659,3.342 0.719,0.495 0.859,-0.388 7.489,6.244 -0.15,0.875 z"
id="path44"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<path
d="m 742.549,159.116 3.212,-1.73 -0.326,-0.388 -0.846,-0.127 -2.29,-4.633 c 0,0 1.911,-1.364 3.126,-1.632 0.611,-0.134 1.571,-0.127 1.571,-0.127 l -1.165,-2.347 c 0,0 -0.554,0.716 -0.963,1.104 -0.917,0.876 -3.239,1.671 -3.239,1.671 l -1.626,-3.383 c 0,0 2.272,-1.61 3.737,-2.038 0.47,-0.147 1.39,-0.321 1.39,-0.321 0,0 0.04,-0.642 0.171,-1.003 0.212,-0.635 0.803,-1.524 0.803,-1.524 l -9.42,5.488 0.197,0.689 0.934,-0.007 4.539,8.984 -0.215,0.775 z"
id="path46"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
<path
d="m 753.535,41.835 -0.526,-1.498 H 741.924 V 30.183 c 0,-2.801 -1.421,-5.755 -5.184,-6.905 -2.726,-3.289 -6.462,-6.023 -10.669,-7.775 V 6.237 h -6.358 V 0 h -4.729 -0.011 -4.689 v 6.237 h -6.224 v 9.266 c -4.2,1.751 -7.99,4.486 -10.622,7.775 -3.706,1.15 -5.137,4.104 -5.137,6.905 v 10.155 h -11.045 l -0.477,1.498 c -1.336,4.038 -1.927,8.47 -1.927,13.303 0,14.941 5.55,32.429 10.981,46.047 8.234,20.604 19.121,39.247 24.791,45.458 1.35,1.344 2.438,2.526 4.23,2.601 0.026,0.014 0.08,0 0.11,0 h 0.011 c 0.057,0 0.084,0.014 0.128,0 1.85,-0.074 2.954,-1.257 4.273,-2.601 5.805,-6.211 16.782,-24.861 25.026,-45.458 5.475,-13.618 11.001,-31.105 11.001,-46.047 0.016,-4.834 -0.501,-9.26 -1.868,-13.304 M 737.539,30.189 v 10.155 h -9.983 V 29.735 c 0,-1.324 0.359,-1.591 0.591,-1.752 0.543,-0.394 1.85,-0.869 5.005,-0.869 3.916,0 4.387,1.739 4.387,3.075 m -7.261,-7.252 c -1.527,0.154 -2.988,0.481 -4.217,1.203 -1.434,-2.206 -3.606,-3.771 -6.352,-4.553 V 18.13 c 3.932,0.742 7.617,2.387 10.569,4.807 m -7.091,6.798 v 10.602 h -8.204 -0.011 -8.016 l -0.012,-10.602 c 0,-3.042 2.025,-6.565 8.027,-6.565 h 0.011 c 6.111,0 8.205,3.523 8.205,6.565 M 707.46,9.626 h 6.247 V 3.409 h 1.266 0.011 1.35 v 6.217 h 6.352 v 2.761 h -6.352 v 6.324 h -1.35 -0.011 -1.266 v -6.324 h -6.247 z m 2.823,8.504 v 1.464 c -2.578,0.775 -4.747,2.34 -6.214,4.552 -1.195,-0.722 -2.686,-1.056 -4.21,-1.209 2.968,-2.42 6.648,-4.065 10.424,-4.807 m -17.571,12.059 c 0,-1.33 0.434,-3.075 4.304,-3.075 3.149,0 4.419,0.475 4.952,0.869 0.262,0.161 0.614,0.428 0.614,1.752 0,0 0,6.918 0.004,10.609 h -9.874 z m 22.26,14.514 h 0.011 34.81 c 0.178,0.648 0.339,1.351 0.452,2.059 h -16.382 c -6.942,0 -9.913,1.678 -9.913,5.716 0,1.236 0.69,2.587 1.819,3.53 -0.796,0.321 -4.119,1.504 -4.609,1.718 -0.393,-0.448 -1.141,-1.15 -1.242,-2.253 0.326,-0.535 1.047,-1.638 1.047,-3.222 0,-2.479 -1.715,-4.993 -6.079,-5.121 -2.018,0.081 -3.287,0.669 -4.311,1.478 -0.063,0.073 -0.11,0.121 -0.178,0.194 -1.81,0.495 -2.951,1.745 -2.951,3.355 v 1.725 c 0,0 0.796,0.08 1.253,0.248 0.584,0.261 0.809,0.561 0.99,0.809 0.5,0.708 0.076,2.293 -0.928,2.788 -0.47,-0.214 -3.803,-1.397 -4.615,-1.711 1.142,-0.95 1.883,-2.3 1.883,-3.537 0,-4.038 -3.005,-5.716 -9.987,-5.716 h -16.02 c 0.15,-0.708 0.275,-1.411 0.466,-2.059 h 34.484 z M 683,79.071 c -0.645,-2.354 -1.185,-4.566 -1.658,-6.799 4.854,-0.762 16.762,-2.64 25.067,-3.917 z m 25.614,-6.993 -4.656,6.993 h -10.124 z m -24.349,11.345 h 21.113 v 10.12 h -17.783 c -1.289,-3.469 -2.345,-6.858 -3.33,-10.12 m 21.114,47.911 c -3.193,-5.349 -6.66,-11.893 -9.991,-18.966 h 9.991 z m 19.403,0 v -18.966 h 9.98 c -3.36,7.073 -6.801,13.617 -9.98,18.966 m 15.567,-31.788 c -1.165,2.875 -2.38,5.649 -3.649,8.457 h -14.11 -2.186 v 30.177 c -1.61,2.326 -3.031,4.191 -4.213,5.468 -0.329,0.342 -0.862,0.882 -1.212,1.137 -0.309,-0.255 -0.795,-0.795 -1.151,-1.137 -1.188,-1.276 -2.619,-3.142 -4.229,-5.468 v -30.177 h -2.068 -14.022 c -1.266,-2.801 -2.487,-5.582 -3.605,-8.457 -0.219,-0.561 -0.453,-1.103 -0.671,-1.65 H 709.6 V 83.423 h 5.371 0.01 5.422 v 14.473 h 20.603 c -0.201,0.547 -0.429,1.089 -0.657,1.65 m -31.205,-20.475 3.663,-5.502 v 5.502 z m 8.065,0 v -5.502 l 3.676,5.502 z m 25.453,14.472 h -17.88 v -10.12 h 21.277 c -1.004,3.262 -2.122,6.651 -3.397,10.12 m -21.17,-21.465 14.906,6.993 h -10.24 z m 25.796,6.993 v 0 l -23.55,-10.717 c 8.278,1.277 20.301,3.156 25.202,3.917 -0.468,2.234 -1.017,4.446 -1.652,6.8 m 2.505,-11.051 -27.892,-4.372 c 0.35,0.849 0.562,1.812 0.562,2.781 0,3.971 -3.213,7.179 -7.235,7.179 -0.06,0 -0.157,-0.006 -0.241,-0.006 h -0.01 c -0.085,0 -0.135,0.006 -0.219,0.006 -3.968,0 -7.05,-3.208 -7.05,-7.179 0,-0.969 0.208,-1.932 0.54,-2.781 l -27.756,4.372 c -0.799,-4.713 -1.202,-9.078 -1.202,-12.982 0,-1.411 0.074,-2.714 0.169,-4.051 h 16.59 c 4.565,0 4.945,0.475 5.156,0.688 0.306,0.281 0.383,1.036 -0.043,1.337 -0.987,0.622 -2.511,1.35 -2.511,3.577 v 0.12 c 0,1.792 1.583,2.46 5.367,3.951 1.085,0.414 4.901,1.918 4.901,1.918 l 0.789,-0.455 c 1.329,-0.675 4.156,-2.574 4.156,-5.81 0,-0.421 -0.051,-0.755 -0.101,-1.043 -0.104,-0.434 -0.285,-0.815 -0.467,-1.143 V 54.1 c -0.604,-1.116 -1.329,-1.443 -1.329,-1.443 0,0 0.359,-1.544 2.588,-1.738 l 0.004,0.02 c 0.097,-0.027 0.161,-0.047 0.252,-0.047 h 0.174 c 1.117,0 1.866,0.922 1.866,2.012 0,1.351 -0.869,1.631 -0.869,3.409 -0.023,3.236 2.813,5.134 4.126,5.81 l 0.858,0.455 c 0,0 3.893,-1.504 4.952,-1.918 3.828,-1.491 5.371,-2.16 5.371,-3.951 v -0.12 c 0,-2.227 -1.494,-2.955 -2.463,-3.577 -0.498,-0.301 -0.406,-1.056 -0.061,-1.337 0.214,-0.214 0.607,-0.688 5.096,-0.688 h 16.986 c 0.102,1.337 0.188,2.641 0.188,4.051 0.003,3.904 -0.431,8.269 -1.242,12.982"
id="path48"
inkscape:connector-curvature="0"
style="fill:#1d1d1b" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB