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

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}
1.4     ! lira       14:     	[1.] First Item
        !            15: 
        !            16:     	[2.] Second Item
        !            17: 
        !            18:     	[3.] Third Item
1.3       felicia    19:     \end{minipage}
                     20:     \\ \hline
                     21: A & \begin{minipage}[t]{2.0in} 
1.4     ! lira       22: 	[A.] First Item
        !            23: 	
        !            24: 	[B.] Second Item
        !            25: 
        !            26: 	[C.] Third Item
1.3       felicia    27:     \end{minipage}
                     28:     \\ \hline
                     29: a & \begin{minipage}[t]{2.0in}
1.4     ! lira       30: 	[a.] First Item
        !            31: 	
        !            32: 	[b.] Second Item
        !            33: 	
        !            34: 	[c.] Third Item
1.3       felicia    35:     \end{minipage}
                     36:     \\ \hline
                     37: i & \begin{minipage}[t]{2.0in}
1.4     ! lira       38: 	[i.] First Item
        !            39: 
        !            40: 	[ii.] Second Item
        !            41: 
        !            42: 	[iii.] Third Item
1.3       felicia    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>