diff options
-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]{% |