I have just tried the breqn package to enable line breaks in the following formula ('cause this is the only option to get line breaks between
\left(
and \right)
):
Code: Select all
\begin{dmath*}
\F^{(\tau)}(\uu)=\left(\xm^{(1)},\dots,\xm^{(\tau-1)},\x^{(\tau)}:=f(\xm^{(\tau-1)}, \u^{(\tau)}),\x^{(\tau+1)}:=f(\x^{(\tau)},\u^{(\tau+1)}),
\x^{(\tau+2)}:=f(\x^{(\tau+1)},\u^{(\tau+2)}), \dots\right).
\end{dmath*}
Here is the preamble:
Code: Select all
\documentclass[12pt]{article}
\linespread{1.5}\selectfont
\usepackage[english]{babel}
\usepackage{amsmath,amssymb}
\usepackage{breqn}
\usepackage[usenames,dvipsnames]{xcolor} %D%
\newcommand{\f}{f}
\newcommand{\F}{F}
\renewcommand{\t}{t}
\newcommand{\T}{T}
\newcommand{\x}{\mathbf{x}}
\newcommand{\xm}{\breve{\x}}
\renewcommand{\u}{\mathbf{u}}
\newcommand{\y}{\mathbf{y}}
\newcommand{\X}{X}
\newcommand{\U}{U}
\newcommand{\N}{\mathrm{N}}
\newcommand{\nat}{\mathbb{N}}
\newcommand{\xx}{\bar{x}}
\newcommand{\uu}{\bar{u}}
\newcommand{\XX}{\mathcal\X}
\newcommand{\UU}{\mathcal\U}