Search found 3 matches

by bensteph
Thu Nov 17, 2011 11:53 pm
Forum: Text Formatting
Topic: linebreak problem
Replies: 3
Views: 5812

Re: linebreak problem

Here's an example of a piece of code which causes this problem. Obviously, you won't be able to see the image to the right of the initial text block, but you should be able to see the spacing problem with the text that comes after.

\noindent
\begin{minipage}{195pt}
As we will see, measurements of ...
by bensteph
Thu Nov 17, 2011 8:45 pm
Forum: Text Formatting
Topic: linebreak problem
Replies: 3
Views: 5812

linebreak problem

Hi all,

I am typesetting a book and I have an issue with the \linebreak command. Sometimes I use the minipage environment to place an image alongside some text, and the text in the minipage environment is part of a larger paragraph, so I've learned to use the \linebreak command at the end of the ...
by bensteph
Sat Apr 03, 2010 2:55 am
Forum: General
Topic: entering commands?
Replies: 1
Views: 1225

entering commands?

I recently started using TeXnicCenter and I noticed that when I start typing some commands, such as \begin{document}, the program will predict what I want to put in, and a little box will show up that reads:

\begin{document}

\end{document}

I'm wondering if there's a way to tell the program to go ...