pablox wrote:It is supposed that the normal behavior of LaTeX (at least in articles classes) is don't indent the first paragraph after each section...
Apparently things are different in LyX; in standard LaTeX,
spanish is not a class option and instead of
you must use
Code: Select all
\documentclass{article}
\usepackage[spanish]{babel}
Anyway, this, in fact, will now indent the first paragraph after a sectional unit (as it is customary in Spanish). If you want to suppress this feature, use the
es-noindentfirst option for babel as the following example suggests:
Code: Select all
\documentclass[twocolumn]{article}
\usepackage[spanish,es-noindentfirst]{babel}
\begin{document}
\section{Test section one}
text text text text\par
text text text text\par
text text text text
\section{Test section two}
text text text text\par
text text text text\par
text text text text
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...