Welcome to the central repository for the Calculus I project. This comprehensive set of notes is built using the Noteworthy framework and Typst, offering an intuitive, "preview-first" approach to mastering Calculus based on Stewart Calculus.
The project is currently split into two dedicated developer tracks:
- Explore Lee Sihoo's Track (shlee)
- Contains chapters 0 to 7 modernized for the updated Typst environment, complete build scripts, and compiled output.pdf.
- Explore Lee Hojun's Track (hjlee)
- Contains tracks and developments by Lee Hojun.
To work with this repository on your local machine, clone it and switch to your desired branch:
# Clone the repository
git clone https://github.com/sihooleebd/calculus-1.git
cd calculus-1
# Check out Sihoo's branch
git checkout shlee
# Or check out Hojun's branch
git checkout hjleeTo generate the final PDF:
- Ensure you have the Typst CLI and Python 3 installed.
- Run the build script menu:
python3 noteworthy.py
- Select Build -> Full Build to generate the document.