Hopefully I'm at the right place with the request for some help. if not, sorry, please tell me where to post my problem!
I have the following problem: I wrote a table in gumeric, saved it as *.tex for including it to my LaTeX file.
Some maybe helpful informations: i use a mac with OSX 10.6, TexShop, and
Code: Select all
\usepackage[applemac]{inputenc}
Code: Select all
\def\inputGnumericTable{}
\usepackage{fullpage}
\usepackage{color}
\usepackage{array}
\usepackage{longtable}
\usepackage{calc}
\usepackage{multirow}
\usepackage{hhline}
\usepackage{ifthen}
Code: Select all
\begin{table}[h]
\label{work_functions}
\input{work_functions_metal.tex}
\caption{Work functions of different metals, taken from\cite{lutz}}
\end{table}
I can see the table properly,
BUT
after the table, the whole text (in my .pdf) is written over the rest of the page (where the footer is supposed to be, but no text) and vanishes somewhere in nirvana, the following pages disappear...
if i use
Code: Select all
\begin{table}[p]
Could somebody tell me what i'm doing wrong??
THANKS
Regards
Flo