Created
June 18, 2018 18:28
-
-
Save luane-aquino/85eb68040ed8a46dd1707851d7fdd7bd to your computer and use it in GitHub Desktop.
Quadro utilizando abntex2 exemplo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Pacotes | |
\usepackage[table,xcdraw]{xcolor} | |
\usepackage{listings} | |
\usepackage{color} | |
\usepackage{graphicx} | |
% Quadro exemplo | |
\begin{quadro}[htb] | |
\Large | |
\centering | |
\caption{\label{quadro_ferramentas_comparacao}Quadro exemplo abnTeX2} | |
\def\arraystretch{2} % espaçamento de cada célula (padding) | |
\resizebox{\textwidth}{!}{% | |
\begin{tabular}{|c|c|c|c|c|c|c|} | |
\hline | |
\rowcolor[HTML]{EFEFEF} | |
\textbf{Coluna 1} & \textbf{Coluna 2} & \textbf{Coluna 3} & \textbf{Coluna 4} & \textbf{Coluna 5} & \textbf{Coluna 6} & \textbf{Coluna 7} \\ \hline | |
texto 1 & texto2 & texto3 & texto4 & texto5 & texto6 & texto7 \\ \hline | |
... & ... & ... & ... & ... & ... & ... \\ \hline | |
\end{tabular}% | |
} | |
\fonte{Autor} | |
\end{quadro} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mais informações sobre como adicionar quadro com as regras da abnt:
https://github.com/abntex/abntex2/wiki/HowToCriarNovoAmbienteListing
Além disso, neste outro link contém exemplo de utilização de quadro para um modelo de trabalho acadêmico:
https://github.com/abntex/abntex2/blob/master/doc/latex/abntex2/examples/abntex2-modelo-trabalho-academico.tex
Neste outro site, ajuda a criar e estilizar tabelas, que podem ser utilizados também para estilizar quadros:
http://www.tablesgenerator.com