Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tabularx}
  3. begin{document}
  4. noindent
  5. begin{tabularx}{linewidth}{ X | X }
  6. centering A & B \ hline
  7. 1.0 & 2.0 \
  8. end{tabularx}
  9. end{document}
  10.  
  11. documentclass{article}
  12. usepackage{tabularx}
  13. begin{document}
  14. noindent
  15. begin{tabularx}{linewidth}{ X | X }
  16. centering A & centering B \ hline
  17. 1.0 & 2.0 \
  18. end{tabularx}
  19. end{document}
  20.  
  21. ! Misplaced noalign.
  22. hline ->noalign
  23. {ifnum 0=`}fi hrule @height arrayrulewidth futurelet...
  24. l.8 end{tabularx}
  25.  
  26. ! Extra alignment tab has been changed to cr.
  27. <recently read> endtemplate
  28.  
  29. l.8 end{tabularx}
  30.  
  31. ! Misplaced noalign.
  32. hline ->noalign
  33. {ifnum 0=`}fi hrule @height arrayrulewidth futurelet...
  34. l.8 end{tabularx}
  35.  
  36. ! Extra alignment tab has been changed to cr.
  37. <recently read> endtemplate
  38.  
  39. l.8 end{tabularx}
  40.  
  41. ! Misplaced noalign.
  42. hline ->noalign
  43. {ifnum 0=`}fi hrule @height arrayrulewidth futurelet...
  44. l.8 end{tabularx}
  45.  
  46. ! Extra alignment tab has been changed to cr.
  47. <recently read> endtemplate
  48.  
  49. l.8 end{tabularx}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement