\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{Jane} \pdfinfo{ /Title (leccion-1.pdf) /Creator (Cheatography) /Author (Jane) /Subject (LECCIÓN 1 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}{A3A3A3} \definecolor{LightBackground}{HTML}{F3F3F3} \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{LECCIÓN 1 Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Jane} via \textcolor{DarkBackground}{\uline{cheatography.com/126728/cs/24622/}}} \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}Jane \\ \uline{cheatography.com/jane} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 3rd October, 2020.\\ Updated 3rd October, 2020.\\ 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}{(Vocabulary)}} \tn % Row 0 \SetRowColor{LightBackground} la biblioteca & library \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} la cafetería & cafeteria \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} la calle & street \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} la chica, la muchacha & young woman \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} el chico, el muchacho & young man \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} la clase & class \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} el (la) compañero(a) & companion, mate \tn % Row Count 8 (+ 2) % Row 7 \SetRowColor{white} — de clase & classmate \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} — de cuarto & roommate \tn % Row Count 10 (+ 1) % Row 9 \SetRowColor{white} la dirección & address \tn % Row Count 11 (+ 1) % Row 10 \SetRowColor{LightBackground} el español & Spanish (language) \tn % Row Count 13 (+ 2) % Row 11 \SetRowColor{white} el (la) estudiante, el (la) alumno(a) & student \tn % Row Count 15 (+ 2) % Row 12 \SetRowColor{LightBackground} el hombre & man \tn % Row Count 16 (+ 1) % Row 13 \SetRowColor{white} el libro & book \tn % Row Count 17 (+ 1) % Row 14 \SetRowColor{LightBackground} el mapa & map \tn % Row Count 18 (+ 1) % Row 15 \SetRowColor{white} la mujer & woman \tn % Row Count 19 (+ 1) % Row 16 \SetRowColor{LightBackground} la pizarra* & blackboard \tn % Row Count 20 (+ 1) % Row 17 \SetRowColor{white} — blanca & whiteboard \tn % Row Count 21 (+ 1) % Row 18 \SetRowColor{LightBackground} la universidad & university \tn % Row Count 22 (+ 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}{Polite expressions}} \tn % Row 0 \SetRowColor{LightBackground} De nada. & You're welcome. \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Encantado(a). & The pleasure is mine. \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Muchas gracias. & Thank you very much. \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Lo siento. & I'm sorry. \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Más despacio, por favor. & More slowly, please. \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} Perdón. & Sorry. Pardon me. \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} Permiso. Con permiso. & Excuse me. (e.g., when going through a crowded room) \tn % Row Count 10 (+ 3) % Row 7 \SetRowColor{white} Por favor. & Please. \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} Saludos a… & Say hi to … \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.69218 cm} x{3.28482 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{(Other words and expressions)}} \tn % Row 0 \SetRowColor{LightBackground} con & with \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} en & at, in, on \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} esta noche & tonight \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} habla & he/she speaks \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} hay & there is, there are \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} mi & my name is … \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} muy & very well \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} no & no, not \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} oye & listen \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} ser & to be \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} sí & yes \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} tu & your \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} y & and you? (formal) \tn % Row Count 13 (+ 1) \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}{Subject pronouns}} \tn % Row 0 \SetRowColor{LightBackground} yo & I \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} tú & you (familiar) \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} usted ( Ud.) & you(formal) \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} él & he \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} ella & she \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} nosotros & we (m.) \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} nosotras & we (f.) \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} vosotros & you (m., familiar) \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} vosotras & you (f., familiar) \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} ustedes (Uds.) & you (formal, familiar) \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} ellos & they (m.) \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} ellas & they (f.) \tn % Row Count 12 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Es una mesa. It is a table.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.59264 cm} x{3.38436 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{(Adjectives)}} \tn % Row 0 \SetRowColor{LightBackground} alto(a) & tall \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} bajo(a) & short \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \seqsplit{antipático(a)} & unpleasant (不愉快) \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} bueno(a) & good \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} malo(a) & bad \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} mexicano(a) & Mexican \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} canadiense & Canadian \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{norteamericano(a)} & North American \tn % Row Count 10 (+ 2) % Row 8 \SetRowColor{LightBackground} \seqsplit{estadounidense} & American \tn % Row Count 12 (+ 2) % Row 9 \SetRowColor{white} delgado(a) & slender (苗條的) \tn % Row Count 13 (+ 1) % Row 10 \SetRowColor{LightBackground} gordo(a) & fat \tn % Row Count 14 (+ 1) % Row 11 \SetRowColor{white} difícil & difficult \tn % Row Count 15 (+ 1) % Row 12 \SetRowColor{LightBackground} fácil & easy \tn % Row Count 16 (+ 1) % Row 13 \SetRowColor{white} excelente & excellent \tn % Row Count 17 (+ 1) % Row 14 \SetRowColor{LightBackground} \seqsplit{fantástico(a)} & fantastic \tn % Row Count 19 (+ 2) % Row 15 \SetRowColor{white} favorito(a) & favourite \tn % Row Count 20 (+ 1) % Row 16 \SetRowColor{LightBackground} feliz & happy \tn % Row Count 21 (+ 1) % Row 17 \SetRowColor{white} feo(a) & ugly \tn % Row Count 22 (+ 1) % Row 18 \SetRowColor{LightBackground} bonito(a), lindo(a) & pretty \tn % Row Count 24 (+ 2) % Row 19 \SetRowColor{white} guapo(a) & handsome (when referring to a male), beautiful (when referring to a female) \tn % Row Count 27 (+ 3) % Row 20 \SetRowColor{LightBackground} grande & big \tn % Row Count 28 (+ 1) % Row 21 \SetRowColor{white} pequeño(a) & small \tn % Row Count 29 (+ 1) % Row 22 \SetRowColor{LightBackground} horrible & horrible \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.59264 cm} x{3.38436 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{(Adjectives) (cont)}} \tn % Row 23 \SetRowColor{LightBackground} inteligente & intelligent \tn % Row Count 1 (+ 1) % Row 24 \SetRowColor{white} interesante & interesting \tn % Row Count 2 (+ 1) % Row 25 \SetRowColor{LightBackground} tonto(a) & dumb \tn % Row Count 3 (+ 1) % Row 26 \SetRowColor{white} mucho(a)(s) & a lot, many \tn % Row Count 4 (+ 1) % Row 27 \SetRowColor{LightBackground} perfecto(a) & perfect \tn % Row Count 5 (+ 1) % Row 28 \SetRowColor{white} pobre & poor \tn % Row Count 6 (+ 1) % Row 29 \SetRowColor{LightBackground} rico(a) & rich \tn % Row Count 7 (+ 1) % Row 30 \SetRowColor{white} \seqsplit{simpático(a)} & charming, nice, fun to be with \tn % Row Count 9 (+ 2) % Row 31 \SetRowColor{LightBackground} terrible & terrible \tn % Row Count 10 (+ 1) % Row 32 \SetRowColor{white} \seqsplit{universitario(a)} & (related to) university \tn % Row Count 12 (+ 2) % Row 33 \SetRowColor{LightBackground} joven & young \tn % Row Count 13 (+ 1) % Row 34 \SetRowColor{white} viejo(a) & old \tn % Row Count 14 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.4977 cm} x{4.4793 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Plural form of nouns}} \tn % Row 0 \SetRowColor{LightBackground} -s & to words ending in a vowel \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} -es & to words ending in a consonant \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} -z & -ces \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.97505 cm} p{0.64078 cm} p{0.96117 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{The definite article}} \tn % Row 0 \SetRowColor{LightBackground} Masculine & el & los \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Feminine & la & las \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{la profesora las profesoras \newline el profesor los profesores} \tn \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.32733 cm} x{1.64772 cm} x{1.60195 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{The indefinite article}} \tn % Row 0 \SetRowColor{LightBackground} Masculine & un (a, an) & unos (some) \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Feminine & una (a, an) & unas (some) \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{un libro unos libros \newline una silla unas sillas} \tn \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.55618 cm} p{0.64078 cm} x{2.38004 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Present indicative of ser}} \tn % Row 0 \SetRowColor{LightBackground} yo & soy & I am \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} tú & eres & you (familiar) are \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} usted & es & you (formal) are \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} él & es & he is \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} ella & es & she is \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} nosoros(as) & somos & we are \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} vosotros(as) & sois & you (familiar) are \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} ustedes & son & you are \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} ellos & son & they (m.) are \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} ellas & son & they (f.) are \tn % Row Count 10 (+ 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}{(Useful questions and answers)}} \tn % Row 0 \SetRowColor{LightBackground} ¿Cómo? & How? Excuse me? (when one doesn't hear or understand what is being said) \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} ¿Cómo es…? & What is … like? \tn % Row Count 5 (+ 1) % Row 2 \SetRowColor{LightBackground} ¿Cómo se dice…? & How do you say … ? \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} Se dice… & You say … \tn % Row Count 8 (+ 1) % Row 4 \SetRowColor{LightBackground} Calle… número… & Street name / number \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} ¿Cuál? & Which one? \tn % Row Count 11 (+ 1) % Row 6 \SetRowColor{LightBackground} ¿Cuál es…? & What is … ? / Which one is … ? \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} ¿Cuál es su dirección? & What's your address? (formal) \tn % Row Count 15 (+ 2) % Row 8 \SetRowColor{LightBackground} ¿Cuál es tu dirección? & What's your address? (informal) \tn % Row Count 17 (+ 2) % Row 9 \SetRowColor{white} ¿Cuál es su número de teléfono? & What's your telephone number? (formal) \tn % Row Count 19 (+ 2) % Row 10 \SetRowColor{LightBackground} ¿Cuál es tu número de teléfono? & What's your telephone number? (informal) \tn % Row Count 21 (+ 2) % Row 11 \SetRowColor{white} ¿Dónde? & Where \tn % Row Count 22 (+ 1) % Row 12 \SetRowColor{LightBackground} ¿De dónde eres? & Where are you from? (informal) \tn % Row Count 24 (+ 2) % Row 13 \SetRowColor{white} ¿De dónde es usted? & Where are you from? (formal) \tn % Row Count 26 (+ 2) % Row 14 \SetRowColor{LightBackground} Soy de… & I am from … \tn % Row Count 27 (+ 1) % Row 15 \SetRowColor{white} ¿Qué? & What? \tn % Row Count 28 (+ 1) % Row 16 \SetRowColor{LightBackground} ¿Qué es…? & What is … ? \tn % Row Count 29 (+ 1) % Row 17 \SetRowColor{white} ¿Qué hay de nuevo? & What's new? \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.33919 cm} x{2.63781 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{(Useful questions and answers) (cont)}} \tn % Row 18 \SetRowColor{LightBackground} No mucho. & Not much \tn % Row Count 1 (+ 1) % Row 19 \SetRowColor{white} ¿Quién? & Who \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.53827 cm} x{2.43873 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{(Vocabulary for the class)}} \tn % Row 0 \SetRowColor{LightBackground} la pizarra* & chalkboard \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} la tiza & chalk \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} la silla & chair \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} el escritorio & desk \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} el pupitre & student desk. \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} el cesto de papeles & wastepaper basket \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} la pueta & door \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} el bolígrafo & ball point pen \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} la pluma & pen \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} el borrador & eraser \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} el lápiz & pencil \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} el papel & paper \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} el marcador & marker \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} la mochila & backpack \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} la computadora & computer \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} la computadora portátil, el laptop & laptop, notebook \tn % Row Count 17 (+ 2) % Row 16 \SetRowColor{LightBackground} la ventana & window \tn % Row Count 18 (+ 1) % Row 17 \SetRowColor{white} el reloj & clock, watch \tn % Row Count 19 (+ 1) % Row 18 \SetRowColor{LightBackground} el cuaderno & notebook (for notes snd exercises) \tn % Row Count 21 (+ 2) % Row 19 \SetRowColor{white} el pared & wall \tn % Row Count 22 (+ 1) % Row 20 \SetRowColor{LightBackground} el libro & book \tn % Row Count 23 (+ 1) % Row 21 \SetRowColor{white} el móvil, el telefono(celular) & cellphone, telephone \tn % Row Count 25 (+ 2) % Row 22 \SetRowColor{LightBackground} la luz & light \tn % Row Count 26 (+ 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}{¿Qué? and ¿cuál? used with ser}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{¿Qué es una paella? ("What is a paella?")} \tn \mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}Es un plato español. ("It's a Spanish dish.")} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{¿Cuál es tu clase favorita? ("What is your favourite class?")} \tn \mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}Es español. ("It's Spanish.")} \tn % Row Count 6 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{¿Qué? asks for a definition. \newline ¿Cuál? conveys the idea of selection from among several or many available objects, ideas, and so on.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{¿Qué? and ¿cuál? used with ser}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{¿Qué es una paella? ("What is a paella?")} \tn \mymulticolumn{1}{x{5.377cm}}{\hspace*{6 px}\rule{2px}{6px}\hspace*{6 px}Es un plato español. ("It's a Spanish dish.")} \tn % Row Count 3 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{¿Qué? asks for a definition. \newline ¿Cuál? conveys the idea of selection from among several or many available objects, ideas, and so on.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}