comment out pdf generation

This commit is contained in:
jverzani 2022-11-02 14:53:53 -04:00
parent 02cffc6d61
commit d6f2d00718
2 changed files with 12 additions and 12 deletions

View File

@ -138,16 +138,16 @@ format:
number-depth: 3 number-depth: 3
toc-depth: 3 toc-depth: 3
link-external-newwindow: true link-external-newwindow: true
pdf: # pdf:
documentclass: scrbook # documentclass: scrbook
classoption: [oneside] # classoption: [oneside]
keep-tex: true # keep-tex: true
geometry: # geometry:
- top=30mm # - top=30mm
- left=10mm # - left=10mm
- right=10mm # - right=10mm
- heightrounded # - heightrounded
colorlinks: true # colorlinks: true
execute: execute:
error: true error: true

View File

@ -1555,7 +1555,7 @@ Compute the limit
$$ $$
\lim_{x \rightarrow 0} \frac{\tan(x) - 24 * \tan(x/2)}{4 \sin(x) - 5 x}. \lim_{x \rightarrow 0} \frac{\tan(x) - 24 \tan(x/2)}{4 \sin(x) - 5 x}.
$$ $$
```{julia} ```{julia}
@ -1658,7 +1658,7 @@ yesnoq("yes")
The limit The limit
$$ $$
L= \lim_{x \rightarrow 0} \left(\frac{(a^x - x \log(a)}{b^x - x\log(b)}\right)^{1/x^2} L= \lim_{x \rightarrow 0} \left(\frac{a^x - x \log(a)}{b^x - x\log(b)}\right)^{1/x^2}
$$ $$
For $a=3$ and $b=2$ For $a=3$ and $b=2$