diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/xhfill/Changes | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xhfill/Makefile | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xhfill/xhfill-doc.pdf | bin | 39376 -> 39331 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/xhfill/xhfill-doc.tex | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/xhfill/xhfill.sty | 18 |
5 files changed, 13 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/xhfill/Changes b/Master/texmf-dist/doc/latex/xhfill/Changes index 851f00de936..c7f4541fb28 100644 --- a/Master/texmf-dist/doc/latex/xhfill/Changes +++ b/Master/texmf-dist/doc/latex/xhfill/Changes @@ -1,3 +1,5 @@ xhfill.sty -------- + +1.01 2011-05-14 - use \xleaders instead of \leaders for \xdotfill 1.00 2011-05-13 initial CTAN version diff --git a/Master/texmf-dist/doc/latex/xhfill/Makefile b/Master/texmf-dist/doc/latex/xhfill/Makefile index f065fefe59a..a897b5c733c 100644 --- a/Master/texmf-dist/doc/latex/xhfill/Makefile +++ b/Master/texmf-dist/doc/latex/xhfill/Makefile @@ -1,4 +1,3 @@ - # `Makefile' for `pst-3dplot.pdf', hv, 2007/03/17 .SUFFIXES : .tex .ltx pdf @@ -13,7 +12,7 @@ ARCHNAME = $(MAIN)-$(shell date +%y%m%d) ARCHFILES = $(PACKAGE).sty $(PACKAGE).tex $(PACKAGE).pro $(MAIN).tex README Changes Makefile -all : doc clean tds +all : doc clean doc: $(MAIN).pdf $(MAIN).pdf : $(MAIN).tex diff --git a/Master/texmf-dist/doc/latex/xhfill/xhfill-doc.pdf b/Master/texmf-dist/doc/latex/xhfill/xhfill-doc.pdf Binary files differindex 099f9b8ac85..c983b567955 100644 --- a/Master/texmf-dist/doc/latex/xhfill/xhfill-doc.pdf +++ b/Master/texmf-dist/doc/latex/xhfill/xhfill-doc.pdf diff --git a/Master/texmf-dist/doc/latex/xhfill/xhfill-doc.tex b/Master/texmf-dist/doc/latex/xhfill/xhfill-doc.tex index 0e8e19d521b..709a836f6b3 100644 --- a/Master/texmf-dist/doc/latex/xhfill/xhfill-doc.tex +++ b/Master/texmf-dist/doc/latex/xhfill/xhfill-doc.tex @@ -1,3 +1,4 @@ +%% $Id: xhfill-doc.tex 501 2011-05-14 09:41:09Z herbert $ \documentclass[12pt]{article} \usepackage[T1]{fontenc} \usepackage[scaled=0.85]{beramono} 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}} |