% the counter of post restarts at every new section. \newtheorem{post}{Postulate}[section]
% assp created, its counter will reset every time using a new post \newtheorem{assp}{Assumption}[post]
% dfnt created, it uses the same counter as post. \newtheorem{dfnt}[post]{Definition}
% set the styling for the numbered environment defined right below it. % Theorem styles: definition, plain, remark. \theoremstyle{definition} \newtheorem{thrm}{Theorem}
\begin{equation} D_{it} = \begin{cases} 1 &\text{if bank $i$ issues ABs at time $t$}\\ 2 &\text{if bank $i$ issues CBs at time $t$}\\ 0 &\text{otherwise} \end{cases} \end{equation}
Matrix in text
1 2 3 4 5 6 7 8
% a, b in the first row, c, d the second. $\mathbf{A} = \begin{bmatrix} a & b \\ c & d \end{bmatrix}$
% other options for replacing 'bmatrix' % matrix, pmatrix, vmatrix, Vmatrix