make allmake all-htmlmake all-pdfmake lecture-1 assessment-projectARendering settings are in _quarto.yml:
- HTML Theme: Cosmo (clean, modern theme)
- PDF Engine: XeLaTeX (handles Unicode well)
- Code Execution: Enabled (
eval: true) - All Julia code is executed and outputs are captured - Error Handling: Enabled (
error: true) - Error messages are displayed in the output - Warnings: Enabled (
warning: true) - Warning messages are displayed in the output - TOC: Included with numbered sections