4

I have to make the list look exactly like this (Cyrillic letters are not the problem). Could you please help me.enter image description here

Betydlig
  • 207
  • 3
  • 5

1 Answers1

6

How to make horizontal lists?

\usepackage[inline]{enumitem}
\begin{enumerate*} % Add * for inline items
\item
\item
\end{enumerate*}
ayman
  • 103