Annotation of loncom/html/adm/help/tex/TEXtype_attribute.tex, revision 1.3

1.1       sakharuk    1: \label{TEXtype_attribute}
                      2: 
                      3: \textbf{TeXtype} attribute is responsible for the definition of the type of 
                      4: LaTeX list environment used during printing of available options. Possible
                      5: values of this attribute:
1.3     ! felicia     6: 
        !             7: \textbf{TeXtype} attribute is responsible for the definition of the type of
        !             8: LaTeX list environment used during printing of available options. Possible
        !             9: values of this attribute:
1.1       sakharuk   10: \begin{center}
1.2       sakharuk   11: \begin{tabular}{|c|l|}\hline
1.1       sakharuk   12: value & example of list \\ \hline
1.3     ! felicia    13: 1 & \begin{minipage}[t]{2.0in}
        !            14:     	\begin{enumerate}
        !            15:     	\item [1.] First Item
        !            16:     	\item [2.] Second Item
        !            17:     	\item [3.] Third Item
        !            18:     	\end{enumerate}
        !            19:     \end{minipage}
        !            20:     \\ \hline
        !            21: A & \begin{minipage}[t]{2.0in} 
        !            22: 	\begin{enumerate}
        !            23: 	\item [A.] First Item
        !            24: 	\item [B.] Second Item
        !            25: 	\item [C.] Third Item
        !            26:         \end{enumerate}
        !            27:     \end{minipage}
        !            28:     \\ \hline
        !            29: a & \begin{minipage}[t]{2.0in}
        !            30: 	\begin{enumerate}
        !            31: 	\item [a.] First Item
        !            32: 	\item [b.] Second Item
        !            33: 	\item [c.] Third Item
        !            34:         \end{enumerate}
        !            35:     \end{minipage}
        !            36:     \\ \hline
        !            37: i & \begin{minipage}[t]{2.0in}
        !            38: 	\begin{enumerate}
        !            39: 	\item [i.] First Item
        !            40: 	\item [ii.] Second Item
        !            41: 	\item [iii.] Third Item
        !            42:         \end{enumerate}
        !            43:     \end{minipage}
        !            44:     \\ \hline
1.1       sakharuk   45: \end{tabular}
                     46: \end{center}
                     47: 
1.3     ! felicia    48:  
1.1       sakharuk   49: Examples:
                     50: \begin{verbatim}
                     51: <radiobuttonresponse TeXtype="1">
                     52: <radiobuttonresponse TeXtype="A">
1.3     ! felicia    53: \end{verbatim}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>