Search found 3 matches

by pablox
Mon May 17, 2010 10:15 pm
Forum: Text Formatting
Topic: Dont indent first paragraph in another language than english
Replies: 4
Views: 7282

Dont indent first paragraph in another language than english

...Looks ugly to have that line repeated, but thanks!. It worked as expected :). Should I change the subject to solved or something like that?

You're welcome. You can edit your first post in this thread and add the green checkmark to indicate that the problem has been solved.

Por cierto, no ...
by pablox
Mon May 17, 2010 5:41 am
Forum: Text Formatting
Topic: Dont indent first paragraph in another language than english
Replies: 4
Views: 7282

Dont indent first paragraph in another language than english

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

\documentclass[spanish]{article}


you must use ...
by pablox
Mon May 17, 2010 4:39 am
Forum: Text Formatting
Topic: Dont indent first paragraph in another language than english
Replies: 4
Views: 7282

Dont indent first paragraph in another language than english

It is supposed that the normal behavior of LaTeX (at least in articles classes) is don't indent the first paragraph after each section.

The thing is that if I set the \documentclass in spanish like this:

\documentclass[twocolumn,spanish]{article}

The behavior changes to indent even the ...