[latexrefman] Proposed change to latexman
Pieter van Oostrum
pieter at vanoostrum.org
Sun Jan 16 22:21:13 CET 2022
Hello,
I want to propose to make the redefinitions of \hrulefill and \dotfill in node
19.10 '\hrulefill' & '\dotfill' more user-oriented, i.e. no '@' commands.
Current text:
To change the rule's thickness, copy the definition and adjust it, as
here
\renewcommand{\hrulefill}{%
\leavevmode\leaders\hrule height 1pt\hfill\kern\z@}
which changes the default thickness of 0.4pt to 1pt. Similarly, adjust
the dot spacing as with
\renewcommand{\dotfill}{%
\leavevmode\cleaders\hb at xt@1.00em{\hss .\hss }\hfill\kern\z@}
Proposed text:
To change the rule's thickness, copy the definition and adjust it, as
here
\renewcommand{\hrulefill}{%
\leavevmode\leaders\hrule height 1pt\hfill\kern0pt }
which changes the default thickness of 0.4pt to 1pt. Similarly, adjust
the dot spacing as with
\renewcommand{\dotfill}{%
\leavevmode\cleaders\hbox to 1.00em{\hss .\hss }\hfill\kern0pt }
With kind regards,
Pieter van Oostrum
--
Pieter van Oostrum <pieter at vanoostrum.org>
www: http://pieter.vanoostrum.org/
PGP key: [8DAE142BE17999C4]
More information about the latexrefman
mailing list.