odoc icon indicating copy to clipboard operation
odoc copied to clipboard

Adding file for larex preamble file

Open NiraliJoshi17 opened this issue 3 years ago • 3 comments

Adding a preamble file as a support-files.tex and define a rule for this in dune file.

NiraliJoshi17 avatar Nov 06 '21 14:11 NiraliJoshi17

Hi @NiraliJoshi17, thanks for this! It's looking good so far, you've added the latex file as an OCaml module. The next steps are to install it as part of the support-files CLI sub command, as suggested in issue #588

Also you'll need to reformat the dune file as it's causing the CI to fail. To do this, install ocamlformat.0.19.0 and run

dune build @fmt 
dune promote

and commit the results.

jonludlam avatar Nov 06 '21 14:11 jonludlam

Is this still relevant ? If yes it should be reasonably easy to rebase and merge, so I am including it in the 2.4 milestone for now. @NiraliJoshi17

EmileTrotignon avatar Dec 05 '23 13:12 EmileTrotignon

The feature is still needed, but the implementation would be different today (crunch), and some futher work is required for proper integration.

jonludlam avatar Dec 07 '23 12:12 jonludlam

I'm going to close this for now. When we do a support-files like command for latex we can always come back to take a look at this PR.

jonludlam avatar Jul 29 '24 12:07 jonludlam