This repository contains the LaTeX source files for a diploma project. It includes all necessary .tex files, custom style files, and images in the assets/ folder.
main.tex: Main entry point for the document.company.tex,implementation.tex,abstract.tex,same-tech.tex,main-pre.tex: Included sections.dics.sty: Custom style file.assets/: All images used in the document.
- Install LaTeX: Make sure you have MiKTeX or TeX Live installed.
- Install latexmk: This tool automates the build process. It is usually included in most LaTeX distributions.
- Compile:
- Open a terminal in the project directory.
- Run:
latexmk -xelatex main.tex - This will generate
main.pdf.
main.tex(and included .tex files)dics.styassets/(images)
A .gitignore is provided to exclude build artifacts and temporary files.
For any issues, check the log files or consult the LaTeX Wikibook.