texlive[73736] Master/texmf-dist: dashrulex (5feb25)
commits+karl at tug.org
commits+karl at tug.org
Wed Feb 5 21:42:26 CET 2025
Revision: 73736
https://tug.org/svn/texlive?view=revision&revision=73736
Author: karl
Date: 2025-02-05 21:42:26 +0100 (Wed, 05 Feb 2025)
Log Message:
-----------
dashrulex (5feb25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/dashrulex/README.md
trunk/Master/texmf-dist/doc/latex/dashrulex/dashrulex.pdf
trunk/Master/texmf-dist/doc/latex/dashrulex/dashrulex.tex
trunk/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty
Modified: trunk/Master/texmf-dist/doc/latex/dashrulex/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/dashrulex/README.md 2025-02-05 20:42:13 UTC (rev 73735)
+++ trunk/Master/texmf-dist/doc/latex/dashrulex/README.md 2025-02-05 20:42:26 UTC (rev 73736)
@@ -1,5 +1,5 @@
# The `dashrulex` package
-Draw dashed rules (v1.02c)
+Draw dashed rules (v1.02d)
## Abstract
The `dashrulex` package provides a flexible solution for drawing dashed rules in the body, and currently provides two commands `\hdashrule` and `\hanyrule`. It's written in LaTeX3 and can be used as an alternative to the `dashrule` package.
Modified: trunk/Master/texmf-dist/doc/latex/dashrulex/dashrulex.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/dashrulex/dashrulex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/dashrulex/dashrulex.tex 2025-02-05 20:42:13 UTC (rev 73735)
+++ trunk/Master/texmf-dist/doc/latex/dashrulex/dashrulex.tex 2025-02-05 20:42:26 UTC (rev 73736)
@@ -7,8 +7,8 @@
{
package = dashrulex,
title = dashrulex,
- version = v1.02c,
- date = 2025/02/02,
+ version = v1.02d,
+ date = 2025/02/04,
authors = Qu Yi,
title = \dashrulex{} package,
info = Draw dashed rules,
@@ -66,7 +66,9 @@
8X\hdashrule[0.5ex]{4cm-3mm}{1mm}{3mm}\vrulemod[0.5ex]{3mm}{1mm}x \\
9X\hdashrule[0.5ex]{4cm}{1mm}{3mm:3pt}x \\
10X\hdashrule[0.5ex]{4cm}{1mm}{3mm:3pt,1mm:2pt}x \\
-11X\hdashrule[0.5ex]{4cm}{2pt,1pt,1pt}{3mm:3pt,1mm:2pt}x
+11X\hdashrule[0.5ex]{4cm}{2pt,1pt,1pt}{3mm:3pt,1mm:2pt}x \\
+12X\hdashrule[0.5ex]{\fill}{2pt,1pt,1pt}{3mm:3pt,1mm:2pt}x \\
+13X\hdashrule[0.5ex]{\fill}{1pt}{}x
\end{demohigh}
\command{vrulemod}[\oarg{raise}\oarg{height}\oarg{depth}\marg{width}\marg{thickness list}]
The vertical model used to fill the dashed line. \meta{thickness list} is consistent with the \cs{hdashrule} command, \meta{width} represents the length of the component, and the three optional parameters are consistent with those of the \cs{raisebox} command.
Modified: trunk/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty 2025-02-05 20:42:13 UTC (rev 73735)
+++ trunk/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty 2025-02-05 20:42:26 UTC (rev 73736)
@@ -9,7 +9,7 @@
% https://creativecommons.org/licenses/by/4.0/legalcode
\NeedsTeXFormat{LaTeX2e}[2012/02/12]
\RequirePackage{xparse}
-\ProvidesExplPackage{dashrulex}{2025/02/02}{1.02c}
+\ProvidesExplPackage{dashrulex}{2025/02/04}{1.02d}
{Draw dashed rules}
\DeclareDocumentCommand{\hdashrule}{O{0pt}O{x}mmm}
{
More information about the tex-live-commits
mailing list.