Add examples for brackets in math mode
This commit is contained in:
parent
8920225b34
commit
1b0477ac56
2 changed files with 27 additions and 0 deletions
9
codebeispiele/math-brackets.tex
Normal file
9
codebeispiele/math-brackets.tex
Normal file
|
@ -0,0 +1,9 @@
|
|||
\begin{align*}
|
||||
(\int_0^nf(x)dx) \\
|
||||
(\frac{3}{4}) \\ \\
|
||||
\left(\int_0^n
|
||||
f\left(x\right)dx\right) \\
|
||||
\left(\frac{3}{4}\right) \\
|
||||
\left[\left(\frac{1}{3}\right)
|
||||
x^3+C\right]_0^n
|
||||
\end{align*}
|
Loading…
Add table
Add a link
Reference in a new issue