dune_add_latex_documentΒΆ

build a pdf document through the Dune build system.

dune_add_latex_document(
     texfile 
)
texfile

The texfile to compile into a pdf.

Note

This function is a wrapper around add_latex_document. With Dune 2.7 the function from UseLatexmk.cmake is used and the one from UseLATEX.cmake is deprecated and will be removed after Dune 2.7.