Compare commits

...

10 Commits

3 changed files with 156 additions and 135 deletions

View File

@ -27,16 +27,21 @@
\renewcommand{\familydefault}{\sfdefault}
\rowcolors{1}{black!5!white}{white}
\newcommand*\conheadertitle{conjugation table}
\addto\captionsbrazilian{\def\conheadertitle{tabela de conjugação}}
\addto\captionsfrench{\def\conheadertitle{tableaux de conjugaison}}
\NewDocumentCommand{\conheader}{O{}O{}m}{%
\begin{center}
{\large \conheadertitle}\\
\vskip1ex
{\phantom{(}\Huge \ifthenelse{\equal{#2}{}}{}{#2: } \textbf{#3} \ifthenelse{\equal{#1}{}}{}{(example: #1)}\phantom{)}}
{\phantom{(}\Huge \ifthenelse{\equal{#2}{}}{}{{\ifthenelse{\equal{\ct@language}{french}}{\NoAutoSpacing}{}#2: }} \textbf{#3} \ifthenelse{\equal{#1}{}}{}{({\ifthenelse{\equal{\ct@language}{french}}{\NoAutoSpacing}{}example: #1})}\phantom{)}}
\end{center}
}
\NewDocumentEnvironment{contables}{O{}O{}m}{%
\begin{minipage}{\textwidth}
\conheader[#1][#2]{#3}
\vspace{1em}
\begin{multicols}{2}
}{%
\end{multicols}
\vspace{3em}
\end{minipage}
}
\newtcolorbox{contable}[1]{before title={\setcounter{rownum}{0}}, title={\textbf{#1}\phantom{(}}, tabularx={l|X}}

View File

@ -2,11 +2,7 @@
\begin{document}
\conheader[cant-ar]{-ar}
\vskip1em
\begin{multicols}{2}
\begin{contables}[cant-ar]{-ar}
\begin{contable}{presente}
eu & cant-o \\
@ -35,15 +31,9 @@
elas/eles & cant-arão \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\conheader[com-er]{-er}
\vskip1em
\begin{multicols}{2}
\begin{contables}[com-er]{-er}
\begin{contable}{presente}
eu & com-o \\
@ -72,15 +62,66 @@
elas/eles & com-erão \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\begin{contables}{d-ar}
\conheader{f-azer}
\begin{contable}{presente}
eu & d-ou \\
tu & d-ás \\
ela/ele & d-á \\
nós & d-amos \\
vós & d-ais \\
elas/eles & d-ão \\
\end{contable}
\vskip1em
\end{contables}
\begin{multicols}{2}
\begin{contables}{di-zer}
\begin{contable}{presente}
eu & di-go \\
tu & di-zes \\
ela/ele & di-z \\
nós & di-zemos \\
vós & di-zeis \\
elas/eles & di-zem \\
\end{contable}
\begin{contable}{préterito perfeito}
eu & di-sse \\
tu & di-sseste \\
ela/ele & di-sse \\
nós & di-ssemos \\
vós & di-dissestes \\
elas/eles & di-sseram \\
\end{contable}
\end{contables}
\begin{contables}{est-ar}
\begin{contable}{presente}
eu & est-ou \\
tu & est-ás \\
ela/ele & est-á \\
nós & est-amos \\
vós & est-ais \\
elas/eles & est-ão \\
\end{contable}
\begin{contable}{préterito perfeito}
eu & est-ive \\
tu & est-iveste \\
ela/ele & est-eve \\
nós & est-ivemos \\
vós & est-ivestes \\
elas/eles & est-iveram \\
\end{contable}
\end{contables}
\begin{contables}{f-azer}
\begin{contable}{presente}
eu & f-aço \\
@ -100,15 +141,9 @@
elas/eles & f-izeram \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\conheader{h-aver}
\vskip1em
\begin{multicols}{2}
\begin{contables}{h-aver}
\begin{contable}{presente}
eu & h-ei \\
@ -119,15 +154,9 @@
elas/eles & hão \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\conheader{ir}
\vskip1em
\begin{multicols}{2}
\begin{contables}{ir}
\begin{contable}{presente}
eu & vou \\
@ -138,15 +167,22 @@
elas/eles & vão \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\begin{contables}{poder}
\conheader{ser}
\begin{contable}{presente}
eu & posso \\
tu & podes \\
ela/ele & pode \\
nós & podemos \\
vós & podeis \\
elas/eles & podem \\
\end{contable}
\vskip1em
\end{contables}
\begin{multicols}{2}
\begin{contables}{ser}
\begin{contable}{presente}
eu & sou \\
@ -166,15 +202,9 @@
elas/eles & foram \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\conheader{t-er}
\vskip1em
\begin{multicols}{2}
\begin{contables}{t-er}
\begin{contable}{presente}
eu & te-nho \\
@ -185,28 +215,20 @@
elas/eles & tê-m \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\conheader{tra-zer}
\vskip1em
\begin{multicols}{2}
\begin{contables}{tra-zer}
\begin{contable}{presente}
eu & tra-go \\
tu & tra-zes \\
ela/ele & tra-z \\
nós & tra-zemos \\
p vós & tra-zeis \\
vós & tra-zeis \\
elas/eles & tra-zem \\
\end{contable}
\end{multicols}
\clearpage
\end{contables}
\end{document}

View File

@ -2,11 +2,7 @@
\begin{document}
\conheader[aim-er][première groupe]{-er}
\vskip1em
\begin{multicols}{2}
\begin{contables}[aim-er][première groupe]{-er}
\begin{contable}{présent}
j & aim-e \\
@ -17,15 +13,9 @@
elles/ils & aim-ent \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\conheader[fin-ir][deuxième groupe]{-ir}
\vskip1em
\begin{multicols}{2}
\begin{contables}[fin-ir][deuxième groupe]{-ir}
\begin{contable}{présent}
je & fin-is \\
@ -36,15 +26,9 @@
elles/ils & fin-issent \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\conheader[][troisième groupe]{avoir}
\vskip1em
\begin{multicols}{2}
\begin{contables}[][troisième groupe]{avoir}
\begin{contable}{présent}
j & ai \\
@ -55,15 +39,22 @@
elles/ils & ont \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\begin{contables}[][troisième groupe]{b-oire}
\conheader[][troisième groupe]{cour-ir}
\begin{contable}{présent}
je & b-ois \\
tu & b-ois \\
elle/il & b-oit \\
nous & b-uvons \\
vous & b-uvez \\
elles/ils & boivent \\
\end{contable}
\vskip1em
\end{contables}
\begin{multicols}{2}
\begin{contables}[][troisième groupe]{cour-ir}
\begin{contable}{présent}
je & cour-s \\
@ -74,15 +65,9 @@
elles/ils & cour-ent \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\conheader[][troisième groupe]{d-evoir}
\vskip1em
\begin{multicols}{2}
\begin{contables}[][troisième groupe]{d-evoir}
\begin{contable}{présent}
je & d-ois \\
@ -93,15 +78,9 @@
elles/ils & d-oivent \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\conheader[][troisième groupe]{être}
\vskip1em
\begin{multicols}{2}
\begin{contables}[][troisième groupe]{être}
\begin{contable}{présent}
je & suis \\
@ -112,15 +91,35 @@
elles/ils & sont \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\begin{contables}[][troisième groupe]{fa-ire}
\conheader[][troisième groupe]{perd-re}
\begin{contable}{présent}
je & fais \\
tu & fais \\
elle/il & fait \\
nous & faisons \\
vous & faites \\
elles/ils & font \\
\end{contable}
\vskip1em
\end{contables}
\begin{multicols}{2}
\begin{contables}[][troisième groupe]{netto-yer}
\begin{contable}{présent}
je & netto-ie \\
tu & netto-ies \\
elle/il & netto-is \\
nous & netto-yons \\
vous & netto-yez \\
elles/ils & netto-ient \\
\end{contable}
\end{contables}
\begin{contables}[][troisième groupe]{perd-re}
\begin{contable}{présent}
je & perd-s \\
@ -131,15 +130,9 @@
elles/ils & perd-ent \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\conheader[][troisième groupe]{p-ouvoir}
\vskip1em
\begin{multicols}{2}
\begin{contables}[][troisième groupe]{p-ouvoir}
\begin{contable}{présent}
je & p-eux \\
@ -150,15 +143,9 @@
elles/ils & p-euvent \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\conheader[][troisième groupe]{pren-dre}
\vskip1em
\begin{multicols}{2}
\begin{contables}[][troisième groupe]{pren-dre}
\begin{contable}{présent}
je & pren-ds \\
@ -169,15 +156,22 @@
elles/ils & pren-nent \\
\end{contable}
\end{multicols}
\end{contables}
\clearpage
\begin{contables}[][troisième groupe]{v-enir}
\conheader[][troisième groupe]{v-ouloir}
\begin{contable}{présent}
je & v-iens \\
tu & v-iens \\
elle/il & v-ient \\
nous & v-enons \\
vous & v-enez \\
elles/ils & viennent \\
\end{contable}
\vskip1em
\end{contables}
\begin{multicols}{2}
\begin{contables}[][troisième groupe]{v-ouloir}
\begin{contable}{présent}
je & v-eux \\
@ -188,7 +182,7 @@
elles/ils & v-eulent \\
\end{contable}
\end{multicols}
\end{contables}
\end{document}