This directory contains the source files for the Master's Thesis manuscript and the final presentation.
The manuscript (thesis.tex) is organized into the following chapters:
- Abstract: Summary of the research.
- Introduction: Context and motivation for the research.
- Related Work: Review of existing literature.
- Dataset: Description of the handwriting and speech data.
- Model Architecture: Implementation details of the multimodal models.
- Results: Experimental findings and performance metrics.
- Conclusions: Summary and future work.
The provided build.sh script automates the compilation using latexmk and cleans up temporary files.
cd writing/
./build.shAlternatively, you can manually compile:
# Manuscript
latexmk -pdf thesis.tex
# Presentation
latexmk -pdf presentation.texthesis.pdfpresentation.pdf