Guest User

Untitled

a guest
Jun 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. % Pacotes
  2. \usepackage[table,xcdraw]{xcolor}
  3. \usepackage{listings}
  4. \usepackage{color}
  5. \usepackage{graphicx}
  6.  
  7. % Quadro exemplo
  8. \begin{quadro}[htb]
  9. \Large
  10. \centering
  11. \caption{\label{quadro_ferramentas_comparacao}Quadro exemplo abnTeX2}
  12. \def\arraystretch{2} % espaçamento de cada célula (padding)
  13. \resizebox{\textwidth}{!}{%
  14. \begin{tabular}{|c|c|c|c|c|c|c|}
  15. \hline
  16. \rowcolor[HTML]{EFEFEF}
  17. \textbf{Coluna 1} & \textbf{Coluna 2} & \textbf{Coluna 3} & \textbf{Coluna 4} & \textbf{Coluna 5} & \textbf{Coluna 6} & \textbf{Coluna 7} \\ \hline
  18. texto 1 & texto2 & texto3 & texto4 & texto5 & texto6 & texto7 \\ \hline
  19. ... & ... & ... & ... & ... & ... & ... \\ \hline
  20. \end{tabular}%
  21. }
  22. \fonte{Autor}
  23. \end{quadro}
Add Comment
Please, Sign In to add comment