From 477e7950c249e3d9b00fb51c7950d7d1717368f9 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sat, 17 Dec 2022 19:14:51 +0100 Subject: [PATCH] modify cs lines --- layout.sty | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layout.sty b/layout.sty index 53cf8aab..9c1a418c 100644 --- a/layout.sty +++ b/layout.sty @@ -870,7 +870,8 @@ Roll & Result \\ \newcommand{\shortline}{\line(1,0){22}} \newcommand{\weeline}{\line(1,0){30} \hspace{.6cm}} \newcommand{\vlongline}{\line(1,0){100}\hspace{0.8cm}} -\newcommand{\writeline}{\line(1,0){59}} +\newcommand{\writeline}{\hrulefill} +\newcommand{\fiveBoxesRow}{\ding{111} & \ding{111} & \ding{111} & \ding{111} & \ding{111}} \newcommand{\fiveboxes}{\ding{111}\ding{111}\ding{111}\ding{111}\ding{111}} \newcommand{\threeboxes}{\ding{111}\ding{111}\ding{111}} \newcommand{\threecircles}{\ding{109}\ding{109}\ding{109}} @@ -881,7 +882,7 @@ Roll & Result \\ \line(1,0){120} } -\newcommand{\skill}[1]{#1 & \ding{109} & \ding{109} & \ding{109} \\ +\newcommand{\skill}[1]{#1 \hrulefill & \ding{109} & \ding{109} & \ding{109} \\ } \newcommand{\longline}{\line(1,0){320}\par\vspace{.2cm}} -- GitLab