This repository contains the source code and documentation for my master thesis written in LaTeX.
The paper in which this thesis is based is REmatch: A Novel Regex Engine for Finding All Matches, which I co-authored with Cristian Riveros and Domagoj Vrgoč.
The LaTeX template used for this thesis is based on the Template-LaTeX-MSc-PUC repository authored by sebahcastro.
Thesis.tex
: The main LaTeX file for the thesis.chapters/
: Directory containing individual chapters of the thesis.figures/
: Directory for storing figures used in the thesis.sources/
: Directory for storing commands and packages for the document.references.bib
: BibTeX file for managing references.README.md
: This file, providing an overview of the repository.
To compile the thesis, you will need a LaTeX distribution installed on your system.
- Clone this repository to your local machine.
- Open
thesis.tex
in your preferred LaTeX editor. - Modify the content of the thesis according to your requirements.
- Compile the thesis using your LaTeX distribution.
- Review and share the generated PDF file.
This project is licensed under the MIT License.