Guest User

Untitled

a guest
Dec 21st, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1.  
  2. \documentclass[border=5mm]{standalone}
  3. \usepackage{tabularx,siunitx,multicol,ragged2e}
  4. \usepackage[table]{xcolor}
  5.  
  6.  
  7. \newcolumntype{Y}{>{\Centering}X}
  8. \newcolumntype{L}{>{\RaggedRight}X}
  9. \newcolumntype{R}{>{\RaggedLeft}X}
  10.  
  11. \begin{document}
  12. \setlength{\tabcolsep}{0pt}
  13. \rowcolors{2}{gray!20}{}
  14. \begin{tabularx}{1\linewidth}{
  15. >{\hsize=1.3\hsize}L@{\hspace{5ex}}
  16. >{\hsize=0.7\hsize}L
  17. S[table-format=3.1, round-precision=1, table-column-width = 0.2\linewidth, table-number-alignment=right, table-space-text-post=\hspace{1ex}]
  18. s[table-unit-alignment = left, table-column-width = 0.2\linewidth]
  19. }
  20. Parameter & Symbol & \multicolumn{2}{c}{Value}\\
  21. Inertia Inertia Inertia Inertia Inertia Inertia Inertia Inertia Inertia Inertia Inertia Inertia Inertia Inertia Inertia & $J_M$ & 0.6 & \kilogram\m\squared\\
  22. Inertia & $J_M$ & 0.6 & \kilogram\m\squared\\
  23. Inertia & $J_M$ & 0 & \kilogram\m\squared\\
  24. \end{tabularx}
  25. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment