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

@@ -12,18 +12,6 @@ using Plots
using QuadGK
```
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
const frontmatter = (
title = "Mean value theorem for integrals",
description = "Calculus with Julia: Mean value theorem for integrals",
tags = ["CalculusWithJulia", "integrals", "mean value theorem for integrals"],
);
nothing
```
---
@@ -391,4 +379,3 @@ L"The exponential of the average of $\log(f)$"
answ = val1 > val2 ? 1 : 2
radioq(choices, answ)
```