File:  [LON-CAPA] / loncom / html / adm / help / tex / TEXtype_attribute.tex
Revision 1.1: download - view: text, annotated - select for diffs
Thu Sep 23 18:32:58 2004 UTC (19 years, 10 months ago) by sakharuk
Branches: MAIN
CVS tags: HEAD
Added file with explanation of TeXtypr attribute in <optionresponse> tag.

\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}
<radiobuttonresponse TeXtype="1">
<radiobuttonresponse TeXtype="A">
\end{verbatim}

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