the "1" and the "F" in "First"
the "2" and the "S", in "Second"
the "3" and the "T" in "Third" ect.
Code: Select all
\documentclass{article}[12pt]
\begin{document}
\begin{enumerate}
\item First line
\item Second line
\item Third line
\end{enumerate}
\end{document}