0x326 / miami-university-cse-620a-group-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miami-university-cse-620a-group-project

Distribution of work:

LaTeX guide: https://en.wikibooks.org/wiki/LaTeX

Setup

git config core.autoCrlf input

Install the following Visual Studio Code extensions:

Usage

Committing changes:

git add . -p
git commit

Building PDF:

# Inside Visual Studio Code dev container
make

# On commandline
docker run --rm -v "$(pwd):/pwd" --workdir /pwd blang/latex:ctanfull make

Running clingo:

clingo --opt-mode=optN *.lp *.py 1 | sed 's/) /)\n/g'

About

License:MIT License


Languages

Language:TeX 89.8%Language:Dockerfile 5.6%Language:Makefile 2.3%Language:Python 2.3%