Problems with itemize in tabular and footnotesAdd tags
10 posts
• Page 1 of 1
Problems with itemize in tabular and footnotesHi,
I have to quick questions: 1. Here the source code of a table I am trying to create:
As you see, I want to have a heading, than two heading for the two columns and than a bullet list in every column. However, I get the messeage: "! Latex error: Something's wrong--perhaps a missing \item". Any ideas why this happens? 2. To produce footnotes, I just use the \footnote{} command right after the word(e.g. dog\footnote{a black one}). However, in the compiles version, the footnotes appear, in my opinion, too close to the words with no space between the last letter of the word and the number of the footnote. Why is that? Thank you very much
Re: Problems with itemize in tabular and footnotesHi,
1. you could use \parbox or minipages or just p-columns:
2. In my opinion the spacing is ok (without additional space), test the other case how it would look like with space:
Stefan LaTeX Community Administrator
Re: Problems with itemize in tabular and footnotesHello,
As far as I know you can't have itemize environment inside a tabular one. You need to number it by hand. Where's an example Best regards
Re: Problems with itemize in tabular and footnotes
Of course you can. In the post immediately before yours, Stefan_K explained how it is possible to use the list-like environments inside a tabular:
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: Problems with itemize in tabular and footnotesHello everybody,
Thanks, Stephan_K, probably the \parbox and minipage are exactly what I need. The funny thing is the following works:
bxi and exi are \begin{itemize} with a modified interitem space. However, I just don't understand what's make this example work and the other not. The only difference I see is that there I use \begin{small}. Gmedina, I thought about the method that you suggest. The problem with it, however, is that this way there is too much space between the single items and I should modify it manually, which, of course, makes the whole thing pointless - if I should do something manually, than better just put $\bullet$ in front of every line. But thanks again all of you for the advices. Cheers, Alex
Re: Problems with itemize in tabular and footnotes
Hi avp3000, You can control this space automatically:
You can even use the enumitem package to further easily customise your list-like environments.
You are using the X specifier provided by tabularx package. Internally, after some calculations, this will be traduced as p{some value}, and as shown before, this allows using list-like environments. In the code in your first post you used the l specifier for the column format and this specifier (as c or r) does not allow the use of those list-like environments. 1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: Problems with itemize in tabular and footnotesTo enumerate and to label what your you want in an environment to tabulate, longtable .... it(he,she) looks at this link ... where a new environment of enumeration develops .... I believe that it is for what you look.....
http://newsgroups.derkeiler.com/Archive/Comp/comp.text.tex/2008-02/msg00630.html
Re: Problems with itemize in tabular and footnotesHi all,
I found out why sometimes it works and sometimes not: The following code works:
while this does not:
The only difference is \begin{tabular}{|c|p{5cm}|p{5cm}|} and \begin{tabular}{|c|c|p{5cm}|}. If you put p{..} on the column with the items it works whereas the c option seems to crash. Why? I have no idea Jarod.
Re: Problems with itemize in tabular and footnotes
Did you even bother to read the answer I gave two replies before your post? 1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: Problems with itemize in tabular and footnotes
Oops, sorry I actually oversaw your last sentence.
10 posts
• Page 1 of 1
Who is onlineUsers browsing this forum: No registered users and 15 guests |





