summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-22 22:41:13 +0000
committerKarl Berry <karl@freefriends.org>2011-05-22 22:41:13 +0000
commit41d8a4e5da2a147cbece25dea40e432c5de47fdc (patch)
tree6a4b7f7b29745f69d09182c932d10d082d554344
parent513f53a1b882cb7594a01072c1257d4eb222db92 (diff)
xhfill (22may11)
git-svn-id: svn://tug.org/texlive/trunk@22575 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/xhfill/Changes2
-rw-r--r--Master/texmf-dist/doc/latex/xhfill/Makefile3
-rw-r--r--Master/texmf-dist/doc/latex/xhfill/xhfill-doc.pdfbin39376 -> 39331 bytes
-rw-r--r--Master/texmf-dist/doc/latex/xhfill/xhfill-doc.tex1
-rw-r--r--Master/texmf-dist/tex/latex/xhfill/xhfill.sty18
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
index 099f9b8ac85..c983b567955 100644
--- a/Master/texmf-dist/doc/latex/xhfill/xhfill-doc.pdf
+++ b/Master/texmf-dist/doc/latex/xhfill/xhfill-doc.pdf
Binary files differ
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}}