diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/dashrule/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/dashrule/dashrule.pdf | bin | 139284 -> 256421 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/dashrule/dashrule.dtx | 14 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/dashrule/dashrule.ins | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/dashrule/dashrule.sty | 8 |
5 files changed, 15 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/dashrule/README b/Master/texmf-dist/doc/latex/dashrule/README index b4e2c70868a..a152fc444bc 100644 --- a/Master/texmf-dist/doc/latex/dashrule/README +++ b/Master/texmf-dist/doc/latex/dashrule/README @@ -36,7 +36,7 @@ information on installing packages. Copyright and license --------------------- -Copyright (C) 2009 Scott Pakin, scott+dash@pakin.org +Copyright (C) 2013 Scott Pakin, scott+dash@pakin.org This package may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this diff --git a/Master/texmf-dist/doc/latex/dashrule/dashrule.pdf b/Master/texmf-dist/doc/latex/dashrule/dashrule.pdf Binary files differindex 142517bd21d..900999dd03e 100644 --- a/Master/texmf-dist/doc/latex/dashrule/dashrule.pdf +++ b/Master/texmf-dist/doc/latex/dashrule/dashrule.pdf diff --git a/Master/texmf-dist/source/latex/dashrule/dashrule.dtx b/Master/texmf-dist/source/latex/dashrule/dashrule.dtx index 809ccf7d306..34c1ec916a3 100644 --- a/Master/texmf-dist/source/latex/dashrule/dashrule.dtx +++ b/Master/texmf-dist/source/latex/dashrule/dashrule.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2004 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 @@ -22,7 +22,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{dashrule} %<*package> - [2009/08/09 v1.2 Dashed rules] + [2013/03/28 v1.3 Dashed rules] %</package> % %<*driver> @@ -272,10 +272,6 @@ % % \section{Implementation} % -% \begin{macrocode} -%<*package> -% \end{macrocode} -% % We load the \textsf{ifmtarg} package to help check if the final % argument to |\hdashrule| is empty. % \begin{macrocode} @@ -432,15 +428,17 @@ % \changes{v1.2}{2009/08/08}{Ended the rule with an empty box to enable % \texttt{\string\string\string\hdashrule} to work within a % \texttt{tabular} cell. Thanks to Piazza Luca for the bug report} +% \changes{v1.3}{2013/03/28}{Prevented spurious spaces from being introduced +% into the output. Thanks to Halil \c{S}en for the bug report} % \begin{macrocode} \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{}% }% diff --git a/Master/texmf-dist/source/latex/dashrule/dashrule.ins b/Master/texmf-dist/source/latex/dashrule/dashrule.ins index 7a55b553fe7..c8c6105ce59 100644 --- a/Master/texmf-dist/source/latex/dashrule/dashrule.ins +++ b/Master/texmf-dist/source/latex/dashrule/dashrule.ins @@ -1,13 +1,13 @@ %% -%% 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 %% or (at your option) any later version. The latest version of this %% license is in: -%% +%% %% http://www.latex-project.org/lppl.txt -%% +%% %% and version 1.3c or later is part of all distributions of LaTeX %% version 2006/05/20 or later. %% @@ -21,7 +21,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 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{}% }% |