diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-11-26 21:12:56 +0100 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-11-26 21:12:56 +0100 |
commit | 843063bbd979005936d279cb4b73a1e4d6e9a074 (patch) | |
tree | 826daf66635252711fd75cd9f1ca42ba6595d8cc | |
parent | ddfd7fc566f18807b6967d14f21d8d221860f93d (diff) |
Fix new line behaviour after the blokjes
-rw-r--r-- | giraf.sty | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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]{% |