hmemcpy / milewski-ctfp-pdf

Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/
Other
10.94k stars 587 forks source link

Create Dockerfile and instructions for building using the docker image #246

Open olandere opened 4 years ago

olandere commented 4 years ago

This commit adds a Dockerfile and instructions for building the project using the docker image. The intent was to make it easier to build this project without needing to have all the project dependencies installed locally. I've successfully built the Haskell and Scala version of the project using docker.

drupol commented 3 years ago

Hi,

I just published a project that I'm working on: https://github.com/loophp/DockLatex

It contains a Docker docker-compose file, it doesn't use nixshell, just a TexLive image.

I'm using it to build PDFs locally and also on Github, using the same workflow: https://github.com/loophp/DockLatex/releases/tag/v4-fad95fc

How about using something lighter like that to build the documents?

drupol commented 2 years ago

Have you tried to build this project with Nix? It's easier than using Docker actually.