Skip to content
Snippets Groups Projects
Commit 4f4403ee authored by chrissi^'s avatar chrissi^
Browse files

Merge branch 'topic/mv-2024-01-21' into 'master'

MV-2024: Protokoll der MV

See merge request !8
parents cc7a9f61 18eec8c7
No related branches found
No related tags found
1 merge request!8MV-2024: Protokoll der MV
Showing
with 1509 additions and 7 deletions
......@@ -12,3 +12,4 @@ scripts/vc.tex
vc.tex
/s0artcl.cls
/s0minutes.cls
.idea
......@@ -4,3 +4,6 @@
[submodule "MV_Protokolle/stratum0-latex"]
path = mv-protokolle/stratum0-latex
url = https://gitli.stratum0.org/rohieb/stratum0-latex.git
[submodule "mv-protokolle/Mitgliederversammlung_2024-01-21/stratum0-latex"]
path = mv-protokolle/Mitgliederversammlung_2024-01-21/stratum0-latex
url = https://gitli.stratum0.org/rohieb/stratum0-latex.git
*.latex
Meta:
Pad Status: 2024-01-21, [in progress/long-living pad/finished (with further reference)/...]
Contact: Vorstand
Live-Protokoll der Mitgliederversammlung 2024-01-21
Beginn: 14:18
TOP -1: Technik-Test
......@@ -514,7 +508,72 @@ TOP: Sonstiges:
Ende: 18:01
Live-Protokoll der Auszählung:
Meta: Protokoll für die Vorstandswahlen
Pad Status: 2024-02-25,in progress
Contact: drc
Anwesend:
* Marie – Wahlvorstand
* dadada – Wahlhelfer
* Frauke – Wahlhelferin
* Emantor – Technik
* Doom - Beobachter
* lf – Beobachter ab ca. 16:35 bis 16:55
* drc – Protokoll
Beginn 16:20, Livestream auf
https://www.twitch.tv/doommeer
Briefe werden gezählt
* 29 Stimmzettel wurden nicht abgeholt
* 52 Briefumschläge sind eingegangen
* 97 Personen mit Stimmberechtigung
→ 16 Briefe nicht zurück
Überprüfung der Geheimnisse
* Briefe werden geöffnet, Marie und Frauke überprüfen die Geheimnisse
* Zuordnung anhand des Zeichens
* Je eine Box für Unterschriftszettel und Stimmumschlag
* Ein Brief in einem Nicht-Standard-Umschlag, aber mit gültigem Inhalt → wird normal gezählt
* Ein Brief mit 2 Umschlägen, aber gültigem Inhalt → wird normal gezählt
* Ungültige Stimmen werden in weitere Box aussortiert
* Ohne Unterschriftzettel: 1
* Kein Inhalt: 1
* Somit sollten 50 Unterschriftzettel und 50 Stimmzettelumschlänge vorhanden sein
* Kontrollauszählung durch Emantor und dadada bestätigt das
Auszählung der Stimmen
* Marie + dadada öffnen Stimmumschläge und lesen vor
* Frauke + Emantor zählen Stimmen an Flipchart aus
* Auszählung beendet um 17:21
Ergebnisse
* 1V
* larsan: 43 → wird von Frauke angerufen, nimmt die Wahl an
* lf: 37
* 2V
* lf: 43 → ist anwesend, nimmt die Wahl an
* chrissi^: 42
* Schatzmeister*in
* ktrask: 50 → wird von Frauke angerufen, nimmt die Wahl an
~~~~ Technische Unterbrechung wegen Streamproblemen, nach ca. 5 Minuten behoben ~~~~
* Beisitz (max. 3)
* lf: 45 → ist 2V, kann nicht Beisitzer werden
* chrissi^: 44 → wird von Emantor angerufen, nimmt die Wahl an
* marie (emjee13): 43 → wird von Marie angerufen, nimmt die Wahl an
* larsan: 41 → ist 1V, kann nicht Beisitzer werden
* nele: 39 → wird von Frauke angerufen, nimmt die Wahl an
* 53c70r: 36 → keine weiteren Posten frei
* oleh: 27 → keine weiteren Posten frei
Stimmzettel werden archiviert
→ 17:35 Ende der Auszählung, Protokoll- und Streamende
......
#!/usr/bin/make -f
# add destination files that should be built
OBJ = \
protokoll-mv-2024-01-21.pdf
# add potential images and other sources
SRCS = \
$(OBJ:pdf=md)
# filters that should be applied to the pandoc input
LUA_FILTERS = \
../paragraph-headers.lua
#
# usually, nothing from here on needs to be changed.
#
TEMPLATE = pandoc-template.latex
pandoc = pandoc --template=$(TEMPLATE:.$(1)=) $(foreach f,$(LUA_FILTERS),--lua-filter $(f) ) -s -f markdown+grid_tables -i $< -s -t $(1) -o $(2)
pdflatex = xelatex -interaction=nonstopmode $<
all: pdf latex
forever:
@echo Re-building objects whenever they change on disk.
@echo Press Ctrl-C to quit.
@echo -------------------------------------------------
@echo
ls -1 $(SRCS) | entr make --no-print-directory $(OBJ)
s0minutes.cls s0artcl.cls: ../../.gitmodules
if [ ! -h stratum0-latex ]; then \
git submodule update --init ; \
ln -s ../stratum0-latex/ . ; \
fi
${MAKE} -C stratum0-latex
if [ ! -h s0artcl.cls ]; then ln -s stratum0-latex/s0artcl.cls . ; fi
if [ ! -h s0minutes.cls ]; then ln -s stratum0-latex/s0minutes.cls . ; fi
touch stratum0-latex/s0artcl.cls stratum0-latex/s0minutes.cls
pdf: $(OBJ)
%.pdf: %.latex s0minutes.cls s0artcl.cls $(SRCS)
$(call pdflatex) \
&& $(call pdflatex) \
&& $(call pdflatex)
.PRECIOUS: %.latex
latex: $(OBJ:pdf=latex)
%.latex: %.md $(TEMPLATE) $(FILTERS) $(SRCS)
$(call pandoc, latex, $@) --pdf-engine=xelatex
latex.ast: $(OBJ:pdf=latex.ast)
%.latex.ast: %.md $(TEMPLATE) $(FILTERS)
$(call pandoc, json, -) | jq . > $@
clean:
rm -f $(OBJ) $(OBJ:pdf=latex) $(OBJ:pdf=aux) $(OBJ:pdf=log) $(OBJ:pdf=out) $(OBJ:pdf=toc)
rm -f s0artcl.cls s0minutes.cls
\PassOptionsToPackage{unicode=true}{hyperref} % options for packages loaded elsewhere
\PassOptionsToPackage{hyphens}{url}
$if(colorlinks)$
\PassOptionsToPackage{dvipsnames,svgnames*,x11names*}{xcolor}
$endif$$if(dir)$$if(latex-dir-rtl)$
\PassOptionsToPackage{RTLdocument}{bidi}
$endif$$endif$%
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(lang)$$babel-lang$,$endif$$if(papersize)$$papersize$paper,$endif$$if(beamer)$ignorenonframetext,$if(handout)$handout,$endif$$if(aspectratio)$aspectratio=$aspectratio$,$endif$$endif$$for(classoption)$$classoption$$sep$,$endfor$]{$documentclass$}
$if(beamer)$
$if(background-image)$
\usebackgroundtemplate{%
\includegraphics[width=\paperwidth]{$background-image$}%
}
$endif$
\usepackage{pgfpages}
\setbeamertemplate{caption}[numbered]
\setbeamertemplate{caption label separator}{: }
\setbeamercolor{caption name}{fg=normal text.fg}
\beamertemplatenavigationsymbols$if(navigation)$$navigation$$else$empty$endif$
$for(beameroption)$
\setbeameroption{$beameroption$}
$endfor$
$endif$
$if(beamerarticle)$
\usepackage{beamerarticle} % needs to be loaded first
$endif$
$if(fontfamily)$
\usepackage[$for(fontfamilyoptions)$$fontfamilyoptions$$sep$,$endfor$]{$fontfamily$}
$endif$
$if(linestretch)$
\usepackage{setspace}
\setstretch{$linestretch$}
$endif$
\usepackage{amssymb,amsmath}
\usepackage{ifxetex,ifluatex}
\usepackage{fixltx2e} % provides \textsubscript
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
\usepackage[$if(fontenc)$$fontenc$$else$T1$endif$]{fontenc}
\usepackage{ucs} % write unicode input and everything works like a charm
\usepackage[utf8x]{inputenc}
%\usepackage{textcomp} % provides euro and other symbols
\else % if luatex or xelatex
$if(mathspec)$
\ifxetex
\usepackage{mathspec}
\else
\usepackage{unicode-math}
\fi
$else$
\usepackage{unicode-math}
$endif$
\defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
$for(fontfamilies)$
\newfontfamily{$fontfamilies.name$}[$fontfamilies.options$]{$fontfamilies.font$}
$endfor$
$if(mainfont)$
\setmainfont[$for(mainfontoptions)$$mainfontoptions$$sep$,$endfor$]{$mainfont$}
$endif$
$if(sansfont)$
\setsansfont[$for(sansfontoptions)$$sansfontoptions$$sep$,$endfor$]{$sansfont$}
$endif$
$if(monofont)$
\setmonofont[Mapping=tex-ansi$if(monofontoptions)$,$for(monofontoptions)$$monofontoptions$$sep$,$endfor$$endif$]{$monofont$}
$endif$
$if(mathfont)$
$if(mathspec)$
\ifxetex
\setmathfont(Digits,Latin,Greek)[$for(mathfontoptions)$$mathfontoptions$$sep$,$endfor$]{$mathfont$}
\else
\setmathfont[$for(mathfontoptions)$$mathfontoptions$$sep$,$endfor$]{$mathfont$}
\fi
$else$
\setmathfont[$for(mathfontoptions)$$mathfontoptions$$sep$,$endfor$]{$mathfont$}
$endif$
$endif$
$if(CJKmainfont)$
\ifxetex
\usepackage{xeCJK}
\setCJKmainfont[$for(CJKoptions)$$CJKoptions$$sep$,$endfor$]{$CJKmainfont$}
\fi
$endif$
$if(luatexjapresetoptions)$
\ifluatex
\usepackage[$for(luatexjapresetoptions)$$luatexjapresetoptions$$sep$,$endfor$]{luatexja-preset}
\fi
$endif$
$if(CJKmainfont)$
\ifluatex
\usepackage[$for(luatexjafontspecoptions)$$luatexjafontspecoptions$$sep$,$endfor$]{luatexja-fontspec}
\setmainjfont[$for(CJKoptions)$$CJKoptions$$sep$,$endfor$]{$CJKmainfont$}
\fi
$endif$
\fi
$if(beamer)$
$if(theme)$
\usetheme[$for(themeoptions)$$themeoptions$$sep$,$endfor$]{$theme$}
$endif$
$if(colortheme)$
\usecolortheme{$colortheme$}
$endif$
$if(fonttheme)$
\usefonttheme{$fonttheme$}
$endif$
$if(mainfont)$
\usefonttheme{serif} % use mainfont rather than sansfont for slide text
$endif$
$if(innertheme)$
\useinnertheme{$innertheme$}
$endif$
$if(outertheme)$
\useoutertheme{$outertheme$}
$endif$
$endif$
% use upquote if available, for straight quotes in verbatim environments
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
% use microtype if available
\IfFileExists{microtype.sty}{%
\usepackage[$for(microtypeoptions)$$microtypeoptions$$sep$,$endfor$]{microtype}
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
}{}
%$if(indent)$
%$else$
%\IfFileExists{parskip.sty}{%
%\usepackage{parskip}
%}{% else
%\setlength{\parindent}{0pt}
%\setlength{\parskip}{6pt plus 2pt minus 1pt}
%}
%$endif$
$if(verbatim-in-note)$
\usepackage{fancyvrb}
$endif$
$if(colorlinks)$
\usepackage{xcolor}
$endif$
\usepackage{hyperref}
\hypersetup{
$if(title-meta)$
pdftitle={$title-meta$},
$endif$
$if(author-meta)$
pdfauthor={$author-meta$},
$endif$
$if(keywords)$
pdfkeywords={$for(keywords)$$keywords$$sep$, $endfor$},
$endif$
$if(colorlinks)$
colorlinks=true,
linkcolor=$if(linkcolor)$$linkcolor$$else$Maroon$endif$,
citecolor=$if(citecolor)$$citecolor$$else$Blue$endif$,
urlcolor=$if(urlcolor)$$urlcolor$$else$Blue$endif$,
$else$
pdfborder={0 0 0},
$endif$
breaklinks=true}
\urlstyle{same} % don't use monospace font for urls
$if(verbatim-in-note)$
\VerbatimFootnotes % allows verbatim text in footnotes
$endif$
$if(geometry)$
\usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry}
$endif$
$if(beamer)$
\newif\ifbibliography
$endif$
$if(listings)$
\usepackage{listings}
\newcommand{\passthrough}[1]{#1}
$endif$
$if(lhs)$
\lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{}
$endif$
$if(highlighting-macros)$
$highlighting-macros$
$endif$
\usepackage{longtable,booktabs}
$if(beamer)$
\usepackage{caption}
% These lines are needed to make table captions work with longtable:
\makeatletter
\def\fnum@table{\tablename~\thetable}
\makeatother
$else$
% Fix footnotes in tables (requires footnote package)
\IfFileExists{footnote.sty}{\usepackage{footnote}\makesavenoteenv{longtable}}{}
$endif$
$if(graphics)$
\usepackage{graphicx,grffile}
\makeatletter
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
\makeatother
% Scale images if necessary, so that they will not overflow the page
% margins by default, and it is still possible to overwrite the defaults
% using explicit options in \includegraphics[width, height, ...]{}
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
$endif$
$if(beamer)$
% Prevent slide breaks in the middle of a paragraph:
\widowpenalties 1 10000
\raggedbottom
$if(section-titles)$
\setbeamertemplate{part page}{
\centering
\begin{beamercolorbox}[sep=16pt,center]{part title}
\usebeamerfont{part title}\insertpart\par
\end{beamercolorbox}
}
\setbeamertemplate{section page}{
\centering
\begin{beamercolorbox}[sep=12pt,center]{part title}
\usebeamerfont{section title}\insertsection\par
\end{beamercolorbox}
}
\setbeamertemplate{subsection page}{
\centering
\begin{beamercolorbox}[sep=8pt,center]{part title}
\usebeamerfont{subsection title}\insertsubsection\par
\end{beamercolorbox}
}
\AtBeginPart{
\frame{\partpage}
}
\AtBeginSection{
\ifbibliography
\else
\frame{\sectionpage}
\fi
}
\AtBeginSubsection{
\frame{\subsectionpage}
}
$endif$
$endif$
$if(links-as-notes)$
% Make links footnotes instead of hotlinks:
\DeclareRobustCommand{\href}[2]{#2\footnote{\url{#1}}}
$endif$
$if(strikeout)$
\usepackage[normalem]{ulem}
% avoid problems with \sout in headers with hyperref:
\pdfstringdefDisableCommands{\renewcommand{\sout}{}}
$endif$
\setlength{\emergencystretch}{3em} % prevent overfull lines
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
%$if(numbersections)$
%\setcounter{secnumdepth}{$if(secnumdepth)$$secnumdepth$$else$5$endif$}
%$else$
%\setcounter{secnumdepth}{0}
%$endif$
$if(beamer)$
$else$
$if(subparagraph)$
$else$
% Redefines (sub)paragraphs to behave more like sections
\ifx\paragraph\undefined\else
\let\oldparagraph\paragraph
\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
\fi
\ifx\subparagraph\undefined\else
\let\oldsubparagraph\subparagraph
\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
\fi
$endif$
$endif$
$if(pagestyle)$
\pagestyle{$pagestyle$}
$endif$
% set default figure placement to htbp
\makeatletter
\def\fps@figure{htbp}
\makeatother
$for(header-includes)$
$header-includes$
$endfor$
$if(lang)$
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
\usepackage[shorthands=off,$for(babel-otherlangs)$$babel-otherlangs$,$endfor$main=$babel-lang$]{babel}
$if(babel-newcommands)$
$babel-newcommands$
$endif$
\else
% load polyglossia as late as possible as it *could* call bidi if RTL lang (e.g. Hebrew or Arabic)
\usepackage{polyglossia}
\setmainlanguage[$polyglossia-lang.options$]{$polyglossia-lang.name$}
$for(polyglossia-otherlangs)$
\setotherlanguage[$polyglossia-otherlangs.options$]{$polyglossia-otherlangs.name$}
$endfor$
\fi
$endif$
$if(dir)$
\ifxetex
% load bidi as late as possible as it modifies e.g. graphicx
\usepackage{bidi}
\fi
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
\TeXXeTstate=1
\newcommand{\RL}[1]{\beginR #1\endR}
\newcommand{\LR}[1]{\beginL #1\endL}
\newenvironment{RTL}{\beginR}{\endR}
\newenvironment{LTR}{\beginL}{\endL}
\fi
$endif$
$if(natbib)$
\usepackage[$natbiboptions$]{natbib}
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
$endif$
$if(biblatex)$
\usepackage[$if(biblio-style)$style=$biblio-style$,$endif$$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
$for(bibliography)$
\addbibresource{$bibliography$}
$endfor$
$endif$
$if(title)$
\title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
$endif$
$if(subtitle)$
\providecommand{\subtitle}[1]{}
\subtitle{$subtitle$}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$endif$
$if(institute)$
\providecommand{\institute}[1]{}
\institute{$for(institute)$$institute$$sep$ \and $endfor$}
$endif$
\date{$date$}
$if(beamer)$
$if(titlegraphic)$
\titlegraphic{\includegraphics{$titlegraphic$}}
$endif$
$if(logo)$
\logo{\includegraphics{$logo$}}
$endif$
$endif$
\meetingminutes
{$s0minutes.typeofmeeting$}
{$s0minutes.date$}
{$s0minutes.startingtime$}
{$s0minutes.place$}
{$s0minutes.attendants$}
{$s0minutes.absentees$}
{$s0minutes.minutetaker$}
\begin{document}
$if(title)$
$if(beamer)$
\frame{\titlepage}
$else$
\maketitle
$endif$
$if(abstract)$
\begin{abstract}
$abstract$
\end{abstract}
$endif$
$endif$
$for(include-before)$
$include-before$
$endfor$
$if(toc)$
$if(beamer)$
\begin{frame}
\tableofcontents[hideallsubsections]
\end{frame}
$else$
{
$if(colorlinks)$
\hypersetup{linkcolor=$if(toccolor)$$toccolor$$else$$endif$}
$endif$
\setcounter{tocdepth}{$toc-depth$}
\tableofcontents
}
$endif$
$endif$
$if(lot)$
\listoftables
$endif$
$if(lof)$
\listoffigures
$endif$
$body$
$if(natbib)$
$if(bibliography)$
$if(biblio-title)$
$if(book-class)$
\renewcommand\bibname{$biblio-title$}
$else$
\renewcommand\refname{$biblio-title$}
$endif$
$endif$
$if(beamer)$
\begin{frame}[allowframebreaks]{$biblio-title$}
\bibliographytrue
$endif$
\bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}
$if(beamer)$
\end{frame}
$endif$
$endif$
$endif$
$if(biblatex)$
$if(beamer)$
\begin{frame}[allowframebreaks]{$biblio-title$}
\bibliographytrue
\printbibliography[heading=none]
\end{frame}
$else$
\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$
$endif$
$endif$
$for(include-after)$
$include-after$
$endfor$
\meetingend{$s0minutes.endtime$}
\end{document}
This diff is collapsed.
File added
stratum0-latex/s0artcl.cls
\ No newline at end of file
stratum0-latex/s0minutes.cls
\ No newline at end of file
../stratum0-latex
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment