26 Agosto 2011 alle 12:36
#62828
::
Sono d’accordo con Lorenzo. È incredibile che non ci sia un ambiente per i sistemi di equazioni
che riporti una bella graffa sulla sinistra.
A tal proposito ecco il link a una vecchia discussione.
Alla fine proponevo, usando empheq e cases, le seguenti definizioni:
`\usepackage{mathtools}
\usepackage{cases}
\newenvironment{system*}%
{\begin{displaymath}\left\lbrace \begin{lgathered}}%
{\end{lgathered} \right. \end{displaymath}\ignorespacesafterend}
\newenvironment{system}[1][]%
{\begin{equation}#1\left\lbrace \begin{lgathered}}%
{\end{lgathered} \right. \end{equation}\ignorespacesafterend}
\newenvironment{subsystem}[1][]%
{\begin{subnumcases}{#1}}%
{\end{subnumcases}\ignorespacesafterend}
`
Ciao ciao.
Fra