I have a question that maybe it's simple but I can't do by myself. I want to enumerate items (I'm doing with \begin{enumerate}
) but also, want to write paragraphs below each \item
. Something like this:
The methods are:
1. Classic
The best for almost all cases. This is very used and it's the easiest option. We recommend you
to use it too over other options
2. Advanced
The best for advanced users.
Something Word-like text. How can I do it? I tried some packages, cmd's but the paragraphs are always indented.
This is my code:
...
\begin{enumerate}
\itemindent=17.87pt
\item \textbf{Copyrights.}
%Here should be paragraphs without enumerating or indentation.
\item \textbf{Tools}
\end{enumerate}
Hope you can help me.