Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manual/manual-2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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 \\
Expand All @@ -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 \\
Expand Down
1 change: 1 addition & 0 deletions tabularray.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions tabularray.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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 \\
Expand All @@ -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 \\
Expand Down
Loading