\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{miss\_shayshay} \pdfinfo{ /Title (french-tenses-conditional-mood.pdf) /Creator (Cheatography) /Author (miss\_shayshay) /Subject (French Tenses: Conditional (MOOD) 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}{4F4920} \definecolor{LightBackground}{HTML}{F9F9F8} \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{French Tenses: Conditional (MOOD) Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{miss\_shayshay} via \textcolor{DarkBackground}{\uline{cheatography.com/174991/cs/36864/}}} \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}miss\_shayshay \\ \uline{cheatography.com/miss-shayshay} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 2nd February, 2023.\\ 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*}{2} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Conditional Tense}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Le conditionnel (the conditional) can be used in French as a tense and as a mood. As a tense, le conditionnel expresses the future seen from a past point of view. As a mood, the conditional allows us to talk about a hypothetical or imagined reality that can only occur under certain circumstances. \newline % Row Count 6 (+ 6) It's considered a mood NOT a tense, which describes how an action takes place (rather than when). \newline % Row Count 8 (+ 2) When to use le conditionnel in French: Le conditionnel is often translated with would or could in English. In French, we use the conditional in the following cases: \newline % Row Count 12 (+ 4) to express a wish, a possibility, or a hypothesis in the present or the future (conditionnel présent) or in the past (conditionnel passé) \newline % Row Count 15 (+ 3) as a tense to talk about the future from a past point of view \newline % Row Count 17 (+ 2) in if-clauses (see the section on conditional clauses \newline % Row Count 19 (+ 2) to make polite requests \newline % Row Count 20 (+ 1) The conditional is called "le conditionnel" and its endings are -ais, -ais, -ait, -ions, -iez, -aient (the imperfect endings).% Row Count 23 (+ 3) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{conjugate the conditional}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Present conditional \newline % Row Count 1 (+ 1) To conjugate the present conditional (le présent du conditionnel), add the conditional ending to the infinitive, just as you would when forming the future tense. For regular -re verbs add the endings to the infinitive minus the final -e. \newline % Row Count 6 (+ 5) The stem used to form the conditional is the same as the stem of the future (usually the infinitive). The conditional endings are -ais, -ais, -ait, -ions, -iez, -aient (These are also the imperfect endings).% Row Count 11 (+ 5) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{We form the conditionnel présent by adding the imparfait endings to the stem of the futur simple form of the verb.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{When to use conditional}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{SI CLAUSES: \newline % Row Count 1 (+ 1) The first si clause doesn't actually use the conditional mood at all: \newline % Row Count 3 (+ 2) Si + Present, Future Simple \newline % Row Count 4 (+ 1) Si j'ai le temps, je t'appellerai. (If I have time, I'll call you.) \newline % Row Count 6 (+ 2) This si clause expresses certain actions taken in the future should an event occur in the present. One implies that the present action is nearly certain, thus the use of the future instead of the conditional. \newline % Row Count 11 (+ 5) The second si clause in French is as follows: \newline % Row Count 12 (+ 1) Si + Imperfect, Conditional \newline % Row Count 13 (+ 1) Si j'avais le temps, je t'appellerais. (If I had time, I would call you.) \newline % Row Count 15 (+ 2) This si clause expresses actions that are based entirely on a condition. It is implied that the action is possible but not certain. \newline % Row Count 18 (+ 3) The third si clause in French is as follows: \newline % Row Count 19 (+ 1) Si + Pluperfect, Past Conditional \newline % Row Count 20 (+ 1) Si j'avais eu le temps, je t'aurais appelé. (If I'd had time, I would've called you.) \newline % Row Count 22 (+ 2) This si clause expresses a certain amount of regret. It's the idea that "should have" or "could have" expresses in English. As you can see from the above sentence, the past conditional is quite easy to form once you know the conditional and the passé composé. \newline % Row Count 28 (+ 6) Like the plus perfect or plus-que-parfait, the past conditional is a composed tense made up of the conditional of the auxiliary verb (être or avoir, depending on the lexical verb) and the past participle of the lexical verb. \newline % Row Count 33 (+ 5) } \tn \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{When to use conditional (cont)}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Aside from the si clauses, which are the principal use of the conditional in French, you can also use the conditional to express politeness, particularly with verbs expressing desire, like vouloir or aimer. \newline % Row Count 5 (+ 5) Je veux un sandwich. (I want a sandwich.) \newline % Row Count 6 (+ 1) Je voudrais un sandwich. (I would like a sandwich.) \newline % Row Count 8 (+ 2) J'aime le cinéma. (I like the movie theater.) \newline % Row Count 9 (+ 1) J'aimerais venir au cinéma avec vous. (I would like to come to the cinema with you.) \newline % Row Count 11 (+ 2) Peux-tu me donner un stylo ? (Can you give me a pen?) \newline % Row Count 13 (+ 2) Pourrais-tu me donner un stylo ? (Could you give me a pen?) \newline % Row Count 15 (+ 2) You can also use the conditional to give advice: \newline % Row Count 16 (+ 1) Tu dois faire tes devoirs tout de suite. (You must do your homework right now.) \newline % Row Count 18 (+ 2) Tu devrais faire tes devoirs tout de suite. (You should do your homework right now.)% Row Count 20 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{When to NOT use the conditional}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Don't use the conditional with all verbs to "be polite" \newline % Row Count 2 (+ 2) The politeness aspect of the conditional should really only be used with verbs expressing desire, like vouloir, aimer, désirer or with verbs that incite action from the other person—like pouvoir or devoir. Other than these verbs, err on the side of caution when considering the conditional to express politeness. \newline % Row Count 9 (+ 7) Don't use the conditional immediately after si% Row Count 10 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Irregulars in the Conditional}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{There are several irregular roots in the future simple; these irregular roots are the same in the conditional. Here are just a few: \newline % Row Count 3 (+ 3) Aller: ir- \newline % Row Count 4 (+ 1) Avoir: aur– \newline % Row Count 5 (+ 1) Devoir: devr- \newline % Row Count 6 (+ 1) Etre: ser- \newline % Row Count 7 (+ 1) Faire: fer- \newline % Row Count 8 (+ 1) Falloir: faudr- \newline % Row Count 9 (+ 1) Pleuvoir: pleuvr- \newline % Row Count 10 (+ 1) Pouvoir: pourr- \newline % Row Count 11 (+ 1) Savoir: saur- \newline % Row Count 12 (+ 1) Tener: tiendr- \newline % Row Count 13 (+ 1) Venir: viendr- \newline % Row Count 14 (+ 1) Voir: verr- \newline % Row Count 15 (+ 1) Vouloir: voudr- \newline % Row Count 16 (+ 1) courir: courr- \newline % Row Count 17 (+ 1) envoyer: enverr- \newline % Row Count 18 (+ 1) mourir: mourr- \newline % Row Count 19 (+ 1) obtenirr: obtiendr- \newline % Row Count 20 (+ 1) recevoir: recevr- \newline % Row Count 21 (+ 1) To these roots, add the same endings as with the imperfect: \newline % Row Count 23 (+ 2) Je -ais \newline % Row Count 24 (+ 1) Tu -ais \newline % Row Count 25 (+ 1) Il/Elle/On -ait \newline % Row Count 26 (+ 1) Nous -ions \newline % Row Count 27 (+ 1) Vous -iez \newline % Row Count 28 (+ 1) Ils/Elles –aient% Row Count 29 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Conjugation: Past Conditional}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{The French past conditional, also called the conditional perfect, is a compound tense formed with the auxiliary verbs avoir or être in the present conditional and the past participle. \newline % Row Count 4 (+ 4) Uses of the conditionnel passé consist of expressing regret for an action that never occurred and hypothetical situations of events that did or didn't take place. J'aurais dû + infinitive indicates "I should have". \newline % Row Count 9 (+ 5) The past conditional also has a journalistic use for events that allegedly or reportedly occurred. \newline % Row Count 11 (+ 2) The past conditional is also used to express hypothetical past situations. The grammatical structure is: If A had (not) happened (plus-que-parfait), then B would have (not) happened (past conditional). \newline % Row Count 16 (+ 5) Ex's: "J'aurais mangé" (I would have eaten) and "Je serais allé" (I would have gone). \newline % Row Count 18 (+ 2) J'aurais + past participle \newline % Row Count 19 (+ 1) Tu aurais +pp \newline % Row Count 20 (+ 1) il aurait +pp \newline % Row Count 21 (+ 1) nous aurions +pp \newline % Row Count 22 (+ 1) vous auriez +pp \newline % Row Count 23 (+ 1) ils auraient +pp \newline % Row Count 24 (+ 1) // \newline % Row Count 25 (+ 1) je serais +pp \newline % Row Count 26 (+ 1) tu serais +pp \newline % Row Count 27 (+ 1) il serait +pp \newline % Row Count 28 (+ 1) nous serions +pp \newline % Row Count 29 (+ 1) vous seriez +pp \newline % Row Count 30 (+ 1) } \tn \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Conjugation: Past Conditional (cont)}} \tn \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{ils seraient +pp% Row Count 1 (+ 1) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}