Skip to content

Various papers and presentations done in LaTeX. Links to compiled PDFs can be found in the READMEs.

License

Notifications You must be signed in to change notification settings

robert-7/Math-Assignments-and-Presentations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math Assignments and Presentations

GitHub Workflow Status

Various papers and presentations done in LaTeX. Links to compiled PDFs can be found in the READMEs.

Contributing

Set up local linting

sudo apt install python3-tk python3-venv
python -m venv .venv
source .venv/bin/activate

Linting is done with pre-commit, a multi-language package manager for pre-commit hooks.

Follow the instructions at https://pre-commit.com/#install to install it, then run pre-commit install in the repo root to install the git hooks locally. They will run automatically every time you commit.

If you want to run all the checks manually, use pre-commit run --all-files. If you want to run just one of the checks, use pre-commit run <hook_id>.

All the hooks are also run automatically via CI when pushing, so installing them locally will save you from realizing you made a mistake only after pushing.

Installing dependencies

On Ubuntu, run scripts/install.sh to install dependencies.

Makefile Usage

Makefile is used to simplify the steps needed to build and clean the repository. See commands below for usage:

make build
make clean
make upload

About

Various papers and presentations done in LaTeX. Links to compiled PDFs can be found in the READMEs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published