2022-07-24 22:38:24 +02:00
|
|
|
# CalculusWithJulia via quarto
|
|
|
|
|
|
|
|
To compile the pages through quarto
|
|
|
|
|
|
|
|
|
|
|
|
* author in `.jmd` files (to be run through pluto)
|
|
|
|
* run `julia make_qmd.jl` to convert to `.qmd` files
|
|
|
|
* compile with `quarto`
|
|
|
|
|
|
|
|
The files in subdirectories are generated, they should not be edited
|
|
|
|
The files in this main directory are quarto specific.
|
2022-07-24 22:53:06 +02:00
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
Eventually, if this workflow seems to be settled:
|
|
|
|
|
|
|
|
* deprecate .jmd files
|
|
|
|
* deprecate need to make "pluto friendly"
|
|
|
|
* do something with JSXGraph
|
|
|
|
* figure out why PlotlyLight doesn't work
|
|
|
|
* move to not use CalculusWithJulia.WeaveSupport
|
|
|
|
* use an include file not the "hack" in jmd2qmd
|
|
|
|
* modify sympy's show method
|
|
|
|
* take advantage of mermaid, ojs, bibliography, ...
|