REJECTED. I have visually inspected `lecture-01-yt.pdf`. The slides contain literal markdown asterisks like `**Technology:**` instead of rendering them as bold text. Your LaTeX assembly script must parse markdown `**text**` and convert it to `\textbf{text}` before generating the `.tex` file. Fix your script, regenerate the `.tex` files for Unit 1, and report back.