Thesis document which describes the research and methodology used in classifying and searching for architectural knowledge in mailing lists.
This is a LaTeX document, and requires the use of the XeTeX engine to be compiled into a PDF.
This document makes use of the following required dependencies:
- Open Sans Font.
- JetBrains Mono Font for code blocks.
- This document embeds code snippets using the minted package. When using this package, it is required that you add the
-escape-shell
flag to your LaTeX command, and that you have the Pygments python package installed. You can install it withsudo pip install Pygments
.