Skip to content
/ notes Public

Personal notes collection in LaTeX.

Notifications You must be signed in to change notification settings

mnerv/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

mnervPratchaya Khansomboon
and
Pratchaya Khansomboon
Mar 27, 2025
add8cfd · Mar 27, 2025

History

94 Commits
Dec 20, 2024
Mar 9, 2025
Dec 27, 2024
Mar 9, 2025
Nov 25, 2024
Jan 9, 2025
Oct 20, 2024
Dec 25, 2024
Oct 31, 2023
Oct 20, 2024
Oct 21, 2024
Mar 27, 2025
Mar 27, 2025
Mar 27, 2025
Mar 19, 2024

Repository files navigation

Notes

LaTeX first class notes collection.

Build

Build docker image.

docker build -t latex .
docker build --build-arg USER_ID=$(id -u) --build-arg GROUP_ID=$(id -g) -t latex .

Run

Start latex docker image.

docker run -it --rm -v "$(pwd):/app" --name maths latex

Python Environment

Use python environment for generating graph and experiments. Requires venv.

python3 -m venv .venv

Activate it by using the script inside the .venv directory.

.venv/Script/activate.sh

Install packages from the requirements.txt

pip install -r requirements.txt

Resources