I can't find the reason for getting this message:
Underfull \hbox (badness 10000) in paragraph
This is my test case:
\newcommand{\ruler}{\noindent\rule[1ex]{\textwidth}{1pt}\\}
\newcommand{\rulercap}[1]{\ruler{\Large #1\hfill\\}\ruler}
\rulercap{test caption}
