texlive[73035] Master/texmf-dist: dashrulex (4dec24)

commits+karl at tug.org commits+karl at tug.org
Wed Dec 4 22:12:27 CET 2024


Revision: 73035
          https://tug.org/svn/texlive?view=revision&revision=73035
Author:   karl
Date:     2024-12-04 22:12:27 +0100 (Wed, 04 Dec 2024)
Log Message:
-----------
dashrulex (4dec24)

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	2024-12-04 21:12:17 UTC (rev 73034)
+++ trunk/Master/texmf-dist/doc/latex/dashrulex/README.md	2024-12-04 21:12:27 UTC (rev 73035)
@@ -1,5 +1,5 @@
 # The `dashrulex` package
-Draw dashed rules (v1.01d)
+Draw dashed rules (v1.01f)
 
 ## 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	2024-12-04 21:12:17 UTC (rev 73034)
+++ trunk/Master/texmf-dist/doc/latex/dashrulex/dashrulex.tex	2024-12-04 21:12:27 UTC (rev 73035)
@@ -7,8 +7,8 @@
   {
     package           = dashrulex,
     title             = dashrulex,
-    version           = v1.01e,
-    date              = 2024/12/02,
+    version           = v1.01f,
+    date              = 2024/12/03,
     authors           = Qu Yi,
     title             = \dashrulex{} package,
     info              = Draw dashed rules,
@@ -54,7 +54,7 @@
 \section{User commands}
 \begin{commands}
   \command{hdashrule}[\oarg{raise}\oarg{leader}\marg{width}\marg{thickness list}\marg{dash rules}]
-  The command to draw horizontal dashed rules, based on the \cs{rule} command, and the same as the \cs{rule} command when the \meta{dash rules} are empty. \meta{raise} is the vertical offset of the rule. \meta{leader} is the alignment of the dashed line fill, which can be empty, \code{c}, or \code{x} (the \textcolor{red}{default}), corresponding to the \cs{leaders}, \cs{cleaders}, and \cs{xleaders} commands, respectively. \meta{width} is the length of the dashed line, which can be set to \cs{fill} when used to fill the remaining part of the current text line. \meta{thickness list} is a rule for the height of \textcolor{red}{vertical} lines, separated by \textcolor{red}{commas} and written as \fbox{\splitmeta{height 1}{height a}\code{,...}}, where \meta{height 1} denotes the height of a solid line and \meta{height a} denotes the height of a blank space. \meta{dash rules} stands for \textcolor{red}{horizontal} dashed line rules, which expressed as \fbox{\splitmeta[\code{:}]{length 1}{length a}\code{,}\splitmeta[\code{:}]{length 2}{length b}\code{,...}}, where \meta{length 1} represents the length of the solid line and \meta{length a} represents the length of the blank space, such as \fbox{\code{5pt:2pt,3pt}}, if the blank space is empty, then it is equal to the solid line length.
+  This command is used to draw a dashed line, based on the \cs{rule} command, and the same as the \cs{rule} command when the \meta{dash rules} are empty. \meta{raise} is the vertical offset of the rule. \meta{leader} is the alignment of the dashed line fill, which can be empty, \code{c}, or \code{x} (the \textcolor{red}{default}), corresponding to the \cs{leaders}, \cs{cleaders}, and \cs{xleaders} commands, respectively. \meta{width} is the length of the dashed line, which can be set to \cs{fill} when used to fill the remaining part of the current text line. \meta{thickness list} stands for \textcolor{red}{vertical} dashed line rules, separated by \textcolor{red}{commas} and written as \fbox{\splitmeta{height 1}{height a}\code{,...}}, where \meta{height 1} denotes the height of a solid line and \meta{height a} denotes the height of a blank space. \meta{dash rules} stands for \textcolor{red}{horizontal} dashed line rules, which expressed as \fbox{\splitmeta[\code{:}]{length 1}{length a}\code{,}\splitmeta[\code{:}]{length 2}{length b}\code{,...}}, where \meta{length 1} represents the length of the solid line and \meta{length a} represents the length of the blank space, such as \fbox{\code{5pt:2pt,3pt}}, if the blank space is empty, then it is equal to the solid line length.
 \begin{demohigh}
 1X\rule{2cm}{1pt}x \\
 2X\hdashrule{2cm}{1pt}{}x \\
@@ -71,7 +71,7 @@
   \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.
   \command{hanyrule}[\oarg{leader}\marg{width}\marg{symbol list}]
-  This command sets the length of the dotted rule and fills it with arbitrary symbols. \meta{symbol list} can be more than one symbol and they are separated by \textcolor{red}{commas}. Symbols are best packed in boxes of a certain length, as spacing between symbols is not provided.
+  This command sets the length of the dashed line and fills it with arbitrary symbols. \meta{symbol list} can be more than one symbol and they are separated by \textcolor{red}{commas}. Symbols are best packed in boxes of a certain length, as spacing between symbols is not provided.
 \begin{demohigh}
 \newcommand{\dblblock}
   {%

Modified: trunk/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty	2024-12-04 21:12:17 UTC (rev 73034)
+++ trunk/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty	2024-12-04 21:12:27 UTC (rev 73035)
@@ -9,7 +9,7 @@
 %   https://creativecommons.org/licenses/by/4.0/legalcode
 \NeedsTeXFormat{LaTeX2e}[2012/02/12]
 \RequirePackage{xparse}
-\ProvidesExplPackage{dashrulex}{2024/12/02}{1.01e}
+\ProvidesExplPackage{dashrulex}{2024/12/03}{1.01f}
   {Draw dashed rules}
 \DeclareDocumentCommand{\hdashrule}{O{0pt}O{x}mmm}
   {



More information about the tex-live-commits mailing list.