so i have a whole bunch of reactions that i want to align to the left of the page rather than in the center, now it looks like this:
.
I do still need the reactions to be numbered
So I would like it to look like this:
the code snippet:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[backend=biber,style=chem-acs]{biblatex}
\usepackage{amsmath}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[version=4]{mhchem}
\begin{document}
\begin{itemize}
\item The photo-excitation of CQ from ground state to singlet state
\begin{equation}
\ce{CQ <=>[kigs][kisg] CQ(s)^*}
\label{CQ excitation}
\end{equation}
\item The ISC from singlet CQ to triplet CQ
\begin{equation}
\ce{CQ(s)^* <=>[kist][kits] CQ(t)^*}
\label{CQ ISC}
\end{equation}
\end{itemize}
\end{document}
where [\kigs][\kisg] are the rates. I have already tried \begin{align} using & but this only aligns it to other reactions and not to the page


fleqnto your\documentclassoptions and\setlength{\mathindent}{0pt}afteramsmath– imnothere Jul 11 '19 at 15:08