This commit is contained in:
jverzani
2022-05-24 13:51:49 -04:00
parent 5c0fd1b6fe
commit 244f492f9e
240 changed files with 65211 additions and 0 deletions

11
CwJ/test.jmd Normal file
View File

@@ -0,0 +1,11 @@
---
title: Test
author: Chris Rackauckas
---
This is a test of the builder system.
```{julia; echo=false; skip="notebook"}
using CalculusWithJulia
CalculusWithJulia.WeaveSupport._footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])
```