Starting Writing 4.5in from Top of Page

  • LaTeX
  • Thread starter Maxwell
  • Start date
  • Tags
    Writing
In summary, the individual is trying to set up a page in LaTeX but is having difficulty. They have tried different commands and found that the first command gets completely ignored. They are beyond frustrated and would appreciate any ideas on why this is not working.
  • #1
Maxwell
513
0
Hey guys,

I have been searching for an answer to this question for quite some time and I have found nothing. This should be pretty simple, yet for some frustrating reason, I can not get it to work.

I want to start some writing 4.5 inches from the top of the page. I am doing:

Code:
\begin{center}
\singlespacing
\vspace{4.5in}
Accepted in partial fulfillment of the requirements for\\
the degree of Master of Science in Mechanical Engineering\\
in the Graduate School of\\
Stony Brook University\\
State University of New York\\
2009\\

\vskip .5 in

September 7, 2009\\

\vskip 1 in

a, Department of Mechanical Engineering, Stony Brook University\\
\vskip 0.15 in

b, Department of Mechanical Engineering, Stony Brook University\\
\vskip 0.15 in 

c, Department of Mechanical Engineering, Stony Brook University\\
\vskip 0.15 in 

\normalsize

\end{center}

However, the first \vspace{4.5in} command gets completely ignored. I have tried the following:

Code:
%\hspace{4.5in}
%\vskip 4.5 in
%\topskip 4.5 in

And none of those commands work. I've even tried adding \bigskips in order to trick it into adding blank lines. Didn't work.

I do not use LaTeX very much, but I do need to get this page set up.

Does anyone have an idea as to why this is not working?

I am beyond frustrated!

Thanks in advance.
 
Physics news on Phys.org
  • #2
Here's a hack that seems to make it work:
Code:
\documentclass[12pt,letterpaper]{article}
\usepackage[margin=1in]{geometry}
\usepackage{setspace}
\begin{document}
[COLOR="Red"][B]\ \vspace{4.5in}[/B][/COLOR]
\begin{center}
\singlespacing
Accepted in partial fulfillment of the requirements for\\
the degree of Master of Science in Mechanical Engineering\\
in the Graduate School of\\
Stony Brook University\\
State University of New York\\
2009\\

\vskip .5 in

September 7, 2009\\

\vskip 1 in

a, Department of Mechanical Engineering, Stony Brook University\\
\vskip 0.15 in

b, Department of Mechanical Engineering, Stony Brook University\\
\vskip 0.15 in 

c, Department of Mechanical Engineering, Stony Brook University\\
\vskip 0.15 in 

\normalsize

\end{center}
\end{document}
I moved the "\vspace{4.5in}" command out of the "center" environment, and I prefixed it with a "\ " to create a paragraph containing a single space, so that there is something to vspace from.
 
  • #3
And here's a much less hackish way (unless you only wanted on the first page?):

Code:
\documentclass[]{article}
\usepackage[left=1.25in,top=1.125in,bottom=1.125in,right=1.25in,nohead]{geometry}
 
  • #4
Yeah, I need it on only one page.

I used the command \vspace*{3.1in}, which semi-works.

4.5 inches is more like 6 inches, but 3.1 inches works out to 4.5 inches. I believe this might be because of the header for the document type I'm using, but I don't really feel like figuring it out right now!

Thanks for the replies, guys.
 
  • #5
Edit - Solved it. LaTeX is a pain to get used to, but once you do, it's worth it!
 
Last edited:

FAQ: Starting Writing 4.5in from Top of Page

1. What is the purpose of starting writing 4.5in from the top of the page?

The purpose of starting writing 4.5in from the top of the page is to leave enough room for a header or title at the top of the page. This also ensures that there is enough space for any necessary formatting or page numbers.

2. Can I start writing at a different margin than 4.5in?

Yes, you can start writing at a different margin than 4.5in. This is just a common recommendation and can be adjusted to fit your specific needs or style guidelines.

3. Are there any exceptions to starting writing 4.5in from the top of the page?

There may be exceptions to starting writing 4.5in from the top of the page, depending on the specific requirements of your project or document. Always check with your instructor or publisher for any specific formatting guidelines.

4. Should I leave a blank space at the top of the page before starting to write?

No, you do not need to leave a blank space at the top of the page before starting to write. The 4.5in margin should provide enough space for any necessary headers or formatting. However, if you prefer to have a blank space at the top of your page, you can adjust the margin accordingly.

5. How do I adjust the margin to start writing 4.5in from the top of the page?

The margin can be adjusted in most word processing programs by going to the "Page Layout" or "Page Setup" tab and adjusting the top margin to 4.5 inches. You can also manually adjust the margin by using the ruler at the top of your document and dragging the top margin to 4.5 inches.

Similar threads

Replies
4
Views
2K
Replies
1
Views
3K
Replies
2
Views
3K
Replies
2
Views
2K
Replies
3
Views
811
Replies
2
Views
3K
Replies
2
Views
3K
Back
Top