Coder Social home page Coder Social logo

robert-7 / math-assignments-and-presentations Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 4.72 MB

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

License: MIT License

TeX 92.37% Java 3.38% Python 1.71% Ruby 0.03% Shell 2.22% Makefile 0.28%
latex math-assignments group-theory combinatorics rings

math-assignments-and-presentations's Introduction

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

math-assignments-and-presentations's People

Contributors

robert-7 avatar

Watchers

 avatar  avatar

math-assignments-and-presentations's Issues

We should have proper READMEs

We should have a README in root that properly reflects what's in the subfolders. The READMEs in each subfolder should explain anything that's specific to the subfolder and maybe going into more detail.

Add additional linters for LaTeX

Add additional linters for LaTeX files

- id: csquotes
  name: All quotation marks should use csquotes
  description: Ensure the use of LaTeX csquotes and prohibits manual quotation marks.
  entry: "``.*''|''.*''"
  language: pygrep
  types: [file, tex]
  minimum_pre_commit_version: "2.8.0"
- id: ensure-labels-for-sections
  name: Ensure each section has a matching label
  entry: ensure-labels
  language: rust
  types: [file, tex]
  minimum_pre_commit_version: "2.8.0"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.