SevgiAkten / pycellga

Cellular Genetic Algorithms in Python.
https://sevgiakten.github.io/pycellga/
MIT License
2 stars 1 forks source link

(#16) pandoc for compiling the paper.pdf in local machines #30

Closed jbytecode closed 1 month ago

jbytecode commented 1 month ago

This PR adds a Makefile to build paper.md and paper.bib to generate paper.pdf.

Runs on Linux and MacOS.

usage:

# make all

output:

paper.pdf

to clean:

make clean