pdf files; edits
This commit is contained in:
18
quarto/alternatives/make_pdf.jl
Normal file
18
quarto/alternatives/make_pdf.jl
Normal file
@@ -0,0 +1,18 @@
|
||||
module Make
|
||||
|
||||
# makefile for generating typst pdfs
|
||||
# per directory usage
|
||||
|
||||
dir = "alternatives"
|
||||
files = (
|
||||
"symbolics",
|
||||
"SciML",
|
||||
"plotly_plotting",
|
||||
"makie_plotting",
|
||||
|
||||
)
|
||||
|
||||
include("../_make_pdf.jl")
|
||||
|
||||
main()
|
||||
end
|
||||
Reference in New Issue
Block a user