Merge pull request #10 from jverzani/fix_publish

Fix publish
This commit is contained in:
john verzani 2022-07-24 16:55:13 -04:00 committed by GitHub
commit 9d06100f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 71 deletions

View File

@ -20,6 +20,6 @@ jobs:
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: quarto/
path: quarto/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -9,3 +9,16 @@ To compile the pages through quarto
The files in subdirectories are generated, they should not be edited
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, ...

View File

@ -43,6 +43,8 @@ for DIR ∈ DIRS
end
end
else
_, ext = splitext(f)
ext == ".toml" && continue
@show :cp, f
try
force = isfile(joinpath(DIR, f))

View File

@ -1 +0,0 @@
html-math-method: katex

View File

@ -1,3 +0,0 @@
# Summary
In summary, this book has no content whatsoever.

View File

@ -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*}
$$