How Can I Position a Paragraph at the Bottom of a Page in LaTex?

  • Context: LaTeX 
  • Thread starter Thread starter DieCommie
  • Start date Start date
  • Tags Tags
    Latex
Click For Summary

Discussion Overview

The discussion revolves around formatting a LaTeX document to position a paragraph at the bottom of a page, specifically for placing an abstract on a cover page without it wrapping to the next page. Participants explore various methods and share their experiences with LaTeX commands and packages.

Discussion Character

  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant seeks a method to position an abstract at the bottom of the page without using footnotes, which they find problematic due to numbering and formatting issues.
  • Another participant suggests using the command \vspace*{1truecm} to insert vertical space before the abstract, allowing for manual adjustment of the space.
  • A third participant expresses a desire for a more automated solution rather than manually adjusting vertical space and inquires about the function of the \begin{abstract} command, noting it did not seem to have an effect in their document.
  • Another suggestion is made to use the \vfill command to achieve the desired spacing effect, indicating a potential alternative approach.

Areas of Agreement / Disagreement

Participants have not reached a consensus on the best method to achieve the desired formatting, with multiple approaches being discussed and no clear resolution on which is superior.

Contextual Notes

Participants mention using different LaTeX packages and document classes, which may affect the applicability of the proposed solutions. There is also uncertainty regarding the impact of the \begin{abstract} command on the document's formatting.

DieCommie
Messages
156
Reaction score
0
Hello,

I have a simple question on formatting with LaTex. I use the MiKTeX 2.6 package and write the code in TeXnicCenter.

What I want is for a paragraph to be on the bottom of the page. My teacher wants the abstract on the cover page. So I have my name and the experiment name on the top and then I want my abstract paragraph to be on the bottom with a bunch of space in between the title and abstract. I don't want the abstract to wrap to the second page.

I have tried using footnote commands, but then it gets numbered and has funny formatting. There should be a way to do this without footnote.

Thx for any help you have!

(I hope I put this in the right forum...)
 
Physics news on Phys.org
DieCommie said:
Hello,

I have a simple question on formatting with LaTex. I use the MiKTeX 2.6 package and write the code in TeXnicCenter.

What I want is for a paragraph to be on the bottom of the page. My teacher wants the abstract on the cover page. So I have my name and the experiment name on the top and then I want my abstract paragraph to be on the bottom with a bunch of space in between the title and abstract. I don't want the abstract to wrap to the second page.

I have tried using footnote commands, but then it gets numbered and has funny formatting. There should be a way to do this without footnote.

Thx for any help you have!

(I hope I put this in the right forum...)

I use the same setup as you (MikTeX and TeXnicCenter)
I use the amsstex packages. I am using the "article" class.

Here is something that seems to work: just before the \begin{abstract} line I put

\vspace*{1truecm}


If you change the 1 for another number you are inserting more vertical space.
 
Thx for the reply,

I was hoping there was a more slick way to do it automatically instead of manually finding a number the proper vertical space. Otherwise, I will do that...

What does \begin{abstract} do? I discovered that while goggling today, but it didnt seem to have an effect in my paper.

Thx again
 
you may be able to use \vfill

Stuff
\vfill
more stuff
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 11 ·
Replies
11
Views
6K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K