From b895d3f36db33651d63c2ab723a693f3ff36e944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Matthias=20Sch=C3=A4fer?= Date: Mon, 13 Jan 2025 21:52:28 +0100 Subject: [PATCH] =?UTF-8?q?Add=20presente,=20pr=C3=A9terito=20perfeito,=20?= =?UTF-8?q?and=20futuro=20de=20presente=20for=20-ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tabela_de_conjugação.tex | 64 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 tabela_de_conjugação.tex diff --git a/tabela_de_conjugação.tex b/tabela_de_conjugação.tex new file mode 100644 index 0000000..97aa7e4 --- /dev/null +++ b/tabela_de_conjugação.tex @@ -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: