Text Formattingtable on bottom of page (not in footer)

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
newc0mer
Posts: 2
Joined: Tue Apr 06, 2010 2:28 pm

table on bottom of page (not in footer)

Post by newc0mer »

Hi!

I am pretty new to latex. I created a table for the title page. This table should appear on the bottom of the title page, but not in the footer. How do I achive that? I even don't know for what to google. Google says me always to use a footer...

thank you

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

svend_tveskaeg
Posts: 478
Joined: Sun Jul 12, 2009 5:31 am

table on bottom of page (not in footer)

Post by svend_tveskaeg »

Using the \vfill command just before the beginning of the table environment sounds like the answer (if I understand you correctly).
Last edited by svend_tveskaeg on Wed Apr 07, 2010 8:34 am, edited 1 time in total.
``In the game of chess, you can never let your adversary see your pieces.''
-- Zapp Brannigan, Futurama (season 1, episode 4)
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

table on bottom of page (not in footer)

Post by localghost »

Drop the table environment. Finally you don't want the table to float. svend_tveskaeg showed how you can shift the table to the bottom of the page. Next time please build a minimal example.


Best regards and welcome to the board
Thorsten
newc0mer
Posts: 2
Joined: Tue Apr 06, 2010 2:28 pm

Re: table on bottom of page (not in footer)

Post by newc0mer »

Hi!

adding \vfill one line before the table did it!

thank you
Post Reply