LyXQuick Newbie Question

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
Tristanm
Posts: 1
Joined: Mon Nov 23, 2009 3:12 am

Quick Newbie Question

Post by Tristanm »

I've glanced through the tutorials, but have been unable to find an answer. Since I'm new to LyX, I'm still getting used to how everything works. Since I'm writing a college paper, I need to stick
<my name>
Essay 6
right aligned at the top of the page. Unfortunately, the closest I can get is
<my name>

Essay 6
That extra space needs to go. How would I go about doing this?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

fatra2
Posts: 126
Joined: Fri May 01, 2009 1:43 pm

Quick Newbie Question

Post by fatra2 »

Hi there,

Since you say that you are new to LaTeX, you might want to understand the compiler's point of view. Since its early beginning, LaTeX was design for you to write your document without having to worry about the topography of your document. Therefore, the LaTeX compiler follows very strict topographic rules. So if I can make one suggestion: "don't worry about the layout of your doucment, LaTeX will always make it look better and more professional than what you can ever make".

That said, if you truly want to reduce the space between the two, you can always use:

Code: Select all

<my name>
\vpsace{-2cm}
Essay 6
You might need to tweek the whole thing, by changing the amount of space to take away in \vspace. Remember that \vspace without negative sign will add some space, and with the negative sign will take that space away.

Cheers
Post Reply