Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 744 Bytes

File metadata and controls

30 lines (24 loc) · 744 Bytes

Render All Documents (HTML & PDF, using parallel rendering)

make all

Render HTML Only

make all-html

Render PDF Only

make all-pdf

Render single lectures

make lecture-1 assessment-projectA

Configuration

Rendering 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