Guest User

Untitled

a guest
Jan 24th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. documentclass{scrartcl}
  2. usepackage{booktabs}
  3. usepackage{pgfplotstable}
  4. pgfplotstableset{
  5. every head row/.style={before row=toprule,after row=midrule},
  6. every last row/.style={after row=bottomrule}
  7. }
  8.  
  9. begin{document}
  10. begin{table}
  11. pgfplotstabletypeset[
  12. col sep=semicolon,string type,
  13. columns/col1/.style={column type=>{raggedright}p{.2textwidth}},
  14. columns/col2/.style={column type=>{raggedright}p{.2textwidth}},
  15. % columns/col2/.style={column type=p{.2textwidth}}
  16. ]
  17. {
  18. col1;col2
  19. long text with multiple lines;long text with multiple lines
  20. }
  21. end{table}
  22. end{document}
  23.  
  24. ! Misplaced noalign.
  25. midrule ->noalign
  26. {ifnum 0=`}fi @aboverulesep =aboverulesep global @...
  27. l.20 }
  28.  
  29. I expect to see noalign only after the cr of
  30. an alignment. Proceed, and I'll ignore this case.
Add Comment
Please, Sign In to add comment