I have to quick questions:
1. Here the source code of a table I am trying to create:
Code: Select all
\begin{table}\begin{tabular}{|l|l|}\hline\multicolumn{2}{c}{\textbf{Alternative Climate-Policy Approaches}}\\\hline\begin{itemize}\item carbon taxes\item carbon quotas\end{itemize}&\begin{itemize}\item subsidies to R\&D in low-carbon technologies\item public-sector R\&D in low-carbon technologies\end{itemize}\\\hline\end{tabular}\end{table}
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
