diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/latexindent/success/matrix.tex')
-rw-r--r-- | Master/texmf-dist/doc/support/latexindent/success/matrix.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/success/matrix.tex b/Master/texmf-dist/doc/support/latexindent/success/matrix.tex new file mode 100644 index 00000000000..3d60ebc3905 --- /dev/null +++ b/Master/texmf-dist/doc/support/latexindent/success/matrix.tex @@ -0,0 +1,14 @@ +% arara: indent: {overwrite: true, trace: true} +\[ + \begin{matrix}[cc|cccccc|c] + & & & & & & {\color{blue}\downarrow} & {\color{blue}\downarrow} & S \\\hline + & 6 & {\color{red}\newmoon} & & & & & & {\color{red}\leftarrow} \\ + {\color{blue}*} & 5 & & & & & & {\color{blue}\newmoon} & \\ + & 4 & & & & {\color{red}\newmoon} & & & {\color{red}\leftarrow} \\ + & 3 & & {\color{red}\newmoon} & & & & & {\color{red}\leftarrow} \\ + & 2 & & & \fullmoon & & & & \\ + {\color{blue}*} & 1 & & & & & {\color{blue}\newmoon} & & \\\hline + & & 1 & 2 & 3 & 4 & 5 & 6 & \\ + \% & & {\color{red}*} & {\color{red}*} & & {\color{red}*} & & & + \end{matrix} +\] |