From 843063bbd979005936d279cb4b73a1e4d6e9a074 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Thu, 26 Nov 2015 21:12:56 +0100 Subject: Fix new line behaviour after the blokjes --- giraf.sty | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/giraf.sty b/giraf.sty index d4da850..f6fbb53 100644 --- a/giraf.sty +++ b/giraf.sty @@ -19,7 +19,7 @@ } -\newcommand\blokje{\hfill$\Box$\\} +\newcommand\blokje{\hfill$\Box$\par} \newcommand\smileyblokje{% \hfill% \begin{tikzpicture}[scale=0.22] @@ -29,7 +29,7 @@ \draw (0.6,0.7) circle [radius=0.03, fill=black]; \end{tikzpicture}% \hspace{0.6pt}\phantom{}% - \\% + \par% } \newcommand\qedblokje{% @@ -41,7 +41,7 @@ \node [scale=0.98] at (2.05,0.498) {D}; \end{tikzpicture}% \hspace{-3.2pt}\phantom{}% - \\% + \par% } \newcommand\qedsmileyblokje{% @@ -56,7 +56,7 @@ \node [scale=0.98] at (2.05,0.498) {D}; \end{tikzpicture}% \hspace{-3.2pt}\phantom{}% - \\% + \par% } \newcommand\hoekje[1][90]{% -- cgit v1.2.3