I have following code:
\documentclass[11pt,a4paper,headings=small]{scrartcl}
\usepackage{mathtools}
\usepackage{siunitx}
\begin{document}
\begin{align*}
F_S(p) = \frac{V}{(1+pT_1) \cdot (1+pT_2) \cdot (1+pT_3)}\\
V &= 5 &T_1 &= \SI{0,12}{\s} &T_2 &= \SI{0,25}{\s} &T_3 &= \SI{0,005} {\s}\\
\end{align*}
\end{document}
How can i get the first line centered, and the second tabbed but also centered? Is there a way to ignore the alignment?
Thanks :)








align*. i'd usegather*and just put\qquadbetween the segments on the second line. – barbara beeton 13 hours agoalignuse perhapsmultlineorgather– David Carlisle 13 hours ago