File:  [LON-CAPA] / loncom / html / adm / help / tex / TEXtype_attribute.tex
Revision 1.4: download - view: text, annotated - select for diffs
Fri Jul 5 18:30:40 2013 UTC (11 years ago) by lira
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0, HEAD
cleanup and formatting with a few clarifications

\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:

\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|l|}\hline
value & example of list \\ \hline
1 & \begin{minipage}[t]{2.0in}
    	[1.] First Item

    	[2.] Second Item

    	[3.] Third Item
    \end{minipage}
    \\ \hline
A & \begin{minipage}[t]{2.0in} 
	[A.] First Item
	
	[B.] Second Item

	[C.] Third Item
    \end{minipage}
    \\ \hline
a & \begin{minipage}[t]{2.0in}
	[a.] First Item
	
	[b.] Second Item
	
	[c.] Third Item
    \end{minipage}
    \\ \hline
i & \begin{minipage}[t]{2.0in}
	[i.] First Item

	[ii.] Second Item

	[iii.] Third Item
    \end{minipage}
    \\ \hline
\end{tabular}
\end{center}

 
Examples:
\begin{verbatim}
<radiobuttonresponse TeXtype="1">
<radiobuttonresponse TeXtype="A">
\end{verbatim}

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