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

@@ -11,19 +11,6 @@ using CalculusWithJulia
using Plots
```
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
const frontmatter = (
title = "Exponential and logarithmic functions",
description = "Calculus with julia",
tags = ["CalculusWithJulia", "precalc", "exponential and logarithmic functions"],
);
nothing
```
---
@@ -692,4 +679,3 @@ L"as $a^x < 1$, $a^y < a^x$",
answ = 1
radioq(choices, answ)
```