Please, help me with finishing document with some physics formulas.
All what has to be done is to align by equal sign.
Please, see the pictures.
Code: Select all
\documentclass{article}
\usepackage[most]{tcolorbox}
\pagenumbering{gobble}
\begin{document}
\begin{equation*}
\bar {v} = \frac{s_{uk}}{t_{uk}}
\end{equation*}
\begin{equation*}
\left.\begin{aligned}
s_{uk} &= s_1 + s_2 \\
t_{uk} &= t_1 + t_2
\end{aligned}
\right\}
\quad \bar{v} = \frac{s_1 + s_2}{t_1+t_2}
\end{equation*}
\bigskip
\begin{equation*}
\left.\begin{aligned}
s_1 &= v_1 \cdot t_1 \\
s_2 &= v_2 \cdot t_2
\end{aligned}
\right\}
\quad t_{uk} \cdot \bar{v} = v_1 \cdot t_1 + v_2 \cdot t_2
\end{equation*}
\bigskip
\centerline{ \color[HTML]{DD0000}{\textbf{Current document}}}
\bigskip
%\centerline{ \color[HTML]{00BB00}{\textbf{Desired centered equations}}}
\end{document}
Darko
PS: Stefan, many thanks for explaining me about attachments - i did not see tab. Silly me
