edits
This commit is contained in:
parent
7b37ca828c
commit
4b44042045
@ -9,3 +9,16 @@ To compile the pages through quarto
|
|||||||
|
|
||||||
The files in subdirectories are generated, they should not be edited
|
The files in subdirectories are generated, they should not be edited
|
||||||
The files in this main directory are quarto specific.
|
The files in this main directory are quarto specific.
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
Eventually, if this workflow seems to be settled:
|
||||||
|
|
||||||
|
* deprecate .jmd files
|
||||||
|
* deprecate need to make "pluto friendly"
|
||||||
|
* do something with JSXGraph
|
||||||
|
* figure out why PlotlyLight doesn't work
|
||||||
|
* move to not use CalculusWithJulia.WeaveSupport
|
||||||
|
* use an include file not the "hack" in jmd2qmd
|
||||||
|
* modify sympy's show method
|
||||||
|
* take advantage of mermaid, ojs, bibliography, ...
|
||||||
|
@ -43,6 +43,8 @@ for DIR ∈ DIRS
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
_, ext = splitext(f)
|
||||||
|
ext == ".toml" && continue
|
||||||
@show :cp, f
|
@show :cp, f
|
||||||
try
|
try
|
||||||
force = isfile(joinpath(DIR, f))
|
force = isfile(joinpath(DIR, f))
|
||||||
|
@ -1 +0,0 @@
|
|||||||
html-math-method: katex
|
|
@ -1,3 +0,0 @@
|
|||||||
# Summary
|
|
||||||
|
|
||||||
In summary, this book has no content whatsoever.
|
|
@ -1,66 +0,0 @@
|
|||||||
# test of formatting
|
|
||||||
|
|
||||||
```{julia}
|
|
||||||
using CalculusWithJulia
|
|
||||||
using CalculusWithJulia.WeaveSupport
|
|
||||||
using Plots
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
$$
|
|
||||||
f(x) = \frac{(x-1)^2 \cdot (x-2)}{(x+3) \cdot (x-3)}.
|
|
||||||
$$
|
|
||||||
|
|
||||||
|
|
||||||
```{julia}
|
|
||||||
f(x) = (x-1)^2 * (x-2) / ((x+3)*(x-3) )
|
|
||||||
plot(f, -10, 10)
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
These values are more commonly expressed using the exponential function as:
|
|
||||||
|
|
||||||
inline : ``\sin(x^2)``
|
|
||||||
|
|
||||||
display:
|
|
||||||
|
|
||||||
$$
|
|
||||||
\frac{\sin(x^2)}{x}
|
|
||||||
$$
|
|
||||||
|
|
||||||
align
|
|
||||||
|
|
||||||
|
|
||||||
$$
|
|
||||||
\begin{align*}
|
|
||||||
\sinh(x) &= \frac{e^x - e^{-x}}{2}\\
|
|
||||||
\cosh(x) &= \frac{e^x + e^{-x}}{2}.
|
|
||||||
\end{align*}
|
|
||||||
$$
|
|
||||||
|
|
||||||
These values are more commonly expressed using the exponential function as:
|
|
||||||
|
|
||||||
$$
|
|
||||||
\begin{align*}
|
|
||||||
\sinh(x) &= \frac{e^x - e^{-x}}{2}\\
|
|
||||||
\cosh(x) &= \frac{e^x + e^{-x}}{2}.
|
|
||||||
\end{align*}
|
|
||||||
$$
|
|
||||||
|
|
||||||
These values are more commonly expressed using the exponential function as:
|
|
||||||
|
|
||||||
$$
|
|
||||||
\begin{align*}
|
|
||||||
\sinh(x) &= \frac{e^x - e^{-x}}{2}\\
|
|
||||||
\cosh(x) &= \frac{e^x + e^{-x}}{2}.
|
|
||||||
\end{align*}
|
|
||||||
$$
|
|
||||||
|
|
||||||
These values are more commonly expressed using the exponential function as:
|
|
||||||
|
|
||||||
$$
|
|
||||||
\begin{align*}
|
|
||||||
\sinh(x) &= \frac{e^x - e^{-x}}{2}\\
|
|
||||||
\cosh(x) &= \frac{e^x + e^{-x}}{2}.
|
|
||||||
\end{align*}
|
|
||||||
$$
|
|
Loading…
Reference in New Issue
Block a user