Guest User

Untitled

a guest
Dec 15th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. begin{tabulary}{linewidth}{|L|L|L|}
  2. hline
  3. textsf{relax
  4. Nummer
  5. } & textsf{relax
  6. Name
  7. } & textsf{relax
  8. Bemerkungen
  9. }\
  10. hline
  11. 0
  12. &
  13. Allgemeines
  14. &
  15. Enthält Meta-Informationen zum Dossier
  16. \
  17. [...]
  18. hlineend{tabulary}
  19.  
  20. RequirePackage{tabu}
  21.  
  22. definecolor{tablehead}{rgb}{0.7294117647058823, 0.6823529411764706, 0.6235294117647059}
  23.  
  24. renewenvironment{tabulary}[2]{bgroupbegin{tabu} to textwidth{#2}
  25. rowcolor{tablehead}
  26. }%
  27. {end{tabu}egroup}
  28.  
  29. ! Missing # inserted in alignment preamble.
  30. <to be read again>
  31. &
  32. l.294 hlineend{tabulary}
  33.  
  34. ? x
  35.  
  36. documentclass{article}
  37. usepackage[T1]{fontenc}
  38. usepackage[utf8]{inputenc}
  39. usepackage[ngerman]{babel}
  40.  
  41. usepackage{tabu,tabulary}
  42. usepackage[table]{xcolor}
  43.  
  44. definecolor{tablehead}{rgb}{0.7294117647058823, 0.6823529411764706, 0.6235294117647059}
  45.  
  46. % redefine the L column type
  47. newcolumntype{L}{X[l]<{strut}}
  48.  
  49. renewenvironment{tabulary}[3]
  50. {noindenttabu to textwidth{#2}hlinerowcolor{tablehead}}
  51. {endtabu}
  52.  
  53.  
  54. begin{document}
  55.  
  56. begin{tabulary}{linewidth}{|L|L|L|}
  57. hline
  58. textsf{Nummer} & textsf{Name} & textsf{Bemerkungen}\
  59. %hline
  60. 0
  61. &
  62. Allgemeines
  63. &
  64. Enthält Meta-Informationen zum Dossier
  65. \
  66. hline
  67. end{tabulary}
  68.  
  69. end{document}
  70.  
  71. _templates/latex.tex_t
  72. _templates/longtable.tex_t
  73. _templates/tabular.tex_t
  74. _templates/tabulary.tex_t
Add Comment
Please, Sign In to add comment