Now that the problem is solved, please be so kind and mark the topic accordingly as written in the
Board Rules (to be read before posting) and as you have already been directed. Please keep that in mind for the future so that further reminders will not be necessary.
Just for notification. The
eqnarray environment should not be used any more [1]. The problem can be avoided by grouping the concerned expressions completely with curly braces as shown below.
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\begin{document}
\begin{align}
\mathcal{L}^I &= \{[x_1,x_2] \mid (x_1,x_2) \in [0,1]^2\ \text{en}\ x_1 \leq x_2\}\\
{[x_1,x_2]} \sqcap [y_1,y_2] &= [\min(x_1,y_1),\min(x_2,y_2)]\\
{[x_1,x_2]} \sqcup [y_1,y_2] &= [\max(x_1,y_1),\max(x_2,y_2)]
\end{align}
\end{document}
[1]
The PracTeX Journal — TeX Users Group, Lars Madsen: Avoid eqnarray!
Best regards and welcome to the board
Thorsten