Add enumitem package to fix itemize formatting

The itemize environment parameters [leftmargin=*, itemsep=1pt, parsep=0pt]
were appearing as visible text in the PDF because the enumitem package
wasn't loaded. This fix adds \usepackage{enumitem} to the preamble.

All itemized lists now format correctly with proper spacing and margins.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vijay Janapa Reddi
2025-11-19 08:43:41 -05:00
parent 31548e88fe
commit f31865560e
23 changed files with 228 additions and 130 deletions

View File

@@ -4,3 +4,4 @@ repos: []