I'm writing a thesis and want all equations to be left aligned but also commence from the exact same distance from the left margin. I desire a (perhaps) 1 inch gap between all my equations and the left margin.
At the moment, I do not know how to do this. The distance between the equation and the left margin is dependent on how long the equation is.
For example:
\documentclass[a4paper,11pt]{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
&\bf{\hat{\delta}}_\emph{ij} = 123 \\
&i \in \{1,2,...,N\}; j \in \{\textrm{(2.1),(2.2),(2.3)}\}
\end{align}
\begin{align}
&\bf{\hat{\delta}}_\emph{ij} = 123 \\
&i \in \{1,2,...,N\}; j \in \{\textrm{(2.1),(2.2),(2.3),(2.3),(2.3),(2.3)}\}
\end{align}
\end{document}
