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

@@ -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}
@@ -1658,7 +1658,7 @@ yesnoq("yes")
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$