Im new in LaTeX programming, so Im trying to make the text well formatted, but every text I type after a breakline it miss indent. I don´t know how to fix it, the best maner to make every paragraph inside to keep well formatted indent. I posted a picture to ilustrate,
At Picture:
At number 1 and 2, the start position is different, I don´t know why tex make it different.
At the big vertical line, you can see inside "0.1.2 Classificação" the indent is missing your position.
The following code show the exactaly part referenced.
Code: Select all
\subsection{Classificação}
As P.A. podem ser classificadas em
\begin{enumerate}
\item Positiva, onde $r$ é maior do que zero $(r>0)$;
\item Constante, onde $r$ é igual a zero $(r=0)$;
\item Negativa, onde $r$ é menor do que zero $(r<0)$;
\end{enumerate}
Os exemplos abaixo elucidam:
\begin{quotation}
$P.A. (-100, -99, -98, ..., 0, 1, 2, ..., 100)\mbox{ Positiva pois, } r>0$
$P.A. (230, 210, 190)\mbox{ Negativa pois, } r<0$
$P.A. (7, 7, 7, 7, 7, ..., 7)\mbox{ Constante pois, }r=0$
\end{quotation}
adasdasd
\end{document}