use quarto, not Pluto to render pages

This commit is contained in:
jverzani
2022-07-24 16:38:24 -04:00
parent 93c993206a
commit 7b37ca828c
879 changed files with 793311 additions and 2678 deletions

View File

@@ -0,0 +1,11 @@
{
"hash": "24e4c455920d5638c7e476df65696c1a",
"result": {
"markdown": "# test of formatting\n\n``` {.julia .cell-code}\nusing CalculusWithJulia\nusing CalculusWithJulia.WeaveSupport\nusing Plots\n```\n\n\n$$\nf(x) = \\frac{(x-1)^2 \\cdot (x-2)}{(x+3) \\cdot (x-3)}.\n$$\n\n::: {.cell execution_count=2}\n``` {.julia .cell-code}\nf(x) = (x-1)^2 * (x-2) / ((x+3)*(x-3) )\nplot(f, -10, 10)\n```\n\n::: {.cell-output .cell-output-display execution_count=3}\n![](test_files/figure-html/cell-3-output-1.svg){}\n:::\n:::\n\n\nThese values are more commonly expressed using the exponential function as:\n\ninline : ``\\sin(x^2)``\n\ndisplay:\n\n\n$$\n\\frac{\\sin(x^2)}{x}\n$$\n\n\nalign\n\n\n\n$$\n\\begin{align*}\n\\sinh(x) &= \\frac{e^x - e^{-x}}{2}\\\\\n\\cosh(x) &= \\frac{e^x + e^{-x}}{2}.\n\\end{align*}\n$$\n\n\nThese values are more commonly expressed using the exponential function as:\n\n\n$$\n\\begin{align*}\n\\sinh(x) &= \\frac{e^x - e^{-x}}{2}\\\\\n\\cosh(x) &= \\frac{e^x + e^{-x}}{2}.\n\\end{align*}\n$$\n\n\nThese values are more commonly expressed using the exponential function as:\n\n\n$$\n\\begin{align*}\n\\sinh(x) &= \\frac{e^x - e^{-x}}{2}\\\\\n\\cosh(x) &= \\frac{e^x + e^{-x}}{2}.\n\\end{align*}\n$$\n\n\nThese values are more commonly expressed using the exponential function as:\n\n\n$$\n\\begin{align*}\n\\sinh(x) &= \\frac{e^x - e^{-x}}{2}\\\\\n\\cosh(x) &= \\frac{e^x + e^{-x}}{2}.\n\\end{align*}\n$$\n\n",
"supporting": [
"test_files"
],
"filters": [],
"includes": {}
}
}