Add presente, préterito perfeito, and futuro de presente for -ar
This commit is contained in:
parent
a7e41d1f8a
commit
b895d3f36d
64
tabela_de_conjugação.tex
Normal file
64
tabela_de_conjugação.tex
Normal file
@ -0,0 +1,64 @@
|
||||
\documentclass[12pt]{scrartcl}
|
||||
|
||||
\usepackage[brazilian]{babel}
|
||||
\usepackage[margin=2cm]{geometry}
|
||||
\usepackage{multicol}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{tcolorbox}
|
||||
\usepackage[table]{xcolor}
|
||||
|
||||
\pagestyle{empty}
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
\rowcolors{1}{black!5!white}{white}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{center}
|
||||
{\large tabela de conjugação}\\
|
||||
\vskip1ex
|
||||
{\Huge \textbf{-ar} (example: cant-ar)}
|
||||
\end{center}
|
||||
|
||||
\vskip1em
|
||||
|
||||
\begin{multicols}{2}
|
||||
|
||||
\begin{tcolorbox}[tabularx={l|X}, title={\textbf{presente}}]
|
||||
eu & cant-o \\
|
||||
tu & cant-as \\
|
||||
ela/ele & cant-a \\
|
||||
nós & cant-amos \\
|
||||
vós & cant-ais \\
|
||||
elas/eles & cant-am \\
|
||||
\end{tcolorbox}
|
||||
|
||||
\begin{tcolorbox}[tabularx={l|X}, title={\textbf{préterito perfeito}}]
|
||||
eu & cant-ei \\
|
||||
tu & cant-aste \\
|
||||
ela/ele & cant-ou \\
|
||||
nós & cant-amos \\
|
||||
vós & cant-astes \\
|
||||
elas/eles & cant-aram \\
|
||||
\end{tcolorbox}
|
||||
|
||||
\begin{tcolorbox}[tabularx={l|X}, title={\textbf{futuro de presente}}]
|
||||
eu & cant-arei \\
|
||||
tu & cant-arás \\
|
||||
ela/ele & cant-ará \\
|
||||
nós & cant-aremos \\
|
||||
vós & cant-areis \\
|
||||
elas/eles & cant-arão \\
|
||||
\end{tcolorbox}
|
||||
|
||||
\end{multicols}
|
||||
|
||||
\clearpage
|
||||
|
||||
\end{document}
|
||||
|
||||
|
||||
%%% Local Variables:
|
||||
%%% coding: utf-8
|
||||
%%% mode: latex
|
||||
%%% TeX-engine: luatex
|
||||
%%% End:
|
Loading…
x
Reference in New Issue
Block a user