From 135ba7482b6e1bb85ef39618729d88fa0d607a08 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 20 Oct 2024 08:18:58 +0200
Subject: [PATCH] adjust currencies

The total Weight in the backpack has been remove because:

- it's completely unclear if this weight refers to the backpack items,
  or just coins, or all items,
- and it's easy enough to see how much you're carrying with the
  filled-in weight-squares.
- But if that's not easy, the best place for weight-totals would be
  underneath the EP coins, so all weight sits in one place.
---
 CS.tex         | 8 ++++----
 csCommands.sty | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CS.tex b/CS.tex
index cf86890..4fe51be 100644
--- a/CS.tex
+++ b/CS.tex
@@ -405,13 +405,13 @@ circle label/.style = {
   \posterbox[
     remember, blankest, halign=center,valign=center,
   ]{name=money,column=18,span=10,row=18,rowspan=1}{
-    \vspace{-1.1em}
-    \begin{tabularx}{\hsize}{XXXX}
+    \small
+    \vspace{-.5em}
+    \begin{tabularx}{\hsize}{XXX}
       \hiderowcolors
       \glsentryshortpl{cp}\weeline &
       \glsentryshortpl{sp}\weeline &
-      \glsentryshortpl{gp}\weeline &
-      \glsentrytext{weight}\weeline \\
+      \glsentryshortpl{gp}\weeline \\
     \end{tabularx}
   }
 
diff --git a/csCommands.sty b/csCommands.sty
index fbc563c..3858da1 100644
--- a/csCommands.sty
+++ b/csCommands.sty
@@ -101,7 +101,7 @@
 \newcommand\statCircle[1][\large]{#1\textbf{\Circle}}
 \newcommand\statDot[1][\large]{#1\textbf{\CIRCLE}}
 \newcommand\currentCircle{}
-\newcommand{\weeline}{\line(1,0){30} \hspace{.6cm}}
+\newcommand{\weeline}{\textcolor{\pageSideColor}{\line(1,0){30} \hspace{.6cm}}}
 
 \newcommand\showAttribute[1]{
   \setcounter{track}{-4}%
-- 
GitLab