Skip to content

Instantly share code, notes, and snippets.

@luane-aquino
Created June 18, 2018 18:28
Show Gist options
  • Save luane-aquino/85eb68040ed8a46dd1707851d7fdd7bd to your computer and use it in GitHub Desktop.
Save luane-aquino/85eb68040ed8a46dd1707851d7fdd7bd to your computer and use it in GitHub Desktop.
Quadro utilizando abntex2 exemplo
% 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}
@luane-aquino
Copy link
Author

luane-aquino commented Jun 18, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment