Module Forester.BuildLaTeXSource
Sourcetype 'a env =
< cwd : Eio.Fs.dir Eio.Path.t
; process_mgr : Eio.Process.mgr
; stdout : Eio.Flow.sink.. > as 'a Sourceval build_latex :
env:_ env ->
ignore_tex_cache:bool ->
name:string ->
packages:string list ->
source:string ->
unit