I have
\usepackage{romannum}
\usepackage{amsmath}
\usepackage{mathtools}
using
\begin{subequations}
\begin{align}
...
\end{align}
\end{subequations}
The code is shown below:
\documentclass{article}
\usepackage{romannum}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{fancyhdr}
\usepackage{geometry}
\geometry{legalpaper, portrait, margin=1.3in}
\usepackage{anyfontsize}
\usepackage{svg}
\usepackage{t1enc}
\pagestyle{fancy}
\fancyhf{}
\usepackage{amsmath}
\lhead{Small time solution from (15a,b)}
\rfoot{Page \thepage}
\usepackage[titletoc,toc]{appendix}
\usepackage{graphicx,amssymb,amstext}
\usepackage{graphicx}
%\usepackage[]{mcode}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{cleveref}
\usepackage{nameref}
\usepackage{cite}
\usepackage{enumerate}
\usepackage{amssymb}
\usepackage{mathtools} % new commands %
\newcommand \bprime {\backprime\hspace{-.11em} } % backstroke
\newcommand \xprime {\prime\hspace{-.25em}\backprime} % cross
\showoutput
\showboxdepth3
\titleformat{\section}
{\normalfont\Large\bfseries} % The style of the section title
{} % a prefix
{0pt} % How much space exists between the prefix and the title
{Section \thesection:\quad} % How the section is represented
% Starred variant
\titleformat{name=\section,numberless}
{\normalfont\Large\bfseries}
{}
{0pt}
{}
\begin{document}
\begin{subequations}
\begin{align}
h^{''} = \frac{1}{2} - \underbrace{\frac{\Big(h(T) + (1-b) \theta (T) \Big)^2}{4 A \sqrt{A \kappa}}}_\text{\Romannum{1}} \Big\{ \underbrace{\frac{(1 - C) \sqrt{\frac{\kappa}{A}}}{(1+(1-C)^2 \frac{\kappa}{A})}}_\text{\Romannum{2}}+ \underbrace{ \frac{C \sqrt{\frac{\kappa}{A}}}{(1+ C^2 \frac{\kappa}{A})}}_\text{\Romannum{3}} + \underbrace{ \arctan \Big(\frac{\sqrt{\frac{\kappa}{A}}}{1 - C (1-C) \frac{\kappa}{A}}\Big)}_\text{\Romannum{4}} \Big\} - M \hat g,
\\
\Gamma \theta^{''} = \frac{1}{2} \bigg( \frac{1}{2} - b - \underbrace{\Big(h(T) + (1-b) \theta (T) \Big)^2}_\text{\Romannum{5}} \bigg\{ -\frac{1}{2A \kappa} \bigg( \underbrace{\frac{1}{(1+ (1-C)^2 \frac{\kappa}{A})}}_\text{\Romannum{6}} - \underbrace{\frac{1}{(1+C^2 \frac{\kappa}{A})}}_\text{\Romannum{7}}\bigg)
\\
+ \underbrace{ \frac{(C-b)}{2 A \sqrt{A\kappa}}}_\text{\Romannum{8}} \Big\{ \underbrace{ \frac{(1 - C) \sqrt{\frac{\kappa}{A}}}{(1+(1-C)^2 \frac{\kappa}{A})}}_\text{\Romannum{9}} + \underbrace{ \frac{C \sqrt{\frac{\kappa}{A}}}{(1+ C^2 \frac{\kappa}{A})}}_\text{\Romannum{10}} + \underbrace{ \arctan \Big(\frac{\sqrt{\frac{\kappa}{A}}}{1 - C (1-C) \frac{\kappa}{A}}\Big) }_\text{\Romannum{11}}\Big\} \bigg\} \bigg) .
\end{align}
\end{subequations}
\\
\end{document}



\usepackage{romannum}package . – Meva Oct 01 '16 at 23:39(a), (b)tags for these two equations above. Equation numbering should be done automatically when compiling not manually. – Meva Oct 02 '16 at 01:53tikzmarkto add the braces. That way you can separate the drawing from the content. Examples include: Underbrace under sqrt content, How avoid that the Underbrace Outside the delimiters $| |$ appear inside the delimiters and Using \underbrace with table columns. – Peter Grill Oct 02 '16 at 02:32