From d0d3aec7614eb68bf62e4284cc2816a1ecb925f5 Mon Sep 17 00:00:00 2001 From: AntonObersteiner Date: Fri, 3 Feb 2023 12:24:30 +0100 Subject: [PATCH] expand 'Antrag': 'FA' now with money, and \voteSubmitter --- protokoll/fsrprotokoll.cls | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/protokoll/fsrprotokoll.cls b/protokoll/fsrprotokoll.cls index aecbd46..51e9c01 100644 --- a/protokoll/fsrprotokoll.cls +++ b/protokoll/fsrprotokoll.cls @@ -147,7 +147,7 @@ \textbf{Antrag}% } {% \immediate\write\exportdata{ money_limit: ##1}% - \textbf{Finanzantrag}% + \textbf{Finanzantrag über \EUR{##1} -- Antrag}% }% } \newcommand{\voteText}[1]{% @@ -207,12 +207,15 @@ \textbf{Antrag}% } {% \immediate\write\exportdata{ money_limit: ##1}% - \textbf{Finanzantrag}% + \textbf{Finanzantrag über \EUR{##1} - Antrag}% }% } \newcommand*{\voteText}[1]{% \immediate\write\exportdata{ text: "##1"}% ##1\vspace{\baselineskip}\\}% + \newcommand*{\voteSubmitter}[1]{% + \immediate\write\exportdata{ submitter: "##1"}% + \textbf{Antragsteller\_in: }##1\vspace{\baselineskip}\\}% \newcommand*{\voteReason}[1]{% \immediate\write\exportdata{ rationale: "##1"}% \textbf{Begründung: }##1\vspace{\baselineskip}\\}%