Questions tagged [amsmath]

Anything related to the `amsmath` LaTeX package. This tag is here for historical reasons. DO NOT post LaTeX related questions on SO unless they are programming questions considered off-topic on tex.stackexchange.com (the SE site for TeX and LaTeX related questions).

Anything related to the amsmath LaTeX package.

This tag is here for historical reasons. DO NOT post LaTeX related questions on SO unless they are programming questions considered off-topic on tex.stackexchange.com (the SE site for TeX and LaTeX related questions).

17 questions
0
votes
1 answer

How to fix this align environment a bit neater?

I'm writing a description of how recursive functions are applied within lists using the align environment from amsmath in LaTeX. Here's the code: \begin{align*} & \reduce (+, 0, & [1, 2, 3, 4]) \\ = & \reduce (+, 0 + 1, …
mike3996
  • 17,047
  • 9
  • 64
  • 80
0
votes
1 answer

Latex Math Equation Input

I am having issues inserting math equations into my Latex paper. This is my current equation \begin{equation} \beta = \frac{…
1
2