diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/dashrulex/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/dashrulex/dashrulex.pdf | bin | 57746 -> 57722 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/dashrulex/dashrulex.tex | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/dashrulex/README.md b/Master/texmf-dist/doc/latex/dashrulex/README.md index 2987c253cea..3e81605ffcb 100644 --- a/Master/texmf-dist/doc/latex/dashrulex/README.md +++ b/Master/texmf-dist/doc/latex/dashrulex/README.md @@ -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. diff --git a/Master/texmf-dist/doc/latex/dashrulex/dashrulex.pdf b/Master/texmf-dist/doc/latex/dashrulex/dashrulex.pdf Binary files differindex 901372004ed..f97a5ef3023 100644 --- a/Master/texmf-dist/doc/latex/dashrulex/dashrulex.pdf +++ b/Master/texmf-dist/doc/latex/dashrulex/dashrulex.pdf diff --git a/Master/texmf-dist/doc/latex/dashrulex/dashrulex.tex b/Master/texmf-dist/doc/latex/dashrulex/dashrulex.tex index 42c8e14e433..5469fc0c371 100644 --- a/Master/texmf-dist/doc/latex/dashrulex/dashrulex.tex +++ b/Master/texmf-dist/doc/latex/dashrulex/dashrulex.tex @@ -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@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, diff --git a/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty b/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty index 6a85d60ddaa..090cfe2931f 100644 --- a/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty +++ b/Master/texmf-dist/tex/latex/dashrulex/dashrulex.sty @@ -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} { |