Code: Select all
\documentclass[12pt,a4paper]{article}
\usepackage{enumitem}
\begin{document}
\begin{enumerate}[labelindent=\parindent,leftmargin=*,itemindent=\parindent,fullwidth]
\item aasasasasasasasasa
\begin{enumerate}[label=(\alph*),leftmargin=*,labelwidth=17pt,itemindent=18pt]
\item Device Driver on the host.
\item Calibration, Applications and Monitoring tools are provided ankush ankush ankush.
\item Baseband software contains:-
\begin{enumerate}[label=(\roman*),listparindent=5pt,itemindent=20pt,align=left]
\item Scheduler.
\item Medium Access Controller and Physical, Radio Frequency Driver and Host Interface.
\end{enumerate}
\end{enumerate}
\end{enumerate}
\end{document}