Customizing your Pressbook
LaTeX Examples
LaTeX coding is inserted using the LaTeX icon (looks like a calculator) in the editing toolbar:
In the editor, the coding looks like this:
[latex]S=\sqrt\frac{\Sigma{\left(X_i-\bar{X}\right )}^2}{N}[/latex]
and
[latex]t=\frac{\bar{x}_1-\bar{x}_2}{\sqrt{\frac{s^2_1}{n_1}+\frac{s^2_2}{n_2}}}[/latex]
but this is how the content renders to the end user:
Examples
Example 1
S=√Σ(Xi−ˉX)2NS=√Σ(Xi−¯X)2N
Example 2
t=ˉx1−ˉx2√s21n1+s22n2t=¯x1−¯x2√s21n1+s22n2