This repository contains my personal notes for the [Course_Name] course at the [Your_University], part of the [BSc_MSc_PhD] in [Faculty_Name].
You can download my personal notes using the link below. To create your own notes, simply fork this repository and start editing using markdown.
Important
- Pandoc
![]() |
|---|
Usage:
bash cmd.sh {setup|notes}If you haven't built the project yet, you can do so by running:
bash cmd.sh setupThe script will automatically generate the content.pdf file from the markdown files located in the docs/md directory and merge it with your front.pdf to create the final Notes.pdf:
bash cmd.sh notesImportant
Before running this command, ensure to upload your own front.pdf into the dist directory. You can even let pandoc generate a title page for you by updating the titlepage field in the docs/md/__metadata__.yml file, and removing the front.pdf reference from the cmd.sh script.
This project is distributed under GNU General Public License version 3. You can find the complete text of the license in the project repository.
