Guest User

Untitled

a guest
Dec 13th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{todonotes}
  4. usepackage{tabularx}
  5. usepackage{array}
  6. usepackage{arydshln}
  7.  
  8. begin{document}
  9. begin{tabular}{l l l }
  10. A & B & C
  11. end{tabular}
  12.  
  13. begin{tabularx}{textwidth}{l X X}
  14. A & B & C
  15. end{tabularx}
  16.  
  17. end{document}
Add Comment
Please, Sign In to add comment