rm WeaveSupport

This commit is contained in:
jverzani
2022-09-19 16:10:49 -04:00
parent 847109baea
commit e35ee2f6ca
66 changed files with 213 additions and 883 deletions

View File

@@ -14,18 +14,6 @@ using SymPy
using HCubature
```
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
const frontmatter = (
title = "Line and Surface Integrals",
description = "Calculus with Julia: Line and Surface Integrals",
tags = ["CalculusWithJulia", "integral_vector_calculus", "line and surface integrals"],
);
nothing
```
---
@@ -1504,4 +1492,3 @@ raw" ``1/60``"
answ = 1
radioq(choices, answ)
```