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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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