Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 752 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 752 Bytes

First Setup

  1. Open repo as VSCode dev container
  2. Run npm i
  3. Click on "Build MDTeX" (wait for it to finish)
  4. Click on "Generate PDF" (first run may fail due to missing packages, run again after)
  5. Save main.md
  6. If it fails to generate PDF, try
    • Running the latex command in terminal
    • Restarting VSCode

Workflow after First Setup

  1. Open VSCode
  2. Edit main.md
  3. Save (Save twice to see metadata updates like table of contents & references. Why? because latex is great)

Example