Hi,
I want to change the tickness of \hrulefill to 0.01pt.
How to do that?
If it is impossible, I have another idea, i.e., using \rule{width}{0.01pt}.
Unfortunately, I don't know how to get the width of \hfill.
Thank you in advance.
regards,
Yuko.
LaTeX forum ⇒ General ⇒ How to change the tickness of \hrulefill ?
How to change the tickness of \hrulefill ?
Hi,
the following command lets you control the height of the rule while having variable width, as the standard \hrulefill:
the following command lets you control the height of the rule while having variable width, as the standard \hrulefill:
\documentclass{minimal} \makeatletter \def\vhrulefill#1{\leavevmode\leaders\hrule\@height#1\hfill \kern\z@} \makeatother \begin{document} text \vhrulefill{3pt} text text \vhrulefill{10pt} text text \vhrulefill{1pt} text \end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: How to change the tickness of \hrulefill ?
Thanks gmedina.
Perfectly done.
Perfectly done.
Re: How to change the tickness of \hrulefill ?
How could one define \vhrulefil using just actual LaTeX commands and not any lower-level TeX commands?l
Who is online
Users browsing this forum: No registered users and 13 guests