Re: \hrule issue

Rodolfo Medina <[email protected]> Mon, 04 Aug 2025 07:18:48 +0000
Newsgroups gmane.comp.tex.texhax
Message-ID <87bjovy2p3.fsf@lenovo>
Rodolfo Medina <[email protected]> writes:

> Please help understand how to have the same vertical space instead.

Well, this can be achieved with:

-------------------------------------------------------------------------------
\hrule\vfil

good morning

\vfil\hrule

\eject\end
-------------------------------------------------------------------------------

but I wish to limit that vertical blank space to a desired maximum.
Substantially, I wish that \vskip.1in *after* \hrule produce the same space as
*before* \hrule: how to do so?

Rodolfo