Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit fcf9e778 authored by adelmann's avatar adelmann :reminder_ribbon:
Browse files

remove ) and add \text

parent 35f1ab25
No related branches found
No related tags found
No related merge requests found
...@@ -1100,9 +1100,9 @@ emitted particle’s momentum in a random way: ...@@ -1100,9 +1100,9 @@ emitted particle’s momentum in a random way:
++++ ++++
\begin{aligned} \begin{aligned}
p_{total} &= \sqrt{\left(\frac{\mathrm{EKIN}}{mc^{2}} + 1\right)^{2} - 1} \\ p_{total} &= \sqrt{\left(\frac{\mathrm{EKIN}}{mc^{2}} + 1\right)^{2} - 1} \\
p_{x} &= p_{total} \sin(\phi) \cos(\theta)) \\ p_{x} &= p_\text{total} \sin(\phi) \cos(\theta) \\
p_{y} &= p_{total} \sin(\phi) \sin(\theta)) \\ p_{y} &= p_\text{total} \sin(\phi) \sin(\theta) \\
p_{z} &= p_{total} |{\cos(\theta)}| p_{z} &= p_\text{total} |{\cos(\theta)}|
\end{aligned} \end{aligned}
++++ ++++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment