From faf0e8ae6634b335d9e18fba0a5b419eb8a97728 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Fri, 16 Aug 2024 18:47:20 +0200
Subject: [PATCH] replace nametable \flourish with \npcsymbol

This allows guild-symbols by the marketplace tables
---
 layout.sty | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layout.sty b/layout.sty
index ce2fb676..414e677e 100644
--- a/layout.sty
+++ b/layout.sty
@@ -1197,7 +1197,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
 \newenvironment{nametable}[2][cL]
   {
     \rowcolors{2}{}{gray!10}\needspace{3em}
-    \begin{center}\flourish~\titleFont\textbf{#2}~\flourish\end{center}
+    \begin{center}\npcsymbol~\titleFont\textbf{#2}~\npcsymbol\end{center}
     \par\noindent
     \tabularx{\linewidth}{#1}
     \hline
-- 
GitLab