rm WeaveSupport
This commit is contained in:
@@ -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)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user