10 Luglio 2012 alle 9:08
#75994
::
In un documento “normale”, lo spazio c’è: anche senza layaureo tre permutazioni ci stanno benissimo.
`documentclass[a4paper]{book}
\usepackage{amsmath}
\usepackage{lipsum}
%\usepackage{layaureo}
\begin{document}
\lipsum[2]
\[
\textit{id}=
\begin{pmatrix}
1 & 2 & 3 & 4 \\
1 & 2 & 3 & 4
\end{pmatrix}
\qquad
\sigma=
\begin{pmatrix}
1 & 2 & 3 & 4 \\
2 & 3 & 4 & 1
\end{pmatrix}
\qquad
\tau=
\begin{pmatrix}
1 & 2 & 3 & 4 \\
3 & 4 & 1 & 2
\end{pmatrix}
\]
\lipsum[2]
\end{document}
`Ciao,
L.