Suppose I have some title text that I format as follows:
\begin{center}
{\small Brief Notes on}\\[-0.2em]
Some Topic of Questionable Interest\\[-0.6em]
\rule{12em}{0.75pt}
\end{center}
This produces two lines of text with a 12em-wide rule beneath them.
Is there a way to get LaTeX to automatically adjust the length of the rule to be equal to that of the bottom line of text (plus some user-specified offset)?


tikzmarkwould be a good tool for that... – jub0bs May 01 '13 at 10:48