summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/success/alignmentoutsideEnvironments.tex
blob: 04053c027a90339d150af5f526ff825b561186d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% arara: indent: {overwrite: true, trace: yes, silent: yes}

\matrix{%
	%* \begin{tabular}
		    & 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{tabular}
	    & 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}