diff options
author | Norbert Preining <norbert@preining.info> | 2024-03-18 03:01:30 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-03-18 03:01:30 +0000 |
commit | 9c8677e09c2c9b0d9593f26ed226411d68160a4e (patch) | |
tree | 1c5464d3dc4dbe0ad27d69bec29b581f4b0d1fdd /macros/latex/contrib/dashrulex | |
parent | 55140d5421e1ad0024c9acbfa72bd06402c2aa9f (diff) |
CTAN sync 202403180301
Diffstat (limited to 'macros/latex/contrib/dashrulex')
-rw-r--r-- | macros/latex/contrib/dashrulex/dashrulex.pdf | bin | 54472 -> 56156 bytes | |||
-rw-r--r-- | macros/latex/contrib/dashrulex/dashrulex.sty | 4 | ||||
-rw-r--r-- | macros/latex/contrib/dashrulex/dashrulex.tex | 28 |
3 files changed, 21 insertions, 11 deletions
diff --git a/macros/latex/contrib/dashrulex/dashrulex.pdf b/macros/latex/contrib/dashrulex/dashrulex.pdf Binary files differindex 71e4597be0..e38ec5a63d 100644 --- a/macros/latex/contrib/dashrulex/dashrulex.pdf +++ b/macros/latex/contrib/dashrulex/dashrulex.pdf diff --git a/macros/latex/contrib/dashrulex/dashrulex.sty b/macros/latex/contrib/dashrulex/dashrulex.sty index aba9f203d3..4b476963e6 100644 --- a/macros/latex/contrib/dashrulex/dashrulex.sty +++ b/macros/latex/contrib/dashrulex/dashrulex.sty @@ -9,8 +9,8 @@ % https://creativecommons.org/licenses/by/4.0/legalcode \NeedsTeXFormat{LaTeX2e}[2012/02/12] \RequirePackage{xparse} -\ProvidesExplPackage{dashrulex}{2024/03/16}{1.00} - {Customize superscripts and subscripts} +\ProvidesExplPackage{dashrulex}{2024/03/17}{1.00a} + {Draw dashed rules} \DeclareDocumentCommand{\hdashrule}{O{0pt}O{x}mmm} { \tl_if_blank:nTF {#5} diff --git a/macros/latex/contrib/dashrulex/dashrulex.tex b/macros/latex/contrib/dashrulex/dashrulex.tex index 1d4ce592b9..acf2025a28 100644 --- a/macros/latex/contrib/dashrulex/dashrulex.tex +++ b/macros/latex/contrib/dashrulex/dashrulex.tex @@ -1,13 +1,13 @@ \documentclass[load-preamble+]{cnltx-doc} -\usepackage{setspace,hologo,dashrulex} +\usepackage{setspace,hologo,dashrulex,tikz} \usepackage[noto]{newtxmath} \setcnltx { package = dashrulex, title = the dashrulex package, - version = v1.00, - date = 2024/03/16, + version = v1.00a, + date = 2024/03/17, authors = Qu Yi, info = Draw dashed rules, email = toquyi@163.com, @@ -49,7 +49,7 @@ Sometimes it is necessary to draw dashed rules when writing documents, such as g \section{User commands} \begin{commands} \command{hdashrule}[\oarg{raise}\oarg{leader}\marg{width}\marg{thickness}\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 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 default), corresponding to the \cs{leaders}, \cs{cleaders}, and \cs{xleaders} commands, respectively. \meta{width} is the length of the dashed rule, which can be set to \cs{fill} to indicate an arbitrarily long distance when you need to fill the entire horizontal center of the plate. \meta{dash rules} is expressed as \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 empty space, such as \code{5pt|2pt,3pt}, if the empty space is empty, then it is equal to the solid line length. + 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 default), corresponding to the \cs{leaders}, \cs{cleaders}, and \cs{xleaders} commands, respectively. \meta{width} is the length of the dashed rule, which can be set to \cs{fill} to indicate an arbitrarily long distance when you need to fill the entire horizontal center of the plate. \meta{dash rules} is expressed as \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 empty space, such as \code{5pt|2pt,3pt}, if the empty space is empty, then it is equal to the solid line length. \begin{example} 1X\rule{2cm}{1pt}x \\ 2X\hdashrule{2cm}{1pt}{}x \\ @@ -64,11 +64,21 @@ Sometimes it is necessary to draw dashed rules when writing documents, such as g \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. \begin{example} - 1X\hanyrule[]{5cm}{\makebox[6pt][l]{$\cdot$}}x \\ - 2X\hanyrule[c]{5cm}{\makebox[6pt][l]{$\cdot$}}x \\ - 3X\hanyrule[x]{5cm}{\makebox[6pt][l]{$\cdot$}}x \\ - 4X\hanyrule[x]{5cm}{\makebox[6pt][c]{$\cdot$}}x \\ - 5X\hanyrule[x]{5cm}{\makebox[6pt][c]{$\cdot$},\makebox[6pt]{$\circ$}}x + \newcommand{\dblelement} + {% + \tikz[color=blue] + { + \draw[line width=0.8mm](0mm,1.1mm)--(3mm,1.1mm); + \draw[line width=0.3mm](0mm,0mm)--(3mm,0mm); + }% + } + 1X\hanyrule[]{5cm}{\makebox[8pt][l]{$\cdot$}}x \\ + 2X\hanyrule[c]{5cm}{\makebox[8pt][l]{$\cdot$}}x \\ + 3X\hanyrule[x]{5cm}{\makebox[8pt][l]{$\cdot$}}x \\ + 4X\hanyrule[c]{5cm}{\makebox[8pt]{$\cdot$}}x \\ + 5X\hanyrule[x]{5cm}{\makebox[8pt]{$\cdot$}}x \\ + 6X\hanyrule[x]{5cm}{\makebox[8pt]{$\cdot$},\makebox[8pt]{$\circ$}}x \\ + 7X\hanyrule[x]{5cm}{\makebox[5mm]{\dblelement}}x \end{example} \end{commands} |