mirror of
https://gitlab.com/MisterBiggs/latex-bingo.git
synced 2025-06-16 07:06:49 +00:00
New lists for the address to Congress
Also added the official portrait for the "free space"
This commit is contained in:
parent
675586ef87
commit
c75be78b2e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
maketwocolumnchecklist.py
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
BIN
Donald_Trump_official_portrait.jpg
Normal file
BIN
Donald_Trump_official_portrait.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 157 KiB |
@ -97,4 +97,4 @@ You need to compile the TeX file at least twice because it uses
|
|||||||
```longtable```, and column widths are determined dynamically over
|
```longtable```, and column widths are determined dynamically over
|
||||||
the course of a few LaTeX compiles.
|
the course of a few LaTeX compiles.
|
||||||
|
|
||||||
Jesse Hamner, 2016. :rocket:
|
Jesse Hamner, 2016-2017. :rocket:
|
||||||
|
61
SOTUbingo.tex
Normal file
61
SOTUbingo.tex
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
\myItems{Border wall;
|
||||||
|
News media;
|
||||||
|
Fake news;
|
||||||
|
China;
|
||||||
|
Syria;
|
||||||
|
Israel;
|
||||||
|
Iran;
|
||||||
|
Mexico;
|
||||||
|
Russia;
|
||||||
|
North Korea;
|
||||||
|
The Middle Class;
|
||||||
|
Ronald Reagan;
|
||||||
|
NAFTA;
|
||||||
|
TPP;
|
||||||
|
Budget ;
|
||||||
|
Veterans;
|
||||||
|
Education;
|
||||||
|
White House;
|
||||||
|
Free trade;
|
||||||
|
A nation of laws;
|
||||||
|
The Second Amendment;
|
||||||
|
Domestic terrorism;
|
||||||
|
Transparency;
|
||||||
|
NATO or ``Allies'';
|
||||||
|
US Military;
|
||||||
|
Twitter/Tweet;
|
||||||
|
Immigration ;
|
||||||
|
Obamacare;
|
||||||
|
Travel ban;
|
||||||
|
Voter ID laws;
|
||||||
|
TV Shows Melania;
|
||||||
|
TV Shows Trump's Children;
|
||||||
|
``We Don't Win Anymore";
|
||||||
|
Leaks;
|
||||||
|
Mentions the Electoral College margin of victory;
|
||||||
|
``I inherited a mess";
|
||||||
|
Jobs;
|
||||||
|
``Made in the USA";
|
||||||
|
mentions crowds at his rallies;
|
||||||
|
Anti-Semitism;
|
||||||
|
School choice;
|
||||||
|
Law and Order / Crime;
|
||||||
|
LGBT issues;
|
||||||
|
Town hall protests;
|
||||||
|
Travel restrictions;
|
||||||
|
``Radical Islamic Terrorism";
|
||||||
|
Special Prosecutor;
|
||||||
|
Voter fraud;
|
||||||
|
H.R.~McMaster;
|
||||||
|
Dow Jones;
|
||||||
|
Rex Tillerson;
|
||||||
|
Democrats;
|
||||||
|
Middle America;
|
||||||
|
Abortion;
|
||||||
|
Supreme Court;
|
||||||
|
Regulations;
|
||||||
|
Keeping promises;
|
||||||
|
Intelligence agencies;
|
||||||
|
Free enterprise
|
||||||
|
}
|
||||||
|
|
BIN
bingocards.pdf
BIN
bingocards.pdf
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
%
|
%
|
||||||
% but cleaned up a little, and with a few additions.
|
% but cleaned up a little, and with a few additions.
|
||||||
%
|
%
|
||||||
% Jesse Hamner, 2016
|
% Jesse Hamner, 2016-2017
|
||||||
|
|
||||||
\usepackage{xstring}
|
\usepackage{xstring}
|
||||||
\usepackage{pgffor}
|
\usepackage{pgffor}
|
||||||
@ -79,9 +79,9 @@
|
|||||||
\begin{LARGE}
|
\begin{LARGE}
|
||||||
Rawlins Hall Bingo
|
Rawlins Hall Bingo
|
||||||
|
|
||||||
Second Presidential Debate
|
President Trump Addresses a Joint Session of Congress
|
||||||
|
|
||||||
9 October 2016
|
28 February 2017
|
||||||
|
|
||||||
\end{LARGE}
|
\end{LARGE}
|
||||||
\end{center}
|
\end{center}
|
||||||
@ -95,6 +95,13 @@ Second Presidential Debate
|
|||||||
\node [scale=1.2] at ($(\col,-\row)-(0.5,0.7)$) {Allotted Time};
|
\node [scale=1.2] at ($(\col,-\row)-(0.5,0.7)$) {Allotted Time};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
% use Donald_Trump_official_portrait.jpg as free space image:
|
||||||
|
\renewcommand{\freespace}{
|
||||||
|
\filldraw[fill=gray!90, draw=black] ($(\col,-\row)-(1,1)$) rectangle ($(\col,-\row)$) ;
|
||||||
|
\node [scale=1.2] at ($(\col,-\row)-(0.5,0.5)$) {\includegraphics[scale=0.06, clip=true, trim=0 300 0 10]{Donald_Trump_official_portrait.jpg}};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
% If you want a more standard free space square:
|
% If you want a more standard free space square:
|
||||||
%\renewcommand{\freespace}{
|
%\renewcommand{\freespace}{
|
||||||
% \filldraw[fill=gray!35, draw=black] ($(\col,-\row)-(1,1)$) rectangle ($(\col,-\row)$) ;
|
% \filldraw[fill=gray!35, draw=black] ($(\col,-\row)-(1,1)$) rectangle ($(\col,-\row)$) ;
|
||||||
@ -102,12 +109,6 @@ Second Presidential Debate
|
|||||||
% \node [scale=1.2] at ($(\col,-\row)-(0.5,0.6)$) {Space};
|
% \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
|
% 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
|
% function (subroutine), it makes the code easier to parse down below
|
||||||
@ -153,7 +154,7 @@ Second Presidential Debate
|
|||||||
%\myItems{``Believe me"; Tax returns; Benghazi; Shot of Bill Clinton in audience; Clinton Foundation; ``Make America Great Again"; Tim Kaine; Build ``the wall"; Heckler interrupts debate; Candidate talks past allotted time; Gun ban; NAFTA; Black Lives Matter; ``Basket of deplorables"; Alt-right; Florida; Mike Pence; Moderator interrupts candidate; Free market; ``My record shows ...''; Terrorism; Candidate demands an apology; John McCain; Pam Bondi; Health of candidate; Trump charity; ``Liberal media"; Shot of Melania Trump in audience; ``What do you have to lose?"; China; Taxes; Climate change; Middle East; Emails; ``I've employed thousands of people"; Joke about Trump's hair; Candidate says the other is ``disqualified"; Clinton mentions children--any children; Emails; Temperament; Transparency; ``Stronger Together"; NAFTA; Bankruptcy; Birther; Audience laughs; NATO; ``Tremendous success"; ``I can fix it"; President Obama; Ronald Reagan; Audience claps; Rigged; Trump says he was against the Iraq War; The Second Amendment; Trade agreement; Skittles; Income inequality; Top 1\%; Political correctness }
|
%\myItems{``Believe me"; Tax returns; Benghazi; Shot of Bill Clinton in audience; Clinton Foundation; ``Make America Great Again"; Tim Kaine; Build ``the wall"; Heckler interrupts debate; Candidate talks past allotted time; Gun ban; NAFTA; Black Lives Matter; ``Basket of deplorables"; Alt-right; Florida; Mike Pence; Moderator interrupts candidate; Free market; ``My record shows ...''; Terrorism; Candidate demands an apology; John McCain; Pam Bondi; Health of candidate; Trump charity; ``Liberal media"; Shot of Melania Trump in audience; ``What do you have to lose?"; China; Taxes; Climate change; Middle East; Emails; ``I've employed thousands of people"; Joke about Trump's hair; Candidate says the other is ``disqualified"; Clinton mentions children--any children; Emails; Temperament; Transparency; ``Stronger Together"; NAFTA; Bankruptcy; Birther; Audience laughs; NATO; ``Tremendous success"; ``I can fix it"; President Obama; Ronald Reagan; Audience claps; Rigged; Trump says he was against the Iraq War; The Second Amendment; Trade agreement; Skittles; Income inequality; Top 1\%; Political correctness }
|
||||||
|
|
||||||
% read in the list of 'squares' from the file you have written:
|
% read in the list of 'squares' from the file you have written:
|
||||||
\input{bingolist.tex}
|
\input{SOTUBingo.tex}
|
||||||
|
|
||||||
% start a for-loop to make each page (its own card)
|
% start a for-loop to make each page (its own card)
|
||||||
\foreach \n in {0,...,49}{
|
\foreach \n in {0,...,49}{
|
||||||
|
Binary file not shown.
@ -13,25 +13,25 @@
|
|||||||
|
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\begin{Large}
|
\begin{Large}
|
||||||
Checklist for debate bingo boxes
|
Checklist for SOTU bingo boxes
|
||||||
\end{Large}
|
\end{Large}
|
||||||
\vspace{0.15in}
|
\vspace{0.15in}
|
||||||
|
|
||||||
Rawlins Hall
|
%Rawlins Hall
|
||||||
|
|
||||||
Second Presidential Debate
|
%Trump Address to Joint Session of Congress
|
||||||
|
|
||||||
October 9, 2016
|
\today
|
||||||
|
|
||||||
\end{center}
|
\end{center}
|
||||||
|
|
||||||
\begin{longtable}{l p {3.0in} }
|
\begin{longtable}{l p {2.25in} }
|
||||||
|
|
||||||
Found & Item \\[\sep]
|
Said & Item \\[\sep]
|
||||||
\hline\\[\negsep]
|
\hline\\[\negsep]
|
||||||
\endfirsthead
|
\endfirsthead
|
||||||
|
|
||||||
Found & Item \\[\sep]
|
Said & Item \\[\sep]
|
||||||
\hline\\[\negsep]
|
\hline\\[\negsep]
|
||||||
\endhead
|
\endhead
|
||||||
|
|
||||||
|
133
checklist1.tex
133
checklist1.tex
@ -1,104 +1,61 @@
|
|||||||
% Hopefully a nice table
|
% Hopefully a nice table
|
||||||
|
|
||||||
$\square$ & Believe me \\[\sep]
|
$\square$ & Border wall \\[\sep]
|
||||||
$\square$ & Make America Great Again \\[\sep]
|
$\square$ & News media \\[\sep]
|
||||||
$\square$ & Build a/the wall \\[\sep]
|
$\square$ & Fake news \\[\sep]
|
||||||
$\square$ & Liberal media \\[\sep]
|
|
||||||
$\square$ & What do you have to lose? \\[\sep]
|
|
||||||
$\square$ & I've employed thousands of people \\[\sep]
|
|
||||||
$\square$ & Tremendous success \\[\sep]
|
|
||||||
$\square$ & I can fix it \\[\sep]
|
|
||||||
$\square$ & Political correctness \\[\sep]
|
|
||||||
$\square$ & We don't \emph{win} anymore \\[\sep]
|
|
||||||
$\square$ & Crooked Hillary \\[\sep]
|
|
||||||
$\square$ & Low energy \\[\sep]
|
|
||||||
$\square$ & Rigged \\[\sep]
|
|
||||||
$\square$ & Benghazi \\[\sep]
|
|
||||||
$\square$ & Florida \\[\sep]
|
|
||||||
$\square$ & China \\[\sep]
|
$\square$ & China \\[\sep]
|
||||||
$\square$ & Syria \\[\sep]
|
$\square$ & Syria \\[\sep]
|
||||||
|
$\square$ & Israel \\[\sep]
|
||||||
$\square$ & Iran \\[\sep]
|
$\square$ & Iran \\[\sep]
|
||||||
$\square$ & Mexico \\[\sep]
|
$\square$ & Mexico \\[\sep]
|
||||||
$\square$ & Moderator becomes visibly frustrated \\[\sep]
|
$\square$ & Russia \\[\sep]
|
||||||
$\square$ & Candidate demands an apology \\[\sep]
|
$\square$ & North Korea \\[\sep]
|
||||||
$\square$ & Heckler interrupts debate \\[\sep]
|
|
||||||
$\square$ & Unqualified \\[\sep]
|
|
||||||
$\square$ & Clinton says using server was a mistake \\[\sep]
|
|
||||||
$\square$ & Stronger Together \\[\sep]
|
|
||||||
$\square$ & The Middle Class \\[\sep]
|
$\square$ & The Middle Class \\[\sep]
|
||||||
$\square$ & Deplorables \\[\sep]
|
|
||||||
$\square$ & John McCain \\[\sep]
|
|
||||||
$\square$ & Tim Kaine \\[\sep]
|
|
||||||
$\square$ & President Obama \\[\sep]
|
|
||||||
$\square$ & Bill Clinton \\[\sep]
|
|
||||||
$\square$ & Ronald Reagan \\[\sep]
|
$\square$ & Ronald Reagan \\[\sep]
|
||||||
$\square$ & Bernie Sanders \\[\sep]
|
|
||||||
$\square$ & Mike Pence \\[\sep]
|
|
||||||
$\square$ & Paid family leave \\[\sep]
|
|
||||||
$\square$ & Alliances \\[\sep]
|
|
||||||
$\square$ & Missile Defense \\[\sep]
|
|
||||||
$\square$ & International respect \\[\sep]
|
|
||||||
$\square$ & Small Town \\[\sep]
|
|
||||||
$\square$ & Single-payer Healthcare \\[\sep]
|
|
||||||
$\square$ & More of the Same \\[\sep]
|
|
||||||
$\square$ & National Debt \\[\sep]
|
|
||||||
$\square$ & Trade Deals \\[\sep]
|
|
||||||
$\square$ & Infrastructure \\[\sep]
|
|
||||||
$\square$ & Clean Energy \\[\sep]
|
|
||||||
$\square$ & War on Coal \\[\sep]
|
|
||||||
$\square$ & Privatize Social Security \\[\sep]
|
|
||||||
$\square$ & Community Policing \\[\sep]
|
|
||||||
$\square$ & Stop and Frisk \\[\sep]
|
|
||||||
$\square$ & Law and Order \\[\sep]
|
|
||||||
$\square$ & Implicit Bias \\[\sep]
|
|
||||||
$\square$ & Institutional Racism \\[\sep]
|
|
||||||
$\square$ & Open Borders \\[\sep]
|
|
||||||
$\square$ & LGBTQ rights \\[\sep]
|
|
||||||
$\square$ & I have a plan \\[\sep]
|
|
||||||
$\square$ & Bipartisan \\[\sep]
|
|
||||||
$\square$ & Free market \\[\sep]
|
|
||||||
$\square$ & Bankruptcy \\[\sep]
|
|
||||||
$\square$ & Taxes \\[\sep]
|
|
||||||
$\square$ & Tax returns \\[\sep]
|
|
||||||
$\square$ & NAFTA \\[\sep]
|
$\square$ & NAFTA \\[\sep]
|
||||||
$\square$ & TPP \\[\sep]
|
$\square$ & TPP \\[\sep]
|
||||||
$\square$ & US budget deficit \\[\sep]
|
$\square$ & Budget \\[\sep]
|
||||||
$\square$ & Income inequality \\[\sep]
|
|
||||||
$\square$ & Top 1\% \\[\sep]
|
|
||||||
$\square$ & Social Security \\[\sep]
|
|
||||||
$\square$ & Veterans \\[\sep]
|
$\square$ & Veterans \\[\sep]
|
||||||
$\square$ & Trump Foundation \\[\sep]
|
$\square$ & Education \\[\sep]
|
||||||
$\square$ & Trump University \\[\sep]
|
$\square$ & White House \\[\sep]
|
||||||
$\square$ & Clinton Foundation \\[\sep]
|
$\square$ & Free trade \\[\sep]
|
||||||
|
$\square$ & A nation of laws \\[\sep]
|
||||||
$\square$ & The Second Amendment \\[\sep]
|
$\square$ & The Second Amendment \\[\sep]
|
||||||
$\square$ & Black Lives Matter \\[\sep]
|
$\square$ & Domestic terrorism \\[\sep]
|
||||||
$\square$ & All Lives Matter \\[\sep]
|
|
||||||
$\square$ & Alt-right \\[\sep]
|
|
||||||
$\square$ & Terrorism \\[\sep]
|
|
||||||
$\square$ & Climate change \\[\sep]
|
|
||||||
$\square$ & Hurricane \\[\sep]
|
|
||||||
$\square$ & Emails \\[\sep]
|
|
||||||
$\square$ & Temperament \\[\sep]
|
|
||||||
$\square$ & Transparency \\[\sep]
|
$\square$ & Transparency \\[\sep]
|
||||||
$\square$ & NATO \\[\sep]
|
$\square$ & NATO or ``Allies'' \\[\sep]
|
||||||
$\square$ & Trump says he was against the Iraq War \\[\sep]
|
$\square$ & US Military \\[\sep]
|
||||||
$\square$ & Tic Tacs \\[\sep]
|
$\square$ & Twitter/Tweet \\[\sep]
|
||||||
$\square$ & ``I love \_\_\_\_\_.'' \\[\sep]
|
$\square$ & Immigration \\[\sep]
|
||||||
$\square$ & the Supreme Court \\[\sep]
|
|
||||||
$\square$ & DNC hack \\[\sep]
|
|
||||||
$\square$ & Immigration reform \\[\sep]
|
|
||||||
$\square$ & Obamacare \\[\sep]
|
$\square$ & Obamacare \\[\sep]
|
||||||
$\square$ & America is already great \\[\sep]
|
$\square$ & Travel ban \\[\sep]
|
||||||
$\square$ & Muslim ban \\[\sep]
|
|
||||||
$\square$ & Voter ID laws \\[\sep]
|
$\square$ & Voter ID laws \\[\sep]
|
||||||
$\square$ & GOP withdrawing support for Trump \\[\sep]
|
$\square$ & TV Shows Melania \\[\sep]
|
||||||
$\square$ & Sexual assault \\[\sep]
|
$\square$ & TV Shows Trump's Children \\[\sep]
|
||||||
|
$\square$ & ``We Don't Win Anymore" \\[\sep]
|
||||||
|
$\square$ & Leaks \\[\sep]
|
||||||
|
$\square$ & Mentions the Electoral College margin of victory \\[\sep]
|
||||||
|
$\square$ & ``I inherited a mess" \\[\sep]
|
||||||
|
$\square$ & Jobs \\[\sep]
|
||||||
|
$\square$ & ``Made in the USA" \\[\sep]
|
||||||
|
$\square$ & mentions crowds at his rallies \\[\sep]
|
||||||
|
$\square$ & Anti-Semitism \\[\sep]
|
||||||
|
$\square$ & School choice \\[\sep]
|
||||||
|
$\square$ & Law and Order / Crime \\[\sep]
|
||||||
|
$\square$ & LGBT issues \\[\sep]
|
||||||
|
$\square$ & Town hall protests \\[\sep]
|
||||||
|
$\square$ & Travel restrictions \\[\sep]
|
||||||
|
$\square$ & ``Radical Islamic Terrorism" \\[\sep]
|
||||||
|
$\square$ & Special Prosecutor \\[\sep]
|
||||||
$\square$ & Voter fraud \\[\sep]
|
$\square$ & Voter fraud \\[\sep]
|
||||||
$\square$ & Russian ``Hacking" \\[\sep]
|
$\square$ & H.R.~McMaster \\[\sep]
|
||||||
$\square$ & Wikileaks \\[\sep]
|
$\square$ & Dow Jones \\[\sep]
|
||||||
$\square$ & Wall Street \\[\sep]
|
$\square$ & Rex Tillerson \\[\sep]
|
||||||
$\square$ & Kellyanne Conway \\[\sep]
|
$\square$ & Democrats \\[\sep]
|
||||||
$\square$ & Rape/Rapist \\[\sep]
|
$\square$ & Middle America \\[\sep]
|
||||||
$\square$ & Juanita Broderick \\[\sep]
|
$\square$ & Abortion \\[\sep]
|
||||||
$\square$ & Gennifer Flowers \\[\sep]
|
$\square$ & Supreme Court \\[\sep]
|
||||||
$\square$ & Monica Lewinsky \\[\sep]
|
$\square$ & Regulations \\[\sep]
|
||||||
|
$\square$ & Keeping promises \\[\sep]
|
||||||
|
$\square$ & Intelligence agencies \\[\sep]
|
||||||
|
$\square$ & Free enterprise \\[\sep]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user