0

I tried looking for this but I honestly could not find anything for my particular issue.

I am designing a poster in LaTeX and I sometimes use custom list items. The thing is, as these get wider, they take up space to the left instead of the right as I would like them to.

Minimal working example:

\documentclass{article}
\usepackage[utf8]{inputenc}

\begin{document}

\begin{enumerate}
    \item This is a normal item
    \item[Blablablabla]{This is a large item} 
\end{enumerate} 
\end{document}
lennyklb
  • 179

0 Answers0