Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{xcolor}
  3. usepackage{colortbl}
  4. begin{document}
  5. Workspar
  6. begin{tabular}{ll}
  7. rowcolor{red!20}%
  8. rowcolor{blue!20}%
  9. A & B
  10. end{tabular}
  11.  
  12. Doesn't workpar
  13. begin{tabular}{ll}
  14. rowcolor{red!20}%
  15. % Uncomment line below to get the unexpected behavior
  16. %input{mwe-bit.tex}
  17. end{tabular}
  18. end{document}
  19.  
  20. rowcolor{blue!20}%
  21. A & B
  22.  
  23. ! Misplaced noalign.
  24. rowcolor ->noalign
  25. {ifnum 0=`}fi global let CT@do@color CT@@do@color...
  26. l.1 rowcolor
  27. {blue!20}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement