May I kindly ask how to split a long math in the body of a text in two lines? I already tried the previously-suggested approaches in this forum but non of them worked for me. I used $$ ... $$; its output was not satisfactory. I also used
\allowbreak{...} with \big\{ ...\big\} but it didn't work. I am using
\documentclass[journal]{IEEEtran} with the following related packages:
Code: Select all
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}Code: Select all
{a}_{2}=\big\{s,\cdots ,min\left ( m+100\times FF_{i}^{D}-1,\textup{Dispatch Interval }} \right ) \big\}$Thanks in advance.