diff --git a/documents/thesis/Makefile b/documents/thesis/Makefile new file mode 100644 index 0000000..449c34a --- /dev/null +++ b/documents/thesis/Makefile @@ -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 diff --git a/documents/thesis/chapters/airshowers.tex b/documents/thesis/chapters/airshowers.tex new file mode 100644 index 0000000..47e8126 --- /dev/null +++ b/documents/thesis/chapters/airshowers.tex @@ -0,0 +1,8 @@ +\documentclass[../main.tex]{subfiles} + +\begin{document} +\chapter{Airshowers} +\label{sec:airshowers} + + +\end{document} diff --git a/documents/thesis/chapters/conclusion.tex b/documents/thesis/chapters/conclusion.tex new file mode 100644 index 0000000..6326c2e --- /dev/null +++ b/documents/thesis/chapters/conclusion.tex @@ -0,0 +1,8 @@ +\documentclass[../main.tex]{subfiles} + +\begin{document} +\chapter{Conclusion} +\label{sec:conclusion} + + +\end{document} diff --git a/documents/thesis/chapters/introduction.tex b/documents/thesis/chapters/introduction.tex new file mode 100644 index 0000000..df7ca42 --- /dev/null +++ b/documents/thesis/chapters/introduction.tex @@ -0,0 +1,8 @@ +\documentclass[../main.tex]{subfiles} + +\begin{document} +\chapter{Introduction} +\label{sec:introduction} + + +\end{document} diff --git a/documents/thesis/chapters/timing.tex b/documents/thesis/chapters/timing.tex new file mode 100644 index 0000000..9b75f80 --- /dev/null +++ b/documents/thesis/chapters/timing.tex @@ -0,0 +1,8 @@ +\documentclass[../main.tex]{subfiles} + +\begin{document} +\chapter{Timing} +\label{sec:timing} + + +\end{document} diff --git a/documents/thesis/config.mk b/documents/thesis/config.mk new file mode 100644 index 0000000..490aa29 --- /dev/null +++ b/documents/thesis/config.mk @@ -0,0 +1 @@ +MAIN_SRC=thesis.tex diff --git a/documents/thesis/thesis.tex b/documents/thesis/thesis.tex new file mode 100644 index 0000000..b803630 --- /dev/null +++ b/documents/thesis/thesis.tex @@ -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} diff --git a/figures/radboud/in_dei_nomine_feliciter.eps b/figures/radboud/in_dei_nomine_feliciter.eps new file mode 100644 index 0000000..57093ad --- /dev/null +++ b/figures/radboud/in_dei_nomine_feliciter.eps @@ -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 diff --git a/figures/radboud/in_dei_nomine_feliciter.svg b/figures/radboud/in_dei_nomine_feliciter.svg new file mode 100644 index 0000000..3c60e5b --- /dev/null +++ b/figures/radboud/in_dei_nomine_feliciter.svg @@ -0,0 +1,168 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/figures/radboud/in_dei_nomine_feliciter.svg.png b/figures/radboud/in_dei_nomine_feliciter.svg.png new file mode 100644 index 0000000..732a95e Binary files /dev/null and b/figures/radboud/in_dei_nomine_feliciter.svg.png differ