\label{TEXtype_attribute} \textbf{TeXtype} attribute is responsible for the definition of the type of LaTeX list environment used during printing of available options. Possible values of this attribute: \begin{center} \begin{tabular}{|c|c|}\hline value & example of list \\ \hline 1 & \renewcommand{\labelenumi}{\arabic{enumi}.} \begin{enumerate} \item \strut \item \strut \item \strut \end{enumerate} \\ \hline A & \renewcommand{\labelenumi}{\Alph{enumi}.} \begin{enumerate} \item \strut \item \strut \item \strut \end{enumerate} \\ \hline a & \renewcommand{\labelenumi}{\alph{enumi}.} \begin{enumerate} \item \strut \item \strut \item \strut \end{enumerate} \\ \hline i & \renewcommand{\labelenumi}{\roman{enumi}.} \begin{enumerate} \item \strut \item \strut \item \strut \end{enumerate} \\ \hline \end{tabular} \end{center} Examples: \begin{verbatim} \end{verbatim}