i have defined a new environment called "example"
\newenvironment{ex}{\begin{quote}%
\refstepcounter{examplecounter}%
\textbf{Example \arabic{chapter}.\arabic{examplecounter}}%
\quad
}{%
\end{quote}%
}
However the outcome would be like that
Example 1.2 The function x blah blah blah...(till the right of the page)
*AND it continues here....
What i want is this... the (AND) will align exactly where the "The" words starts in the 1st line...
Example 1.2 The function x blah blah blah...(till the right of the page)
*AND it continues here....
How can it be done?

Example 1.11(double-digit numbering)? – Werner Sep 4 '12 at 16:23