For example, here's a typical list of items to buy, with its price on the right. I want the names to stay left-aligned, while the prices should be right-aligned (or aligned to the comma separator) :
Code: Select all
\begin{itemize}
\item Billets d’avion et portion terrestre : \tab 5612\$
\item Petites photos de visa : \tab 4\$
\item Dentifrice, soie dentaire : \tab 5\$
\item Coussin gonflable pour l'avion : \tab 19\$
\end{itemize}
Do I need to build a table, for this kind of stuff ?