diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/dashrule')
-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{}% }% |