diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-31 23:46:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-31 23:46:07 +0000 |
commit | c678daad3989ec4722af1cd83da7b1676e4f3ecf (patch) | |
tree | 8a1151fcde2d675f0225dafdbb494192cc3f185e /Master/texmf-dist/tex/latex/dashrule/dashrule.sty | |
parent | f8f0948eed4a2ea8f7dc7a1ec41db780c911772d (diff) |
dashrule (30mar13)
git-svn-id: svn://tug.org/texlive/trunk@29579 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dashrule/dashrule.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/dashrule/dashrule.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/dashrule/dashrule.sty b/Master/texmf-dist/tex/latex/dashrule/dashrule.sty index f9d60301ef9..e74cd3159e2 100644 --- a/Master/texmf-dist/tex/latex/dashrule/dashrule.sty +++ b/Master/texmf-dist/tex/latex/dashrule/dashrule.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2009 by Scott Pakin <scott+dash@pakin.org> +%% Copyright (C) 2013 by Scott Pakin <scott+dash@pakin.org> %% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3c of this license @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{dashrule} - [2009/08/09 v1.2 Dashed rules] + [2013/03/28 v1.3 Dashed rules] \RequirePackage{ifmtarg} \def\hdr@do@rule[#1]#2#3{% \rule[#1]{#2}{#3}% @@ -59,11 +59,11 @@ \ifodd\c@hdr@segments \csname#2leaders\endcsname \hbox{\hdr@parse@dash#5 #5 ! }% - \hskip#3 + \hskip#3% \else \csname#2leaders\endcsname \hbox{\hdr@parse@dash#5 ! }% - \hskip#3 + \hskip#3% \fi \mbox{}% }% |