diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/xhfill/xhfill.sty | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/xhfill/xhfill.sty b/Master/texmf-dist/tex/latex/xhfill/xhfill.sty index d285a8b86f4..3d413f697db 100644 --- a/Master/texmf-dist/tex/latex/xhfill/xhfill.sty +++ b/Master/texmf-dist/tex/latex/xhfill/xhfill.sty @@ -1,4 +1,4 @@ -%% $Id: pst-3dplot.tex 467 2011-03-01 21:04:36Z herbert $ +%% $Id: xhfill.sty 500 2011-05-14 09:39:57Z herbert $ %% %% This is file `xhfill.sty', %% @@ -21,14 +21,14 @@ %% \xhrectanglefill{<height>}{<linewidth>} %% \xhrectanglefill{1cm}{1pt} % - \NeedsTeXFormat{LaTeX2e} - \RequirePackage{xcolor} - \RequirePackage{calc} - \RequirePackage{xspace} -\def\fileversion{1.00} -\def\filedate{2011/05/13} +\NeedsTeXFormat{LaTeX2e} +\RequirePackage{xcolor} +\RequirePackage{calc} +\RequirePackage{xspace} +\def\fileversion{1.01} +\def\filedate{2011/05/14} - \ProvidesPackage{xhfill}[\filedate\ v \fileversion\ modify width and color of hrulefill] +\ProvidesPackage{xhfill}[\filedate\ v \fileversion\ modify width and color of hrulefill] % \providecommand{\xhrulefill}[2]{% \leavevmode\color{#1}\leaders\hrule height #2% @@ -57,7 +57,7 @@ \def\@xdotfilli[#1]#2{% \@ifnextchar[{\@xdotfillii[#1]{#2}}{\@xdotfillii[#1]{#2}[black]}} \def\@xdotfillii[#1]#2[#3]{% - \leaders + \xleaders \hbox{\raisebox{#1}{\color{#3}\rule{1.2pt}{#2}\kern1.2pt}}\hfill% \color{black}} |