[texhax] [SOLVED] Problems with itemize in a table
Darío
darioslc at openmailbox.org
Tue Mar 24 01:44:54 CET 2015
El 2015-03-23 21:29, Herbert Schulz escribió:
>> On Mar 23, 2015, at 6:55 PM, Darío <darioslc at openmailbox.org> wrote:
>>
>> Hello everybody!
>> I am working in a class article, and I need do a table. In them, I
>> want use the command "itemize", but then I compile, jump this error:
>>
>> ! LaTeX Error: Something's wrong--perhaps a missing \item.
>>
>> See the LaTeX manual or LaTeX Companion for explanation.
>> Type H <return> for immediate help.
>> ...
>>
>> l.132 \end{itemize}
>>
>> and the source it is (a part like example):
>>
>> \begin{table}[H]
>> \centering
>> \begin{tabular}{|l|l|}
>> \hline
>> \text{Temas} & \text{Objetivos espec\'ificos}\\
>> \hline
>> \text{Clase 1: Introducci\'on al movimiento. Sistemas de referencia.
>> Velocidad.} & \text{Que las/os estudiantes:}
>> \begin{itemize}
>> \item puedan discernir entre los posibles movimientos, y qu\'e define
>> el movimiento en s\'i a trav\'es de los sistemas referenciales
>> \item adquieran la noci\'on de velocidad, para la identificaci\'on de
>> gr\'aficos $d(t)$
>> \end{itemize}
>> \\
>> \hline
>> \end{tabular}
>> \end{table}
>>
>> I haven't idea about this error, I found but don't look simil
>> situation. I see this error in other cases but no in itemize in
>> tabular or table environment
>>
>> I tried using array, tabular*, but don't work, or maybe I wrote bad
>> the sources.
>>
>> Thanks a lot!
>> Darío
>
> Howdy,
>
> I guess that the itemize environment should be in a paragraph
> environment so you'd need to use |l|p{some width}| at least for that
> line.
>
> Good Luck,
>
> Herb Schulz
> (herbs at wideopenwest dot com)
Yes!!!!!
Thanks a lot Herb!! my head it was smoking thinking about this, i
haven't idea.
Solved fully
Almost I use the environment paralist, but it is don't like
Thanks again!
Darío
More information about the texhax
mailing list