rm WeaveSupport
This commit is contained in:
@@ -16,18 +16,8 @@ using Roots
|
||||
```{julia}
|
||||
#| echo: false
|
||||
#| results: "hidden"
|
||||
using CalculusWithJulia.WeaveSupport
|
||||
using Printf
|
||||
using SymPy
|
||||
|
||||
fig_size = (800, 600)
|
||||
|
||||
const frontmatter = (
|
||||
title = "The mean value theorem for differentiable functions.",
|
||||
description = "Calculus with Julia: The mean value theorem for differentiable functions.",
|
||||
tags = ["CalculusWithJulia", "derivatives", "the mean value theorem for differentiable functions."],
|
||||
);
|
||||
|
||||
nothing
|
||||
```
|
||||
|
||||
@@ -707,4 +697,3 @@ L"The squeeze theorem applies, as $0 < g(x) < x$",
|
||||
answ = 3
|
||||
radioq(choices, answ)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user