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
Text Formatting ⇒ table on bottom of page (not in footer)
NEW: TikZ book now 40% off at Amazon.com for a short time.

- svend_tveskaeg
- Posts: 478
- Joined: Sun Jul 12, 2009 5:31 am
table on bottom of page (not in footer)
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)
-- Zapp Brannigan, Futurama (season 1, episode 4)
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
table on bottom of page (not in footer)
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
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: table on bottom of page (not in footer)
Hi!
adding \vfill one line before the table did it!
thank you
adding \vfill one line before the table did it!
thank you