diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-22 22:41:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-22 22:41:13 +0000 |
commit | 41d8a4e5da2a147cbece25dea40e432c5de47fdc (patch) | |
tree | 6a4b7f7b29745f69d09182c932d10d082d554344 /Master/texmf-dist/tex/latex | |
parent | 513f53a1b882cb7594a01072c1257d4eb222db92 (diff) |
xhfill (22may11)
git-svn-id: svn://tug.org/texlive/trunk@22575 c570f23f-e606-0410-a88d-b1316a301751
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}} |