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, 1 month ago) by lira
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_5_msu, 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

    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:
    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:
   10: \begin{center}
   11: \begin{tabular}{|c|l|}\hline
   12: value & example of list \\ \hline
   13: 1 & \begin{minipage}[t]{2.0in}
   14:     	[1.] First Item
   15: 
   16:     	[2.] Second Item
   17: 
   18:     	[3.] Third Item
   19:     \end{minipage}
   20:     \\ \hline
   21: A & \begin{minipage}[t]{2.0in} 
   22: 	[A.] First Item
   23: 	
   24: 	[B.] Second Item
   25: 
   26: 	[C.] Third Item
   27:     \end{minipage}
   28:     \\ \hline
   29: a & \begin{minipage}[t]{2.0in}
   30: 	[a.] First Item
   31: 	
   32: 	[b.] Second Item
   33: 	
   34: 	[c.] Third Item
   35:     \end{minipage}
   36:     \\ \hline
   37: i & \begin{minipage}[t]{2.0in}
   38: 	[i.] First Item
   39: 
   40: 	[ii.] Second Item
   41: 
   42: 	[iii.] Third Item
   43:     \end{minipage}
   44:     \\ \hline
   45: \end{tabular}
   46: \end{center}
   47: 
   48:  
   49: Examples:
   50: \begin{verbatim}
   51: <radiobuttonresponse TeXtype="1">
   52: <radiobuttonresponse TeXtype="A">
   53: \end{verbatim}

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