From 5074a7c2dc629a6d9f66f85f9638869efd54d1e0 Mon Sep 17 00:00:00 2001 From: samcarter Date: Tue, 25 Aug 2026 12:00:34 +0200 Subject: [PATCH] add empty dash style --- manual/manual-2.tex | 4 ++-- tabularray.sty | 1 + tabularray.tex | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manual/manual-2.tex b/manual/manual-2.tex index c55b2fc..d357c22 100644 --- a/manual/manual-2.tex +++ b/manual/manual-2.tex @@ -52,7 +52,7 @@ \section{Hlines and vlines}\label{sec:hlines-vlines} remark{Note} = {In most cases, you can omit the underlined key names and write only their values.} ]{} Key & Description and Values & Initial Value \\ - \underline{\K{dash}} & dash style: \V{solid}, \V{dashed} or \V{dotted} & \V{solid} \\ + \underline{\K{dash}} & dash style: \V{solid}, \V{dashed}, \V{dotted} or \V{empty} & \V{solid} \\ \K{text} & replace hline with text (like \V{!} specifier in \K{rowspec}) & \None \\ \underline{\K{wd}} & rule width dimension & \V{0.4pt} \\ \underline{\K{fg}} & rule color name & \None \\ @@ -70,7 +70,7 @@ \section{Hlines and vlines}\label{sec:hlines-vlines} remark{Note} = {In most cases, you can omit the underlined key names and write only their values.} ]{} Key & Description and Values & Initial Value \\ - \underline{\K{dash}} & dash style: \V{solid}, \V{dashed} or \V{dotted} & \V{solid} \\ + \underline{\K{dash}} & dash style: \V{solid}, \V{dashed}, \V{dotted} or \V{empty} & \V{solid} \\ \K{text} & replace vline with text (like \V{!} specifier in \K{colspec}) & \None \\ \underline{\K{wd}} & rule width dimension & \V{0.4pt} \\ \underline{\K{fg}} & rule color name & \None \\ diff --git a/tabularray.sty b/tabularray.sty index f8f02ba..4badeb7 100644 --- a/tabularray.sty +++ b/tabularray.sty @@ -1964,6 +1964,7 @@ \NewTblrDashStyle {dashed} {on ~ 2pt ~ off ~ 2pt} \NewTblrDashStyle {dotted} {on ~ 0.4pt ~ off ~ 1pt} +\NewTblrDashStyle {empty} {on ~ 0pt ~ off ~ \maxdimen} %%% -------------------------------------------------------- %%> \section{Set hlines and vlines} diff --git a/tabularray.tex b/tabularray.tex index ce2d147..2c06cb3 100644 --- a/tabularray.tex +++ b/tabularray.tex @@ -651,7 +651,7 @@ \section{Hlines and vlines}\label{sec:hlines-vlines} remark{Note} = {In most cases, you can omit the underlined key names and write only their values.} ]{} Key & Description and Values & Initial Value \\ - \underline{\K{dash}} & dash style: \V{solid}, \V{dashed} or \V{dotted} & \V{solid} \\ + \underline{\K{dash}} & dash style: \V{solid}, \V{dashed}, \V{dotted} or \V{empty} & \V{solid} \\ \K{text} & replace hline with text (like \V{!} specifier in \K{rowspec}) & \None \\ \underline{\K{wd}} & rule width dimension & \V{0.4pt} \\ \underline{\K{fg}} & rule color name & \None \\ @@ -669,7 +669,7 @@ \section{Hlines and vlines}\label{sec:hlines-vlines} remark{Note} = {In most cases, you can omit the underlined key names and write only their values.} ]{} Key & Description and Values & Initial Value \\ - \underline{\K{dash}} & dash style: \V{solid}, \V{dashed} or \V{dotted} & \V{solid} \\ + \underline{\K{dash}} & dash style: \V{solid}, \V{dashed}, \V{dotted} or \V{empty} & \V{solid} \\ \K{text} & replace vline with text (like \V{!} specifier in \K{colspec}) & \None \\ \underline{\K{wd}} & rule width dimension & \V{0.4pt} \\ \underline{\K{fg}} & rule color name & \None \\