\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{RainyMoons (RainyMoons)} \pdfinfo{ /Title (italian-basic-vocabulary.pdf) /Creator (Cheatography) /Author (RainyMoons (RainyMoons)) /Subject (Italian Basic Vocabulary 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}{009246} \definecolor{LightBackground}{HTML}{EFF8F3} \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{Italian Basic Vocabulary Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{RainyMoons (RainyMoons)} via \textcolor{DarkBackground}{\uline{cheatography.com/153402/cs/33034/}}} \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}RainyMoons (RainyMoons) \\ \uline{cheatography.com/rainymoons} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 7th July, 2022.\\ Updated 6th July, 2022.\\ 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{2.73735 cm} x{2.23965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Greetings}} \tn % Row 0 \SetRowColor{LightBackground} Hello & Ciao \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Good Morning & Buongiorno \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Good Afternoon & Buon pomeriggio \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Good Evening & Buona sera \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Good Night & Buona notte \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Goodbye & Arrivederci \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} See you later & A più tardi \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} See you soon & A presto / A dopo \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} See you tomorrow & A domani \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Please & Per favore \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Thank You (Very Much) & Grazie (mille) \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} You're Welcome & Prego \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Sorry & Mi dispiace \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Excuse me & Scusi / Scusa \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} Let's go! & Andiamo! \tn % Row Count 15 (+ 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}{Numbers}} \tn % Row 0 \SetRowColor{LightBackground} 0 & Zero \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 1 & Uno \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} 2 & Due \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} 3 & Tre \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} 4 & Quattro \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} 5 & Cinque \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} 6 & Sei \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} 7 & Sette \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} 8 & Otto \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} 9 & Nove \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} 10 & Dieci \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} 11 & Undici \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} 12 & Dodici \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} 13 & Tredici \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} 14 & Quattordici \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} 15 & Quindici \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} 16 & Sedici \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} 17 & Diciassette \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} 18 & Diciotto \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} 19 & Diciannove \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} 20 & Venti \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} 21 & Ventuno \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} 22 & Ventidue \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} 23 & Ventitrè \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} 30 & Trenta \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} 40 & Quaranta \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} 50 & Cinquanta \tn % Row Count 27 (+ 1) % Row 27 \SetRowColor{white} 60 & Sessanta \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} 70 & Settanta \tn % Row Count 29 (+ 1) % Row 29 \SetRowColor{white} 80 & Ottanta \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.23965 cm} x{2.73735 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Numbers (cont)}} \tn % Row 30 \SetRowColor{LightBackground} 90 & Novanta \tn % Row Count 1 (+ 1) % Row 31 \SetRowColor{white} 100 & Cento \tn % Row Count 2 (+ 1) % Row 32 \SetRowColor{LightBackground} 101 & Centouno \tn % Row Count 3 (+ 1) % Row 33 \SetRowColor{white} 110 & Centodieci \tn % Row Count 4 (+ 1) % Row 34 \SetRowColor{LightBackground} 200 & Duecento \tn % Row Count 5 (+ 1) % Row 35 \SetRowColor{white} 1,000 & mille \tn % Row Count 6 (+ 1) % Row 36 \SetRowColor{LightBackground} 2,000 & duemila \tn % Row Count 7 (+ 1) % Row 37 \SetRowColor{white} 1 million & Un milione \tn % Row Count 8 (+ 1) % Row 38 \SetRowColor{LightBackground} 1 billion & Un miliardo \tn % Row Count 9 (+ 1) % Row 39 \SetRowColor{white} Number & Numero \tn % Row Count 10 (+ 1) % Row 40 \SetRowColor{LightBackground} Numbers & Numeri \tn % Row Count 11 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Months Of The Year}} \tn % Row 0 \SetRowColor{LightBackground} January & Gennaio \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} February & Febbraio \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} March & Marzo \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} April & Aprile \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} May & Maggio \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} June & Giugno \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} July & Luglio \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} August & Agosto \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} September & Settembre \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} October & Ottobre \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} November & Novembre \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} December & Dicembre \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Week & La settimana \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Weekly & Settimanalmente \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} Weekend & Fine settimana \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} Month & Il mese \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} Monthly & Mensile \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} Year & L'anno \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} Yearly & Annuale \tn % Row Count 19 (+ 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}{Weather}} \tn % Row 0 \SetRowColor{LightBackground} What's the weather today? & Che tempo fa oggi? \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} It's nice & Fa bel tempo / È bello \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} Bad & Fa brutto tempo / È brutto \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Raining & Piove / Sta piovendo \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} Thundering & Tuona \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} Snowing & Nevica / Sta nevicando \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} Hailing & Grandina / Sta grandinando \tn % Row Count 10 (+ 2) % Row 7 \SetRowColor{white} Cold & Fa freddo \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} Cool & Fa fresco \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} Hot & Fa caldo \tn % Row Count 13 (+ 1) % Row 10 \SetRowColor{LightBackground} Freezing & Fa un freddo gelido \tn % Row Count 14 (+ 1) % Row 11 \SetRowColor{white} Foggy & C'è nebbia \tn % Row Count 15 (+ 1) % Row 12 \SetRowColor{LightBackground} Sunny & C'è sole / È assolato \tn % Row Count 16 (+ 1) % Row 13 \SetRowColor{white} Windy & C'è vento / È ventoso / Fa vento \tn % Row Count 18 (+ 2) % Row 14 \SetRowColor{LightBackground} Cloudy & È nuvoloso \tn % Row Count 19 (+ 1) % Row 15 \SetRowColor{white} Humid & È umido \tn % Row Count 20 (+ 1) % Row 16 \SetRowColor{LightBackground} Muggy & È afoso \tn % Row Count 21 (+ 1) % Row 17 \SetRowColor{white} Stormy & È burrascoso \tn % Row Count 22 (+ 1) \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}{Conversations}} \tn % Row 0 \SetRowColor{LightBackground} How are you? (formal) & Come sta? \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} How are you? (informal) & Come stai? \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} I am fine/ well & Sto bene \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} Not bad & Non c'è male \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} Pretty good & Abbastanza bene \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} So so & Così così \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} Yes & Sì \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} No & No \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} What's your name? (formal) & Come si chiama? \tn % Row Count 12 (+ 2) % Row 9 \SetRowColor{white} What's your name? (informal) & Come ti chiami? \tn % Row Count 14 (+ 2) % Row 10 \SetRowColor{LightBackground} My name is... & Mi chiamo... \tn % Row Count 15 (+ 1) % Row 11 \SetRowColor{white} Pleased/ nice to meet you & Piacere / Molto lieto \tn % Row Count 17 (+ 2) % Row 12 \SetRowColor{LightBackground} Mister, Misses, Miss & Signore, Signora, Signorina \tn % Row Count 19 (+ 2) % Row 13 \SetRowColor{white} Where are you from? (formal) & Di dov'è? \tn % Row Count 21 (+ 2) % Row 14 \SetRowColor{LightBackground} Where are you from? (informal) & Di dove sei? \tn % Row Count 23 (+ 2) % Row 15 \SetRowColor{white} I am from... & Sono di... \tn % Row Count 24 (+ 1) % Row 16 \SetRowColor{LightBackground} How old are you? (formal) & Quanti anni ha? \tn % Row Count 26 (+ 2) % Row 17 \SetRowColor{white} How old are you? (informal) & Quanti anni hai? \tn % Row Count 28 (+ 2) % Row 18 \SetRowColor{LightBackground} I am \_\_\_\_ years old. & Ho \_\_\_ anni \tn % Row Count 29 (+ 1) % Row 19 \SetRowColor{white} Do you speak Italian? (formal) & Parla italiano? \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Conversations (cont)}} \tn % Row 20 \SetRowColor{LightBackground} Do you speak English? (informal) & Parli inglese? \tn % Row Count 2 (+ 2) % Row 21 \SetRowColor{white} I speak Italian & Parlo italiano \tn % Row Count 3 (+ 1) % Row 22 \SetRowColor{LightBackground} I don't speak English & Non parlo inglese \tn % Row Count 5 (+ 2) % Row 23 \SetRowColor{white} Do you understand? (formal) & Capisce? \tn % Row Count 7 (+ 2) % Row 24 \SetRowColor{LightBackground} Do you understand? (informal) & Capisci? \tn % Row Count 9 (+ 2) % Row 25 \SetRowColor{white} I (don't) understand & (Non) capisco \tn % Row Count 10 (+ 1) % Row 26 \SetRowColor{LightBackground} I know & Lo so \tn % Row Count 11 (+ 1) % Row 27 \SetRowColor{white} I don't know & Non so \tn % Row Count 12 (+ 1) % Row 28 \SetRowColor{LightBackground} Can you help me? (formal) & Può aiutarmi? \tn % Row Count 14 (+ 2) % Row 29 \SetRowColor{white} Can you help me? (informal) & Puoi aiutarmi? \tn % Row Count 16 (+ 2) % Row 30 \SetRowColor{LightBackground} Sure & Certamente \tn % Row Count 17 (+ 1) % Row 31 \SetRowColor{white} OK & D'accordo \tn % Row Count 18 (+ 1) % Row 32 \SetRowColor{LightBackground} What? / Pardon me? & Come? \tn % Row Count 19 (+ 1) % Row 33 \SetRowColor{white} May I help you? (formal) & Desidera? \tn % Row Count 21 (+ 2) % Row 34 \SetRowColor{LightBackground} May I help you? (informal) & Desideri? \tn % Row Count 23 (+ 2) % Row 35 \SetRowColor{white} How do you say \_\_\_ in Italian? & Come si dice \_\_\_ in italiano? \tn % Row Count 25 (+ 2) % Row 36 \SetRowColor{LightBackground} Where is & Dov'è \tn % Row Count 26 (+ 1) % Row 37 \SetRowColor{white} Where are...? & Dove sono...? \tn % Row Count 27 (+ 1) % Row 38 \SetRowColor{LightBackground} Here is & Ecco \tn % Row Count 28 (+ 1) % Row 39 \SetRowColor{white} Here are... & Eccoli... \tn % Row Count 29 (+ 1) % Row 40 \SetRowColor{LightBackground} There is & C'è \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Conversations (cont)}} \tn % Row 41 \SetRowColor{LightBackground} There are... & Ci sono... \tn % Row Count 1 (+ 1) % Row 42 \SetRowColor{white} What's the matter? / What's wrong? & Cosa c'è? \tn % Row Count 3 (+ 2) % Row 43 \SetRowColor{LightBackground} It doesn't matter & Non importa / Di niente / Di nulla \tn % Row Count 5 (+ 2) % Row 44 \SetRowColor{white} I don't care & Non m'importa \tn % Row Count 6 (+ 1) % Row 45 \SetRowColor{LightBackground} Don't worry (informal) & Non ti preoccupare \tn % Row Count 8 (+ 2) % Row 46 \SetRowColor{white} I forgot & Ho dimenticato \tn % Row Count 9 (+ 1) % Row 47 \SetRowColor{LightBackground} I have to go now & Devo andare adesso \tn % Row Count 10 (+ 1) % Row 48 \SetRowColor{white} I'm hungry & Ho fame \tn % Row Count 11 (+ 1) % Row 49 \SetRowColor{LightBackground} I'm thirsty & Ho sete \tn % Row Count 12 (+ 1) % Row 50 \SetRowColor{white} I'm cold & Ho freddo \tn % Row Count 13 (+ 1) % Row 51 \SetRowColor{LightBackground} I'm hot & Ho caldo \tn % Row Count 14 (+ 1) % Row 52 \SetRowColor{white} I'm bored & Mi annoio \tn % Row Count 15 (+ 1) % Row 53 \SetRowColor{LightBackground} Bless you! & Salute! \tn % Row Count 16 (+ 1) % Row 54 \SetRowColor{white} Congratulations! & Congratulazioni! \tn % Row Count 17 (+ 1) % Row 55 \SetRowColor{LightBackground} Welcome! & Benvenuti! \tn % Row Count 18 (+ 1) % Row 56 \SetRowColor{white} Good luck! & Buona fortuna! \tn % Row Count 19 (+ 1) % Row 57 \SetRowColor{LightBackground} OK! & Va bene! \tn % Row Count 20 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.9908 cm} x{2.9862 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Seasons \& Directions}} \tn % Row 0 \SetRowColor{LightBackground} Spring & La primavera \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Summer & L'estate \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Autumn & L'autunno \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Winter & L'inverno \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Right & Destra \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Left & Sinistra \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Straight & Diritto \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} North & Nord \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} East & Est \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} South & Sud \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} West & Ovest \tn % Row Count 11 (+ 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}{Useful Words}} \tn % Row 0 \SetRowColor{LightBackground} and & e \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} or & o \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} but & ma \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} not & non \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} while & mentre \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} if & se \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} because & perché \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} very, a lot & molto \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} also, too & anche \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} although & benché \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} now & adesso, ora \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} perhaps, maybe & forse \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} then & allora, poi \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} there was & c'era \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} there were & c'erano \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} always & sempre \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} often & spesso \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} sometimes & qualche volta \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} usually & usualmente \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} especially & specialmente \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} except & eccetto \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} book & il libro \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} pencil & la matita \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} pen & la penna \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} paper & la carta \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} dog & il cane \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} cat & il gatto \tn % Row Count 27 (+ 1) % Row 27 \SetRowColor{white} friend (fem) & l'amica \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} friend (masc) & l'amico \tn % Row Count 29 (+ 1) % Row 29 \SetRowColor{white} woman & la donna \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.58804 cm} x{2.38896 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Useful Words (cont)}} \tn % Row 30 \SetRowColor{LightBackground} man & l'uomo \tn % Row Count 1 (+ 1) % Row 31 \SetRowColor{white} girl & la ragazza \tn % Row Count 2 (+ 1) % Row 32 \SetRowColor{LightBackground} boy & il ragazzo \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.39356 cm} x{3.58344 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Ordinal Numbers}} \tn % Row 0 \SetRowColor{LightBackground} First & Primo / Prima \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Second & Secondo / Seconda \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Third & Terzo / Terza \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Fourth & Quarto / Quarta \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Fifth & Quinto / Quinta \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Sixth & Sesto / Sesta \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Seventh & Settimo / Settima \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Eighth & Ottavo / Ottava \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Ninth & Nono / Nona \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Tenth & Decimo / Decima \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Eleventh & Undicesimo / Undicesima \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Twentieth & Ventesimo / Ventesima \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Hundredth & Centesimo / Centesima \tn % Row Count 13 (+ 1) \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}{Days of the Week}} \tn % Row 0 \SetRowColor{LightBackground} Monday & Lunedì \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Tuesday & Martedì \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Wednesday & Mercoledì \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Thursday & Giovedì \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Friday & Venerdì \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Saturday & Sabato \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Sunday & Domenica \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Yesterday & Ieri \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Day before yesterday & Avantieri / L'altroieri \tn % Row Count 10 (+ 2) % Row 9 \SetRowColor{white} Last night & Ieri sera \tn % Row Count 11 (+ 1) % Row 10 \SetRowColor{LightBackground} Today & Oggi \tn % Row Count 12 (+ 1) % Row 11 \SetRowColor{white} Tomorrow & Domani \tn % Row Count 13 (+ 1) % Row 12 \SetRowColor{LightBackground} Day after tomorrow & Dopodomani \tn % Row Count 14 (+ 1) % Row 13 \SetRowColor{white} Day & Il giorno \tn % Row Count 15 (+ 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}{Colours}} \tn % Row 0 \SetRowColor{LightBackground} White & Bianco/a \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Yellow & Giallo/a \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Orange & Arancione \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Pink & Rosa \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Red & Rosso/a \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Light Blue & Azzurro/a \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Dark Blue & Blu \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Green & Verde \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Brown & Marrone \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Grey & Grigio/a \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Black & Nero/a \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Colour & Colore \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Colours & Colori \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.84149 cm} x{3.13551 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Time}} \tn % Row 0 \SetRowColor{LightBackground} What time is it? & Che ore sono? \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} At what time? & A che ora? \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} It's 1:00 & È l'una \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} At 1:00 & All'una \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} (At) noon & (a) mezzogiorno \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} (At) midnight & (a) mezzanotte \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} 2:00 & Sono le due \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} 3:10 & Sono le tre e dieci \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} 4:50 & Sono le cinque meno dieci \tn % Row Count 10 (+ 1) % Row 9 \SetRowColor{white} 8:15 & Sono le otto e un quarto \tn % Row Count 11 (+ 1) % Row 10 \SetRowColor{LightBackground} 7:45 & Sono le otto meno un quarto \tn % Row Count 13 (+ 2) % Row 11 \SetRowColor{white} 1:30 & È l'una e mezza \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} 6:30 & Sono le sei e mezzo \tn % Row Count 15 (+ 1) % Row 13 \SetRowColor{white} Sharp & In punto \tn % Row Count 16 (+ 1) % Row 14 \SetRowColor{LightBackground} In the morning & Di mattina \tn % Row Count 17 (+ 1) % Row 15 \SetRowColor{white} In the afternoon & Di pomeriggio \tn % Row Count 19 (+ 2) % Row 16 \SetRowColor{LightBackground} In the evening & Di sera \tn % Row Count 20 (+ 1) % Row 17 \SetRowColor{white} At night & Di Notte \tn % Row Count 21 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}