rm WeaveSupport
This commit is contained in:
@@ -13,21 +13,6 @@ using SymPy
|
||||
|
||||
```
|
||||
|
||||
```{julia}
|
||||
#| echo: false
|
||||
#| results: "hidden"
|
||||
using CalculusWithJulia.WeaveSupport
|
||||
using Roots
|
||||
|
||||
fig_size=(800, 600)
|
||||
const frontmatter = (
|
||||
title = "L'Hospital's Rule",
|
||||
description = "Calculus with Julia: L'Hospital's Rule",
|
||||
tags = ["CalculusWithJulia", "derivatives", "l'hospital's rule"],
|
||||
);
|
||||
|
||||
nothing
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -259,6 +244,7 @@ A first proof of L'Hospital's rule takes advantage of Cauchy's [generalization](
|
||||
```{julia}
|
||||
#| echo: false
|
||||
#| cache: true
|
||||
using Roots
|
||||
let
|
||||
## {{{lhopitals_picture}}}
|
||||
|
||||
@@ -836,4 +822,3 @@ choices = [
|
||||
answ = 1
|
||||
radioq(choices, answ)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user