LaTeX source for the EE6483 report, organized by chapter with a main entry file.
main.tex: entry point that stitches together all chapters and front matter.Front/,Title/: abstract, assignments, and cover/title pages.Chapter1–Chapter8/: chapter content.Appendix/: supplementary material and code snippets.Ref/References.bib: bibliography database.
Prerequisites: a full LaTeX distribution (e.g., TeX Live/MiKTeX), latexmk, and Pygments for minted.
Compile with shell-escape enabled for minted:
latexmk -pdf -shell-escape main.texClean auxiliary files:
latexmk -cMIT License. See LICENSE for details.