A LaTeX template for coursework reports in COMP5423 - Natural Language Processing at the Hong Kong Polytechnic University.
This template provides a structured format for writing project.
COMP5423-Report-Template/
├── COMP5423_reportTemplate.tex # Main LaTeX document
├── notation.tex # Custom mathematical notation and commands
├── mybib.bib # Bibliography
├── figures/ # Directory for figures
│ ├── goose.png
│ ├── ...
└── settings_do_not_modify/ # Template settings (do not modify)
├── includes.tex # Package includes and settings
├── titlepage.tex # Title page template
└── contributions.tex # Contributions page template
- A LaTeX distribution (e.g., TeX Live, MiKTeX, or MacTeX), or
- A LaTeX editor (e.g., Overleaf, TeXstudio, or VS Code with LaTeX extensions) [recommended!]
To compile the document, use one of the following methods:
pdflatex COMP5423_reportTemplate.tex
bibtex COMP5423_reportTemplate
pdflatex COMP5423_reportTemplate.tex
pdflatex COMP5423_reportTemplate.texThis template is provided for educational purposes for COMP5423 students at the Hong Kong Polytechnic University.




