I'm trying to write these exercises, aligned with the "=" sign, in two columns. This is what I have:
\documentclass[12pt,norsk,a4paper,twoside]{article}
\usepackage{amsmath}
\usepackage[lmargin=25mm,rmargin=25mm,tmargin=25mm,bmargin=25mm]{geometry}
\usepackage{multicol}
\usepackage{enumerate}
\begin{document}
\begin{multicols}{2}
\begin{enumerate}
\item 16 mg = \underline{\hspace{1.4cm}} $\mu$g (mikrogram)
\item 50 mg = \underline{\hspace{1.4cm}} $\mu$g (mikrogram)
\item 5 mg = \underline{\hspace{1.4cm}} $\mu$g (mikrogram)
\item 0,1 mg = \underline{\hspace{1.4cm}} $\mu$g (mikrogram)
\item 22,5 mg = \underline{\hspace{1.4cm}} $\mu$g (mikrogram)
\item 0,005 mg = \underline{\hspace{1.4cm}} $\mu$g (mikrogram)
\end{enumerate}
\end{multicols}
\end{document}
How can I align each line by the "=" sign? It doesn't work to use align combined with enumerate.
Cheers




\documentclassand the required\usepackages to compile it, please? Don't forget to compile the example before to make sure it works :) – Phelype Oleinik Jul 03 '18 at 12:00\begin{document}and\end{document}it works. Next time make sure that the code sample you post compiles, so that people can just copy/paste it ;) – Phelype Oleinik Jul 03 '18 at 12:09\hfillto the left of the=(\item 16 mg \hfill = \underline{\hspace{1.4cm}} $\mu$g (mikrogram)), but it added too much space... – Phelype Oleinik Jul 03 '18 at 12:28