Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. documentclass[12pt]{scrreprt}
  2. usepackage[a4paper, includehead, left=3.5cm, right=1.7cm, top=2.5cm, bottom=2.0cm]{geometry}
  3.  
  4. usepackage[no-math]{fontspec}
  5. setmainfont{Arial}
  6.  
  7.  
  8.  
  9. usepackage[ngerman]{babel}
  10. usepackage{array,booktabs,amsmath}
  11.  
  12. usepackage[]{siunitx}
  13. sisetup{load-configurations = abbreviations}
  14. sisetup{locale = DE,group-separator={.}}
  15. sisetup{per-mode=symbol}
  16. sisetup{detect-all}
  17.  
  18. begin{document}
  19.  
  20.  
  21.  
  22. begin{align*}
  23. t_a & = frac{v}{a} & h_a & = frac{1}{2} times a times {t_a}^2 \
  24. h_v & = h_t - h_a - h_r & t_v & = frac{h_v}{v} \
  25. t_t & = 2 times (t_a + t_v + t_r + t_d) & &
  26. intertext{Some Text}
  27. t_a & = frac{SI{6}{metrepersecond}}{SI{0,6}{metrepersecondsquared}} & h_a & = frac{1}{2} times SI{6}{metrepersecondsquared} times {SI{10}{s}}² \
  28. & = SI{10}{s} & & = SI{30}{m} \[1ex]
  29. t_v & = frac{SI{240}{m}}{SI{6}{metrepersecond}} & h_v & = SI{300}{m} - SI{30}{m} - SI{30}{m} \
  30. & = SI{40}{s} & & = SI{240}{m} \[1ex]
  31. t_t & = 2 times (SI{10}{s} + SI{40}{s} + SI{8}{s} + SI{120}{s}) \
  32. & = SI{356}{s}
  33. end{align*}
  34.  
  35.  
  36. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement