texlive[71846] Master/texmf-dist: dashrulex (19jul24)
commits+karl at tug.org
commits+karl at tug.org
Fri Jul 19 22:29:31 CEST 2024
Revision: 71846
https://tug.org/svn/texlive?view=revision&revision=71846
Author: karl
Date: 2024-07-19 22:29:31 +0200 (Fri, 19 Jul 2024)
Log Message:
-----------
dashrulex (19jul24)
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-07-19 20:29:23 UTC (rev 71845)
+++ trunk/Master/texmf-dist/doc/latex/dashrulex/README.md 2024-07-19 20:29:31 UTC (rev 71846)
@@ -1,5 +1,5 @@
# The `dashrulex` package
-Draw dashed rules (v1.01)
+Draw dashed rules (v1.01a)
## 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-07-19 20:29:23 UTC (rev 71845)
+++ trunk/Master/texmf-dist/doc/latex/dashrulex/dashrulex.tex 2024-07-19 20:29:31 UTC (rev 71846)
@@ -6,8 +6,8 @@
{
package = dashrulex,
title = dashrulex,
- version = v1.01,
- date = 2024/07/16,
+ version = v1.01a,
+ date = 2024/07/18,
authors = Qu Yi,
info = Draw dashed rules,
email = toquyi at 163.com,
@@ -17,7 +17,6 @@
The \pkg*{dashrulex} package provides a flexible solution for drawing dashed rules in the body, and currently provides two commands \cs{hdashrule} and \cs{hanyrule}. It's written in \hologo{LaTeX3} and can be used as an alternative to the \pkg*{dashrule} package.
},
color-scheme = blue,
- title-format = \huge\bfseries\scshape,
listings-options = {numbers = none,gobble = 2,lineskip = 1pt},
pre-output = {\parindent = 0em\setstretch{1.3}},
before-skip = \smallskipamount,
Modified: trunk/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty 2024-07-19 20:29:23 UTC (rev 71845)
+++ trunk/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty 2024-07-19 20:29:31 UTC (rev 71846)
@@ -9,7 +9,7 @@
% https://creativecommons.org/licenses/by/4.0/legalcode
\NeedsTeXFormat{LaTeX2e}[2012/02/12]
\RequirePackage{xparse}
-\ProvidesExplPackage{dashrulex}{2024/07/16}{1.01}
+\ProvidesExplPackage{dashrulex}{2024/07/18}{1.01a}
{Draw dashed rules}
\DeclareDocumentCommand{\hdashrule}{O{0pt}O{x}mmm}
{
More information about the tex-live-commits
mailing list.