diff --git a/onlinelip/handout/handout.tex b/onlinelip/handout/handout.tex
index 11f0759d78fb72e867f4e078c09c48b7002f8071..7fdf020d06d728a86b31ac257b319ac1b994bb0c 100644
--- a/onlinelip/handout/handout.tex
+++ b/onlinelip/handout/handout.tex
@@ -1,5 +1,18 @@
 % KOMA Script ist toll:
-\documentclass{scrartcl}
+%\documentclass{scrartcl}
+% memoir auch ;P
+\documentclass[a4paper,twoside,twocolumn,article,10pt]{memoir}
+\setlxvchars \setxlvchars
+\settypeblocksize{27cm}{19cm}{*}
+\setlrmargins{*}{*}{1}
+\setulmargins{*}{*}{1}
+\setcolsepandrule{7mm}{1pt}
+\setheadfoot{0mm}{0mm}
+\checkandfixthelayout
+\pagestyle{empty}
+\setsecnumdepth{none}
+\tightlists
+
 
 \usepackage{csquotes}
 \usepackage{xcolor}