\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Flour Sniffer} \pdfinfo{ /Title (among-us-dead-body-reporting.pdf) /Creator (Cheatography) /Author (Flour Sniffer) /Subject (Among Us Dead Body Reporting Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{91BDFF} \definecolor{LightBackground}{HTML}{F1F6FF} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Among Us Dead Body Reporting Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Flour Sniffer} via \textcolor{DarkBackground}{\uline{cheatography.com/202771/cs/43063/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Flour Sniffer \\ \uline{cheatography.com/flour-sniffer} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 22nd April, 2024.\\ Updated 22nd April, 2024.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{3.33459 cm} x{1.64241 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Subject Pronouns}} \tn % Row 0 \SetRowColor{LightBackground} English & French \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} I & Je \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} We & Nous \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} You (Informal) & Tu \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} You(Formal/Plural) & Vous \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} He & Il \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} She & Elle \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} One & On \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} They & Ils/Elles \tn % Row Count 9 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{If you use they and you are talking about both males and females, use ils.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Etre Conjugation}} \tn % Row 0 \SetRowColor{LightBackground} Je SUIS & Nous SOMMES \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Tu ES & Vous ETES \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Il/Elle/On EST & Ils/Elles Sont \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.38896 cm} x{2.58804 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Avoir Conjugation}} \tn % Row 0 \SetRowColor{LightBackground} J'AI & Nous ALLONS \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Tu AS & Vous AVEZ \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Il/Elle/On A & Ils/Elles ONT \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.58804 cm} x{2.38896 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Faire Conjugations}} \tn % Row 0 \SetRowColor{LightBackground} Je FAIS & Nous FAISONS \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Tu FAIS & Vous FAITES \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Il/Elle/On FAIT & Ils/Elles FONT \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.38896 cm} x{2.58804 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Aller Conjugation}} \tn % Row 0 \SetRowColor{LightBackground} Je VAIS & Nous ALLONS \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Tu VAS & Vous ALLEZ \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Il/Elle/On VA & Ils/Elles VONT \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Future Tense}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Use the verb "Aller" and conjugate it. Then, put the unconjugated verb after. For example: \newline % Row Count 2 (+ 2) Je mange une orange -{}-{}-\textgreater{} Je vais manger une orange \newline % Row Count 4 (+ 2) Nous sommes grands -{}-{}-\textgreater{} Nous allons etre grands \newline % Row Count 5 (+ 1) La voiture part tot -{}-{}-\textgreater{} La voiture va partir tot% Row Count 6 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.38896 cm} x{2.58804 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Time}} \tn % Row 0 \SetRowColor{LightBackground} Quelle heure est-il? & What time is it? \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Quelle heure avez vous? & What time do you have? \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} A quelle heure? & At what time? \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} Il est \_\_\_ heures & It is \_\_\_ O'clock \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} Une heures & One O'clock \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} Et quart & 15 minutes after the hour \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} Et demie & 30 minutes after the hour \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} Moins dix & 10 till \tn % Row Count 12 (+ 1) % Row 8 \SetRowColor{LightBackground} Moins le quart & 15 till \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.63781 cm} x{2.33919 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Times of day}} \tn % Row 0 \SetRowColor{LightBackground} English & French \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Matain & Morning \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Midi & Noon \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Apres-midi & Afternoon \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Soir & Evening \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Nuit & Night \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Minuit & Midnight \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.09034 cm} x{2.88666 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Family Vocab}} \tn % Row 0 \SetRowColor{LightBackground} English & French \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Mon & Mere \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Dad & Pere \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Brother & Frere \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Sister & Soeur \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Son & Fils \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Daughter & Fille \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Children & Les enfants \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Parents & Les parents \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Husband & Mari \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Wife & Femme \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Family & Famille \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.09034 cm} x{2.88666 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Fortnite Map directions}} \tn % Row 0 \SetRowColor{LightBackground} English & French \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} A cote de & Next to \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} A droite de & To the right of \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} A gauche de & To the left of \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Dans & Inside \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Derriere & Behind \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Devant & In front of \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} En & In \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} En face de & In front of \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Entre & Inbetween \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Loin de & Far from \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Pres de & Close to \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Sous & Under \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Sur & On \tn % Row Count 14 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Haunted Hills est a cote de Junk Junction \newline Polar peak est a droite de Frosty Flights \newline Dusty Divot est a gauche de Mega Mall \newline L'eau est dans Loot Lake \newline Fatal Fields est entre Salty Springs et Lucky Landings \newline Snobby Shores est loin de Paradise Palms \newline Pressure Plant est pres de Sunny Steps} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.33919 cm} x{2.63781 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Months and Seasons}} \tn % Row 0 \SetRowColor{LightBackground} English & French \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} January & Janvier \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Feburary & Fevrier \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} March & Mars \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} April & Avril \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} May & Mai \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} June & Juin \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} July & Juillet \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} August & Aout \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} September & Septembre \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} October & Octobre \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} November & Novembre \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} December & Decembre \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Spring & Prientemps \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} Summer & Ete \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} Fall & Automne \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} Winter & Hiver \tn % Row Count 17 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.18988 cm} x{2.78712 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Possessive Pronouns}} \tn % Row 0 \SetRowColor{LightBackground} English & French (Male/Female) \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} My & Mon/Ma \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Your (Informal) & Ton/Ta \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} His/Hers & Son/Sa \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} English & French (Singular/Plural) \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} We & Notre/Nos \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} You (Formal/Plural) & Votre/Vos \tn % Row Count 9 (+ 2) % Row 7 \SetRowColor{white} They & Leur/Leurs \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.23965 cm} x{2.73735 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Important Avoir Phrases}} \tn % Row 0 \SetRowColor{LightBackground} English & French \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Avoir besoin de & To need \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Avoir faim & To be hungry \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Avoir chaud & To be hot \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Avoir froid & To be cold \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Avoir \_\_ ans & To be \_\_ years old \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Avoir envie de & To feel like \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Avoir honte de & To be ashamed of \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Avoir l'air & To look like \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Avoir peur de & To be afraid of \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Avoir raison & To be correct \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Avoir tort & To be wrong \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Avoir sommeil & To be sleepy \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{J'ai besoin de manger un sandwich. Tu as dix-sept ans. Elle a raison. Nous avons froid. Vous voulons l'air beau. Ils ont peur de Kallen.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.38896 cm} x{2.58804 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Faire Phrases}} \tn % Row 0 \SetRowColor{LightBackground} English & French \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Faire de l'aerobic & To do aerobics \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Faire attention (a) & To pay attention (to) \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} Faire du camping & To go camping \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} Faire du cheval & To go horseback riding \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} Faire la connaissance de \_\_\_ & To meet \_\_\_ for the first time \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} Faire la cuisine & To cook \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} Faire de la gym & To work out \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} Faire du jogging & To go jogging \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} Faire de la planche a voile & To go wind surfing \tn % Row Count 14 (+ 2) % Row 10 \SetRowColor{LightBackground} Faire une promenade & To go for a walk \tn % Row Count 15 (+ 1) % Row 11 \SetRowColor{white} Faire une randonnee & To go for a hike \tn % Row Count 16 (+ 1) % Row 12 \SetRowColor{LightBackground} Faire du ski & To go skiing \tn % Row Count 17 (+ 1) % Row 13 \SetRowColor{white} Faire du sport & To play sports/To excersise \tn % Row Count 19 (+ 2) % Row 14 \SetRowColor{LightBackground} Faire un tour (en voiture) & To go for a walk (drive) \tn % Row Count 21 (+ 2) % Row 15 \SetRowColor{white} Faire du velo & To go bike riding \tn % Row Count 22 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Forming yes/no questions}} \tn \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Use intonation to ask questions: You eat cheese? \newline % Row Count 1 (+ 1) Use inversion to ask questions: Are you eating cheese? -{}-{}-\textgreater{} Manges-tu du fromage? \newline % Row Count 3 (+ 2) Use Est-ce que to ask questions: Est-ce que tu apportes le fromage? \newline % Row Count 5 (+ 2) Use a tag question: Je vais au Senegal, d'accord?% Row Count 6 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.94103 cm} x{3.03597 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Forming open ended questions}} \tn % Row 0 \SetRowColor{LightBackground} English & French \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} When & Quand \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Who & Qui \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Where & Ou \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} What & Quoi/Que \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Which & Quel/Quelle \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Why & Pourquoi \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} How & Comment \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Use Que at the beginning of a sentence and use Quoi at the end.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.34379 cm} x{3.63321 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Numbers}} \tn % Row 0 \SetRowColor{LightBackground} 1 & Une \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 2 & Deux \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} 3 & Trois \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} 4 & Quatre \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} 5 & Cinq \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} 6 & Six \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} 7 & Sept \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} 8 & Huit \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} 9 & Neuf \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} 10 & Dix \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} 11 & Onze \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} 12 & Douze \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} 13 & Trieze \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} 14 & Quatorze \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} 15 & Quinze \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} 16 & Seize \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} 17 & Dix-sept \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} 18 & Dix-huit \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} 19 & Dix-neuf \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} 20 & Vingt \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} 21 & Vingt-et-une \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} 22 & Vingt-deux \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} 23 & Vingt-trois \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} 24 & Vingt-quatre \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} 25 & Vingt-cinq \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} 26 & Vingt-six \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} 27 & Vingt-sept \tn % Row Count 27 (+ 1) % Row 27 \SetRowColor{white} 28 & Vingt-huit \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} 29 & Vingt-neuf \tn % Row Count 29 (+ 1) % Row 29 \SetRowColor{white} 30 & Trente \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.34379 cm} x{3.63321 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Numbers (cont)}} \tn % Row 30 \SetRowColor{LightBackground} 40 & Quarante \tn % Row Count 1 (+ 1) % Row 31 \SetRowColor{white} 50 & Cinquante \tn % Row Count 2 (+ 1) % Row 32 \SetRowColor{LightBackground} 60 & Soixante \tn % Row Count 3 (+ 1) % Row 33 \SetRowColor{white} 70 & Soixante-diz \tn % Row Count 4 (+ 1) % Row 34 \SetRowColor{LightBackground} 80 & Quatre-vingt \tn % Row Count 5 (+ 1) % Row 35 \SetRowColor{white} 90 & Quatre-vingt-dix \tn % Row Count 6 (+ 1) % Row 36 \SetRowColor{LightBackground} 100 & Cent \tn % Row Count 7 (+ 1) % Row 37 \SetRowColor{white} 200 & Deux cent \tn % Row Count 8 (+ 1) % Row 38 \SetRowColor{LightBackground} 276 & Deux cent soixante sieze \tn % Row Count 9 (+ 1) % Row 39 \SetRowColor{white} 300 & Trois cent \tn % Row Count 10 (+ 1) % Row 40 \SetRowColor{LightBackground} 1.000 & Mille \tn % Row Count 11 (+ 1) % Row 41 \SetRowColor{white} 1.100 & Mille cent \tn % Row Count 12 (+ 1) % Row 42 \SetRowColor{LightBackground} 2.000 & Deux mille \tn % Row Count 13 (+ 1) % Row 43 \SetRowColor{white} 100.000 & cent mille \tn % Row Count 14 (+ 1) % Row 44 \SetRowColor{LightBackground} 1.000.000 & Million \tn % Row Count 15 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.18988 cm} x{2.78712 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Weather Talk}} \tn % Row 0 \SetRowColor{LightBackground} Quel temps fait-il & What is the weather like \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Il fait neuf degres & It is 9 degrees \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Il fait beau & It is nice \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} Il fait nuageux & It is cloudy \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} Il fait orageux & It is stormy \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} Il niege & It is snowing \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} Il pleut & It is raining \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} Il y a du nuage & There is a cloud \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} Il y a du orage & There is a storm \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} Il y a du eclair & There is lightining \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} Il y a du tonnerre & There is thunder \tn % Row Count 14 (+ 2) % Row 11 \SetRowColor{white} Il y a du soleil & It is sunny \tn % Row Count 15 (+ 1) % Row 12 \SetRowColor{LightBackground} Il y a du vent & It is windy \tn % Row Count 16 (+ 1) % Row 13 \SetRowColor{white} Il fait chaud & It is hot \tn % Row Count 17 (+ 1) % Row 14 \SetRowColor{LightBackground} Il fait froid & It is cold \tn % Row Count 18 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.38896 cm} x{2.58804 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{ER verbs}} \tn % Row 0 \SetRowColor{LightBackground} Je -e & Nous -ons* \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Tu -es & Vous -ez \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Il/Elle/On -e & Ils/Elles -ent \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{*When using nous, -GER verbs will be conjugated as -GEONS. \newline Important ER verbs: Adorer (to love), Aimer (to like), Arriver (to arrive), Chercher (to search), Commencer (to begin or to start), Dessiner (to draw), Detester (to hate), Donner (to give), Etudier (to study), Habiter (to live), Manger (to eat), Oublier (to forget), Parler (to speak), Partager (to share), Penser (to think), Regarder (to look), Travailler (to work), Voyager (to travel)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.23965 cm} x{2.73735 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{IR verbs}} \tn % Row 0 \SetRowColor{LightBackground} Je -is & Nous -issons \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Tu -is & Vous -issez \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Il/Elle/On -it & Ils/Elles -issons \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Choisir (to choose), Finir (to finish), Grandir (to grow), Grossir (to gain weight), Maigrir (to lose weight), Obeir (to obey), Reagir (to react), Reflechir (to think about), Reussir (to succeed), Rougir (to blush), Vieillir (to grow old)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.18988 cm} x{2.78712 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Irregular IR verbs}} \tn % Row 0 \SetRowColor{LightBackground} English & French \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Sortir & To go out \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Partir & To leave \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Dormir & To sleep \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Courir & To run \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Servir & To serve \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{If singular: remove continent before -IR and drop the -I in -IS and -IT \newline If plural: remove -ISS in endings} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.78712 cm} x{2.18988 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Unit 1+2 Descriptive Adjactives}} \tn % Row 0 \SetRowColor{LightBackground} Agreabl(e) & Pleasant \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Charmant(e) & Charming \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Difficile & Difficult \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Egoiste & Selfish \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Falice & Easy \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Interessant(e) & Interesting \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Inutile & Useless \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Occupe(e) & Busy \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Pessimiste & Pessimistic \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Poli(e) & Polite \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Timide & Shy \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Utile & Useful \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{When the thing being described is male, you do not use the last 'e' (unless it cannot be taken off). When the thing being described is female, you use 'e' at the end of the adjective.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.83689 cm} x{2.14011 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Unit 3+4 Descriptive Adjectives}} \tn % Row 0 \SetRowColor{LightBackground} Actif(ve) & Active \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Antipathique & Unplesant \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Courageu(x/use) & Brave \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Cruel(le) & Cruel \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Discret(e) & Discrete \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Doux(ce) & Sweet/Soft \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Drole & Funny \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Ennuyeux(se) & Boring \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Fabile & Weak \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Fatigue(e) & Tired \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Favori(te) & Favorite \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Fort(e) & Strong \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Fou(lle) & Crazy \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Genereux(se) & Generous \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} Genial(e)(aux) & Great \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} Gentil(le) & Nice \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} Jaloux(se) & Jealous \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} Lent(e) & Slow \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} Mechant(e) & Mean \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} Modeste & Modest \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} Paresseux(se) & Lazy \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} Penible & Annoying \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} Pret(e) & Ready \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} Rapide & Fast \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} Sportif(ve) & Athletic \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} Travailleur(use) & Hard-working \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} Triste & Sad \tn % Row Count 27 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{BRAGS Adjective Rule}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{5.377cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/flour-sniffer_1713554558_ce0a6751dd53d8876021078bc90889b0.jpg}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{If you want to say a red car, you say Une voiture rouge and put "red" after "car". If the adjective follows the brags rule and fits in a category like small, the adjective goes in front of the noun, so in this case, une petite voiture.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.63781 cm} x{2.33919 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Expressions of quantaty}} \tn % Row 0 \SetRowColor{LightBackground} English & French \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Assez & Enough \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Pas assez de & Not enough of \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Beaucoup de & A lot of \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} D'autres & Others \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Une bouteille de & A bottle de \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Un corceau de & A piece/bit of \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Un peu & A little \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Plusieurs & Several \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Quelque chose & Something \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Quelques & Some \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Une tasse de & A cup of \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Tous/Tout & All \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Tout/Tous le/les & All the \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} Toute(s) & All \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} Trop de & Too much of \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} Un verre de & A glass of \tn % Row Count 17 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.14011 cm} x{2.83689 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Expressions of Frequency}} \tn % Row 0 \SetRowColor{LightBackground} Une/Deux fois & One/two times \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Par jour/samaine & Per day/week \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Mois, an, ect. & Month, year, excetera \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Deja & Already \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Encore & Again, still \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Jamais & Never \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Longtemps & A long time \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Maintenant & Now \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Parfois & Sometimes \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Rarement & Rarely \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Souvent & Often \tn % Row Count 11 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}