I'm sorry by my poor English. Thanks for any help. Here is my question:
I would like to center two expressions by using the multicols and enumerate commands, just like this:
Unfortunately the command I am using is producing this:

Here is my commands:
\documentclass[a4paper,12pt]{report}
\usepackage{amsmath,amsfonts,amscd,bezier}
\usepackage{amssymb}
\usepackage[brazil]{babel}
\usepackage[latin1]{inputenc}
\usepackage[dvips]{graphicx}
\usepackage{pdfsync}
\usepackage{color}
\usepackage{hyperref}
\usepackage{enumerate}
\usepackage{multicol}
\newcommand{\ds}{\displaystyle}
\newcommand{\pr}{\hspace*{1.5cm}}
\newcommand{\sen}{{\mbox{sen\,}}}
\DeclareMathOperator{\senh}{senh}
\DeclareMathOperator{\arcsen}{arcsen}
\DeclareMathOperator{\tg}{tg}
\DeclareMathOperator{\arctg}{arctg}
\DeclareMathOperator{\cotg}{cotg}
\DeclareMathOperator{\arccotg}{arccotg}
\DeclareMathOperator{\arcsec}{arcsec}
\DeclareMathOperator{\cossec}{cossec}
\DeclareMathOperator{\arccossec}{arccossec}
\begin{document}
\pagestyle{myheadings} \thispagestyle{empty}
\begin{multicols}{2}
\begin{enumerate}[(a)]
\item $f (x) = \begin{cases}
\ds x\sen\dfrac{1}{x}, & \hbox{ se } x \neq 0\\
0, & \hbox{ se } x = 0
\end{cases} $ \quad \quad
\item $f (x) = \begin{cases}
\ds x^2\sen\dfrac{1}{x}, & \hbox{ se } x \neq 0\\
0, & \hbox{ se } x = 0
\end{cases} $
\end{enumerate}
\end{multicols}
\end{document}
I'm sorry, I could not explain it right. Items (a) and (b) I would like to be centered and aligned horizontally on the same line, like that de first figure. Item (b) is higher than item (a) (the second figure).


\dsdefined? ... – Ignasi Oct 20 '17 at 11:34