--- loncom/html/adm/help/tex/TEXtype_attribute.tex 2004/09/23 18:32:58 1.1 +++ loncom/html/adm/help/tex/TEXtype_attribute.tex 2013/07/05 18:30:40 1.4 @@ -3,38 +3,51 @@ \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|c|}\hline +\begin{tabular}{|c|l|}\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 +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} -\end{verbatim} \ No newline at end of file +\end{verbatim}