Incorrect
<0,1>
|
Correct
\langle 0,1 \rangle
|
Incorrect
f: \mathbb{R} \to \mathbb{R}
|
Correct
f\colon \mathbb{R} \to \mathbb{R}
|
Incorrect
12,34
|
Correct
12{,}34
|
Incorrect
\left[ \begin{array}{cc} a & b \\ c & d \end{array} \right]
|
Correct
\begin{bmatrix} a & b \\ c & d \end{bmatrix}
|
Incorrect
( \frac{(a + b)^2}{2} )^\frac{1}{3}
|
Correct
\left( \frac{(a + b)^2}{2} \right)^\frac{1}{3}
|
\RequirePackage{ifthen} \renewcommand{\translate}[1] {\ifthenelse{\equal{#1}{Definition}}{Definicja} {\ifthenelse{\equal{#1}{Example}}{Przykład} {\ifthenelse{\equal{#1}{Examples}}{Przykłady} {#1}}}}