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

@@ -13,21 +13,6 @@ using Roots
using SymPy
```
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
const frontmatter = (
title = "Implications of continuity",
description = "Calculus with Julia: Implications of continuity",
tags = ["CalculusWithJulia", "limits", "implications of continuity"],
);
fig_size=(800, 600)
nothing
```
---
@@ -1114,4 +1099,3 @@ a,b = 1, 2
k_x, k_y = 3, 4
plot(t -> a * cos(k_x *t), t-> b * sin(k_y * t), 0, 4pi)
```