Dear People!
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
\usepackage[applemac]{inputenc}
in my header i used:
\def\inputGnumericTable{}
\usepackage{fullpage}
\usepackage{color}
\usepackage{array}
\usepackage{longtable}
\usepackage{calc}
\usepackage{multirow}
\usepackage{hhline}
\usepackage{ifthen}
and included it with:
\begin{table}[h]
\label{work_functions}
\input{work_functions_metal.tex}
\caption{Work functions of different metals, taken from\cite{lutz}}
\end{table}
THE PROBLEM:
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
\begin{table}
the table is posted in the end, but the text behaves the same way from that point on where the \input code stands...
Could somebody tell me what i'm doing wrong??
THANKS
Regards
Flo
Hilfe bei gnumeric in LaTeX einbinden...
- bloodworks
- Moderator
- Beiträge: 1425
- Registriert: Mo 19. Jan 2009, 10:52
- Wohnort: /dev/null
Howdy this is a german speaking board. You may consider one of the very good english speaking boards such as http://tex.stackexchange.com/ or http://www.latex-community.org/
Due to the fact that you are not a regular user you cannot edit your post. I will close this thread. You may open a new one in german which fits into our rule set (see below, esp. please use the CODE Button and Minimalbeispiel).
Due to the fact that you are not a regular user you cannot edit your post. I will close this thread. You may open a new one in german which fits into our rule set (see below, esp. please use the CODE Button and Minimalbeispiel).
[1] Nützliche Webdokumente für Anfänger und Fortgeschrittene
[2]Minimalbeispiel | [3]FAQ
[4]Regelwerk | [5] Knigge
Wenn nicht anderst angegeben ist mein System: texlive 2012, pdflatex, x86-64, Snow Leopard utd.
Angehöriger der Liga zur Verwendung von texdoc
texdoc mathmode koma l2picfaq l2tabu lshort-en
Achtung: Aufforderungen ein Minimalbeispiel oder mehr Erklärungen zu einer Frage zu liefern sind keine persönlichen Angriffe. Sie dienen viel mehr dazu die Kommunikation zwischen Fragendem und potentiellen Helfern zu erleichtern und zu präzisieren.
[2]Minimalbeispiel | [3]FAQ
[4]Regelwerk | [5] Knigge
Wenn nicht anderst angegeben ist mein System: texlive 2012, pdflatex, x86-64, Snow Leopard utd.
Angehöriger der Liga zur Verwendung von texdoc
texdoc mathmode koma l2picfaq l2tabu lshort-en
Achtung: Aufforderungen ein Minimalbeispiel oder mehr Erklärungen zu einer Frage zu liefern sind keine persönlichen Angriffe. Sie dienen viel mehr dazu die Kommunikation zwischen Fragendem und potentiellen Helfern zu erleichtern und zu präzisieren.