comment out pdf generation
This commit is contained in:
parent
02cffc6d61
commit
d6f2d00718
@ -138,16 +138,16 @@ format:
|
||||
number-depth: 3
|
||||
toc-depth: 3
|
||||
link-external-newwindow: true
|
||||
pdf:
|
||||
documentclass: scrbook
|
||||
classoption: [oneside]
|
||||
keep-tex: true
|
||||
geometry:
|
||||
- top=30mm
|
||||
- left=10mm
|
||||
- right=10mm
|
||||
- heightrounded
|
||||
colorlinks: true
|
||||
# pdf:
|
||||
# documentclass: scrbook
|
||||
# classoption: [oneside]
|
||||
# keep-tex: true
|
||||
# geometry:
|
||||
# - top=30mm
|
||||
# - left=10mm
|
||||
# - right=10mm
|
||||
# - heightrounded
|
||||
# colorlinks: true
|
||||
|
||||
execute:
|
||||
error: true
|
||||
|
@ -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$
|
||||
|
Loading…
Reference in New Issue
Block a user