Ich schreibe momentan meine Masterarbeit auf Englisch und benutze dafür TeXnicCenter 2.0 Beta 2. Wenn ich die Datei kompiliere, sofern meine longtables nicht auskommentiert sind, bekomme ich folgende Fehlermeldung:
! Argument of ^ has an extra }.
<inserted text>
\par
l.37 \end{longtable}
Runaway argument?
! Paragraph ended before ^ was complete.
<to be read again>
\par
l.37 \end{longtable}
Die Zeilenangabe ist anders, weil ich das Minimalbeispiel für hier zusammenkopiert hab. Die Fehlermeldungen treten so auch für alle anderen longtables auf, die ich in meinem Dokument habe. Ich finde allerdings nirgendwo im Code ein "^". Für Hilfe wäre ich wirklich dankbar!
\documentclass[12pt,twoside]{scrreprt} \usepackage{graphicx} \usepackage[utf8]{inputenc} \usepackage[english]{babel} \usepackage{amsmath} \usepackage{xcolor} \usepackage{chemsym} \usepackage{upgreek} \usepackage{siunitx} \usepackage{longtable} \setlength{\emergencystretch}{4em} \usepackage{multirow} \usepackage{chemarr} \DeclareSIUnit{\molar}{M} \DeclareSIUnit{\rpm}{rpm} \DeclareSIUnit{\cells}{cells} \usepackage[sc]{mathpazo} \linespread{1.5} \usepackage[T1]{fontenc} \setkomafont{chapter}{\Large\normalfont\bfseries} \setkomafont{section}{\large\normalfont\bfseries} \setkomafont{subsection}{\large\normalfont} \setkomafont{caption}{\small\normalfont} \usepackage{scrpage2} \usepackage{chngcntr} \usepackage{hyperref} \addto\extrasenglish{\def\figureautorefname{Fig.}} \counterwithout{figure}{chapter} \counterwithout{table}{chapter} \definecolor{gray}{gray}{0.5} \setlength{\fboxrule}{0.05cm} \begin{document} \chapter{Materials} \thispagestyle{scrheadings} \section{Laboratory Equipment} Machines and supplies given in Table \ref{Tab:LaboratoryEquipment} were exerted in this work. \begin{longtable}[h]{p{7.5cm}|p{7.4cm}} \caption{Laboratory Equipment}\\ \label{Tab:LaboratoryEquipment}\\ Model & Company\\ \hline Beckman Coulter-Counter Z2 & Beckman Coulter, Fullerton, USA\\ CO2-Inkubator HeraCell 150 & Thermo Scientific, Logan, USA\\ C24 Inkubator Shaker & New Brunswick Scientific, Edison, USA\\ DNA Engine Thermocycler & BioRad, Hercules, USA\\ Microplate Reader Sunrise & Tecan, M\"annedorf, Swiss\\ Entwicklermaschine Curix 60 & Agfa, Cologne, Germany\\ Eppendorf Centrifuge 5810R & Eppendorf, Wesseling-Berzdorf, Germany\\ Eppendorf Centrifuge 5415D & Eppendorf, Wesseling-Berzdorf, Germany\\ Gene Pulser XCell + Shock Pod & BioRad, Hercules, USA\\ GelDoc 2000 & BioRad, Hercules, USA\\ Hybridisierungsofen Minidizer HB-500 & UVP, Upland, USA\\ Inkubator Innova 4200 & New Brunswick Scientific, Edison, USA\\ Inverses Lichtmikroskop ID03 & Carl Zeiss, Oberkochen, Germany\\ Mini-Protean 3 Electrophoresis & BioRad, Hercules, California, USA\\ Multifuge 1S-R & Kendro, Langenselbold, Germany\\ NanoDrop Spectrophotometer ND-1000 & Nanodrop, Wilmingon, USA\\ Odyssey & LI-COR, Lincoln, Nebraska, USA\\ pH-Meter MP220 & Mettler Toledo, Giessen, Germany\\ Sterilbank Thermo HeraSafe & Kendro, Langenselbold, Germany\\ Mx3000P Multiplex Quantitative PCR System & Stratagene Europe, Amsterdam, Netherlands\\ Sub-Cell GT Agarose Gel Electrophoresis System & BioRad, Hercules, California, USA\\ Trans-Blot SD Semi-Dry Electrophoretic Transfer Cell & BioRad, Hercules, California, USA\\ UV-Transilluminator TFX-20.M & Vilber Lourmat, Paris, France\\ \end{longtable} \end{document}