I want to insert some text at the bottom of my title page, but it always goes to the next page if I put it too low. Can I force the text to stay on the same page, or reducing the margin at the bottom of the page, just for the titlepage?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
I am not sure if I understand your problem, but assuming you want to typeset something at the bottom of a page this can be done with
|
|||
|
|
geometrypackage in your document, then you could use\newgeometryfor the titlepage, and then\restoregeometryimmediately after it. As Werner says though, a MWE is needed – cmhughes Jul 19 '12 at 17:29