Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. documentclass[10pt,a5paper,twoside]{memoir}
  2. usepackage[T1]{fontenc}
  3.  
  4. usepackage[utf8]{inputenc}
  5. usepackage[brazil]{babel}
  6.  
  7. usepackage{ragged2e}
  8. usepackage[showframe,pass]{geometry}
  9.  
  10. usepackage{ltablex}
  11. keepXColumns
  12.  
  13. begin{document}
  14. frenchspacing
  15.  
  16. setlengthextrarowheight{2pt}
  17. begin{tabularx}{linewidth}{|>{RaggedRight}p{3cm}|>{arraybackslash}X|}
  18.  
  19. caption{Formatação do texto}
  20. label{tab:a_table_formatacao_de_texto} \
  21. hline
  22. endfirsthead
  23.  
  24. multicolumn{2}{c}{tablename~thetable: Formatação do texto (continued)} \
  25. hline
  26. endhead
  27.  
  28. hline
  29. multicolumn{2}{r}{footnotesize to be continued}
  30. endfoot
  31.  
  32. hline
  33. endlastfoot
  34.  
  35. Cor & Branco - \ hline
  36. Formato do papel & A5 \ hline
  37. Gramatura & 75 \ hline
  38. Cabeçalho & 0,7 \ hline
  39. Impressão & Frente e verso \ hline
  40. Margens & Espelhadas: superior 2, Inferior: 1,5 \ hline
  41. Cabeçalho & 0,7 \ hline
  42. Rodapé & 0,7 \ hline
  43. Paginação & Externa \ hline
  44. Alinhamento vertical & Superior \ hline
  45. Cabeçalho & 0,7 \ hline
  46. Alinhamento do texto & Justificado \ hline
  47. Cor & Branco - \ hline
  48. Formato do papel & A5 \ hline
  49. Cabeçalho & 0,7 \ hline
  50. Gramatura & 75 \ hline
  51. Impressão & Frente e verso \ hline
  52. Margens & Espelhadas: superior 2, Inferior: 1,5 \ hline
  53. Rodapé & 0,7 \ hline
  54. Paginação & Externa \ hline
  55. Alinhamento vertical & Superior \ hline
  56. Alinhamento do texto & Justificado \ hline
  57.  
  58. end{tabularx}
  59.  
  60. end{document}
  61.  
  62. defarraybackslash{let\tabularnewline}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement