- Thread starter
- #1
- Mar 10, 2012
- 834
Suppose in LaTeX I write:
This the first line. begin{center}This is the centered line. end{center}.
What I get is:
This is the first line
This is the first line.~~~~~~~~~~~~~~~~This is the centered line.
(Here tilde is white space. Some how simply using spacebar wasn't working.)
What is the way to do it? My problem is that when I open any environment a fixed amount of space is always left before and after the contents of the contents of the environment. How can I control the amount of space left?
This the first line. begin{center}This is the centered line. end{center}.
What I get is:
This is the first line
This is the centered line.
But suppose I want this:
This is the first line.~~~~~~~~~~~~~~~~This is the centered line.
(Here tilde is white space. Some how simply using spacebar wasn't working.)
What is the way to do it? My problem is that when I open any environment a fixed amount of space is always left before and after the contents of the contents of the environment. How can I control the amount of space left?