1
0
mirror of https://gitlab.com/MisterBiggs/latex-bingo.git synced 2025-06-15 22:56:44 +00:00

Added another "free space" renewcommand

This commit is contained in:
Jesse Hamner 2016-10-09 15:51:01 -05:00
parent 0e0ab67a21
commit 2a05b199ff

View File

@ -102,6 +102,13 @@ Second Presidential Debate
% \node [scale=1.2] at ($(\col,-\row)-(0.5,0.6)$) {Space};
%}
% or if you want to acknowledge the elephant in the room:
%\renewcommand{\freespace}{
% \filldraw[fill=gray!35, draw=black] ($(\col,-\row)-(1,1)$) rectangle ($(\col,-\row)$) ;
% \node [scale=1.2] at ($(\col,-\row)-(0.5,0.4)$) {Trump's 2005};
% \node [scale=1.2] at ($(\col,-\row)-(0.5,0.6)$) {Comments};
%}
% Although it doesn't save any code by breaking this out into its own
% function (subroutine), it makes the code easier to parse down below
% in the for loop: