Compare commits
2 Commits
62dc5cc259
...
b895d3f36d
Author | SHA1 | Date | |
---|---|---|---|
b895d3f36d | |||
a7e41d1f8a |
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:
|
@ -1,5 +1,6 @@
|
|||||||
\documentclass[12pt]{scrartcl}
|
\documentclass[12pt]{scrartcl}
|
||||||
|
|
||||||
|
\usepackage[francais]{babel}
|
||||||
\usepackage[margin=2cm]{geometry}
|
\usepackage[margin=2cm]{geometry}
|
||||||
\usepackage{multicol}
|
\usepackage{multicol}
|
||||||
\usepackage{tabularx}
|
\usepackage{tabularx}
|
||||||
@ -247,4 +248,5 @@
|
|||||||
%%% coding: utf-8
|
%%% coding: utf-8
|
||||||
%%% mode: latex
|
%%% mode: latex
|
||||||
%%% TeX-engine: luatex
|
%%% TeX-engine: luatex
|
||||||
|
%%% ispell-local-dictionary: "francais"
|
||||||
%%% End:
|
%%% End:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user