{align} is an environment provided by math packages that permits multiple related equations to be aligned at a common reference point, usually a sign of relation. For general question about aligning document elements, use {horizontal-alignment} or {vertical-alignment} instead.
1
vote
2answers
87 views
Preserve spacing while using align with amsmath
While
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
& A \\
& = B
\end{align}
\end{document}
preserves the horizontal space after the equals sign,
...
1
vote
2answers
686 views
How can I use alignedat in subequations?
I have a set of equations inside a subequations environment. Update: I use a macro to generate long subsubscripts in \rm.
\newcommand{\foobar}{\rm foobar}
\begin{subequations}
\begin{alignat}{5}
...
1
vote
1answer
213 views
combine several align-environments
I want to combine several align-environments but reset the alignment at some point.
Esp., I want to combine these:
\begin{align*}
& \lim(\emptyset) = \ext(\emptyset), \lim(\Sigma^* a_1 \Sigma^* ...
0
votes
1answer
43 views
Custom glossary environment improvement
This is a followup question about the code provided by Nicola Talbot in this question: Automated generation of equation key
TL;DR: Defines new environment alignglos which can be used to wrap ...
0
votes
1answer
66 views
Issues aligning equations
I thought I was doing everything correctly, but clearly not. I want my equations (all whether I use \begin{flalign} or \begin{equation}) to be aligned each other (have the same indent), and then when ...
0
votes
0answers
58 views
Problem with the align environment [closed]
I have a problem with the align environment, this is what i write
\begin{align*}
\begin{split}
d(\C)&=\min_{\mbf{a}\neq \mbf{b}\in\C}\{ d(\mbf{a},\mbf{b})\}\\
&=\min_{\mbf{a}\neq ...