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

CookieUzen/unit-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IB Diploma Program Notes Central

This project is currently deprecated Go to web-notes for an updated version of this project.

A collection of notes for studying the multiple IB Subjects.

All notes are currently INCOMPLETE, please use with precaution.

Current Subjects Include:

More to come!

Folder Structure

PDFs for each of the subjects are in the pdf folder.
Latex files for each subjects are in the subjects folder.

Compile

To recompile the PDFs, run

make

To clean up folders, run

make release		// removes excess latex files in each subject folder
make clean			// remove all pdfs in the pdf folder

Development

Each subject inside the subjects folder follows a certain folder structure.

subject/
├── Makefile
├── units
│   ├── 1.tex
│   ├── 2.tex
│   └── etc.tex
├── figures
│   ├── diagram.jpg
│   └── diagram2.jpg
└── notes.tex

Compile each subject individually by running:

make

Clean up by running:

make clean

The notes.tex is the main LaTeX document for each Subject.

About

Notes for subjects in IB DP Curriculum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published