Search found 2 matches

by ltaravilse
Thu Apr 03, 2008 7:09 pm
Forum: General
Topic: I'm having problems with spaces and tabbings
Replies: 2
Views: 2547

I'm having problems with spaces and tabbings

Hi,

you may use \noindent for suppressing the paragraph indentation, and \indent to add an indentation. A small example:
\documentclass[a4paper,10pt]{article}
\begin{document}
\noindent text text text

\noindent text text text\\
\indent text text text

text text text
\end{document}
You can ...
by ltaravilse
Wed Apr 02, 2008 3:46 pm
Forum: General
Topic: I'm having problems with spaces and tabbings
Replies: 2
Views: 2547

I'm having problems with spaces and tabbings

Hi, i'm new in this forum so I didn't know where to post so I did it here...
I'm having a little problem with tabbings and spaces...
In first place, I need to know how to avoid the tabbing that the first line in all documents have... and in second place I need to know how can I use tabbings at the ...