summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/success/table5.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexindent/success/table5.tex')
-rw-r--r--Master/texmf-dist/doc/support/latexindent/success/table5.tex35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/success/table5.tex b/Master/texmf-dist/doc/support/latexindent/success/table5.tex
new file mode 100644
index 00000000000..e2750f40d78
--- /dev/null
+++ b/Master/texmf-dist/doc/support/latexindent/success/table5.tex
@@ -0,0 +1,35 @@
+\documentclass{article}
+
+\begin{document}
+
+\begin{tabular}{M|MMMMMMMMM}
+ & A_1 & A_2 & A_3 & A_4 & A_5 & A_6 & A_7 & A_8 & A_9 \\\hline
+ A_1 & 0 & & & & & & & & \\
+ A_2 & & 0 & & & & & & & \\
+ A_3 & & & 0 & & & & & & \\
+ A_4 & & & & 0 & & & & & \\
+ A_5 & & & & & 0 & & & & \\
+ A_6 & & & & & & 0 & & & \\
+ A_7 & & & & & & & 0 & & \\
+ A_8 & & & & & & & & 0 & \\
+ A_9 & & & & & & & & & 0 \\
+\end{tabular}
+\begin{tabularx}{M|MMMMMMMMM}
+ & A_1 & A_2 & A_3 & A_4 & A_5 & A_6 & A_7 & A_8 & A_9 \\\hline
+ A_1 & 0 & & & & & & & & \\
+ A_2 & & 0 & & & & & & & \\
+ A_3 & & & 0 & & & & & & \\
+ A_4 & & & & 0 & & & & & \\
+ A_5 & & & & & 0 & & & & \\
+ A_6 & & & & & & 0 & & & \\
+ A_7 & & & & & & & 0 & & \\
+ A_8 & & & & & & & & 0 & \\
+ A_9 & & & & & & & & & 0 \\
+\end{tabularx}
+\begin{align*}
+ CCI_n & = \frac{p_n-SMA(p_n)}{0.015 \cdot \sigma(p_n)}\\
+ \textrm{wobei} & n = \textrm{Perioden, i.\,d.\,R. 20};\p_n = \textrm{Typischer Preis/Kurs};\ SMA(p_n) = \textrm{SMA der typischen Preise};\\
+ & \sigma(p_n) = \textrm{Standardabweichung}\\
+\end{align*}
+\end{document}
+