Skip to content

Latest commit

 

History

History

README.md

Thesis and Presentation (LaTeX)

This directory contains the source files for the Master's Thesis manuscript and the final presentation.

Thesis Structure

The manuscript (thesis.tex) is organized into the following chapters:

  1. Abstract: Summary of the research.
  2. Introduction: Context and motivation for the research.
  3. Related Work: Review of existing literature.
  4. Dataset: Description of the handwriting and speech data.
  5. Model Architecture: Implementation details of the multimodal models.
  6. Results: Experimental findings and performance metrics.
  7. Conclusions: Summary and future work.

Compiling

The provided build.sh script automates the compilation using latexmk and cleans up temporary files.

cd writing/
./build.sh

Alternatively, you can manually compile:

# Manuscript
latexmk -pdf thesis.tex

# Presentation
latexmk -pdf presentation.tex

Generated Outputs

  • thesis.pdf
  • presentation.pdf