Pol Dellaiera
Pol Dellaiera
What is the status of this PR ?
Hi, I just published a project that I'm working on: https://github.com/loophp/DockLatex It contains a Docker [docker-compose](https://github.com/loophp/DockLatex/blob/master/docker-compose.yaml) file, it doesn't use nixshell, just a TexLive image. I'm using it to build...
Have you tried to build this project with Nix? It's easier than using Docker actually.
I think you should use Nix flakes (https://nixos.wiki/wiki/Flakes) and then run: ``` nix build .#ctfp nix build .#ctfp-reason nix build .#ctfp-scala nix build .#ctfp-ocaml ```
If you rebase your branch and thanks to #251, you will have the PDFs automatically generated, maybe it would be nice to do it so we can see the result...
It is super easy to do with Github actions and pandoc.
@Glidos How can I help?
> @drupol have you tried this conversion? If so, I'd be interested to know if you see the same problems I've just posted. No, I haven't tried yet, I'm sorry.
Hi, what's the status of this PR ?
It's nice, but sometimes I get weird results. E.g.: The first benchmark is very fast while the second one is 10 times slower. In the end, I came to the...