\rule{\linewidth}{0.4pt}
--
/daleif (remove RTFSIGNATURE from email address)
LaTeX FAQ: http://www.tex.ac.uk/faq
LaTeX book: http://www.imf.au.dk/system/latex/bog/ (in Danish)
Remember to post minimal examples, see URL below
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl
http://www.minimalbeispiel.de/mini-en.html
and putting linewidth 0.4pt inside there doesn't seem to work!
thanks again..
On Mar 29, 2:21 pm, Lars Madsen <dal...@RTFMSIGNATUREimf.au.dk> wrote:
>
> \rule{\linewidth}{0.4pt}
>
hahah!! I just realized what you wrote actually does !!!!!!!!!!!!
duuuh !!
Yes, it is \linewidth. (As you seem to have realized.)
> but I want an hrule, not a rule
> {\color{lightgray}\hrule height 1.5pt}
If you insist on using \hrule instead of \rule, then there is
\hrule height 1.5pt width \linewidth
However, there is no way to align with the indented list using
\hrule, so you should use \rule. Beware that \hrule suppresses
interline skips, so you get different positioning with \rule. The
result with \rule is usually better though, but perhaps requiring
some negative skips
\item I want an hrule, not a rule\\[-1.1ex]
\textcolor{lightgray}{\rule {\linewidth}{1.5pt}}\\