PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Probleme mit Abbildungsverzeichnis



Löwe
12-09-2007, 17:28
Ich schreibe gerade meine Diplomarbeit und habe ein Problem mit der Erstelllung des Abbildungsverzeichnisses in LAtex. Mein Hauptdokument sieht folgendermaßen aus:

\documentclass[headsepline,12pt,a4paper,bibtotoc,liststotoc]{scrreprt}
\usepackage{scrpage2}
\usepackage[T1]{fontenc}
\usepackage{german}
\usepackage[german]{varioref}
\usepackage{graphicx}
\usepackage{xr}
\usepackage{setspace}
\usepackage{amsmath}
\usepackage[latin1]{inputenc}
\usepackage[pdftex,a4paper,bookmarks,bookmarksopen=true,bookma rksnumbered=true,colorlinks,linkcolor=blue,urlcolo r=blue]{hyperref}
\pagestyle{scrheadings}
\clearscrheadfoot
\ohead{\pagemark}
\begin{document}
\addtokomafont{caption}{\sffamily}
\setkomafont{captionlabel}{\sffamily}
\setkomafont{pagehead}{\sffamily}
\setkomafont{pagenumber}{\sffamily}
\setcounter{secnumdepth}{3}
\sffamily
\onehalfspacing
\makeatletter
\renewcommand*{\maketag@@@}[1]{\hbox{\m@th\sffamily\bfseries#1}}
\makeatother

\include{Deckblatt}
\include{Erklaerung}

\tableofcontents
\listoffigures
\listoftables
\include{Einleitung}
\include{MaterialMethoden}
\include{Ergebnisse}
\include{Diskussion}
\include{Zusammenfassung}
\include{Literatur}
\include{Anhaenge}
\end{document}


Wenn ich die Zeile \listoffigures auskommentieren funktiert es einwandfrei, sobald der Befehl aber aktiv ist (so wie im Beispiel) ist nach der ersten Umwandlung schluß :confused:.

Ich wäre dankbar, wenn mir jemand weiterhelfen könnte.

sommerfee
12-09-2007, 18:08
Bei mir klappt das. Ich schlage zwei mögliche Wege vor, um das Problem zu lösen:

1. Du machst aus dem Beispiel ein Minimalbeispiel, um den Schuldigen einzukreisen. Siehe auch http://www.minimalbeispiel.de

2. Du packst ein \listfiles in dein Dokument und vergleichst anschließend deine Versionsnummern mit meinen, die da sind:


*File List*
scrreprt.cls 2007/03/07 v2.97a KOMA-Script document class (report)
scrkbase.sty 2007/03/07 v2.97a KOMA-Script package (basics and keyval use)
keyval.sty 1999/03/16 v1.13 key=value parser (DPC)
scrlfile.sty 2007/03/07 v2.97a KOMA-Script package (loading files)
size12.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
typearea.sty 2007/03/07 v2.97a KOMA-Script package (type area)
scrpage2.sty 2006/03/29 v2.2c LaTeX2e KOMA-Script package
fontenc.sty
t1enc.def 2005/09/27 v1.99g Standard LaTeX file
german.sty 1998/07/08 v2.5e Support for writing german texts (br)
varioref.sty 2006/05/13 v1.4p package for extended references (FMi)
graphicx.sty 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)
trig.sty 1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
pdftex.def 2007/06/12 v0.04h Graphics/color for pdfTeX
xr.sty 1994/05/28 v5.02 eXternal References (DPC)
setspace.sty 2000/12/01 6.7 Contributed and Supported LaTeX2e package
amsmath.sty 2000/07/18 v2.13 AMS math features
amstext.sty 2000/06/29 v2.01
amsgen.sty 1999/11/30 v2.0
amsbsy.sty 1999/11/29 v1.2d
amsopn.sty 1999/12/14 v2.01 operator names
inputenc.sty 2006/05/05 v1.1b Input encoding file
latin1.def 2006/05/05 v1.1b Input encoding file
hyperref.sty 2007/06/14 v6.76i Hypertext links for LaTeX
hycolor.sty 2007/04/11 v1.1 Code for color options of hyperref/bookmark (HO
)
pd1enc.def 2007/06/14 v6.76i Hyperref: PDFDocEncoding definition (HO)
etexcmds.sty 2007/05/06 v1.0 Providing prefix for e-TeX command names (HO)
infwarerr.sty 2007/06/14 v1.1 Providing info/warning/message (HO)
hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
kvoptions.sty 2007/06/11 v2.7 Connects package keyval with LaTeX options (HO
)
url.sty 2005/06/27 ver 3.2 Verb mode for urls, etc.
hpdftex.def 2007/06/14 v6.76i Hyperref driver for pdfTeX
supp-pdf.tex
color.sty 2005/11/14 v1.0j Standard LaTeX Color (DPC)
color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
nameref.sty 2007/05/29 v2.31 Cross-referencing by name of section
refcount.sty 2006/02/20 v3.0 Data extraction from references (HO)
test.out
test.out
t1cmss.fd 1999/05/25 v2.5h Standard LaTeX font definitions
***********


Gruß,
Axel

Löwe
13-09-2007, 08:51
Vielen Dank. Der Tipp mit dem Minimalbeispiel war Gold wert.
Der "Übeltäter" war ein erzwungener Absatz in der Bildunterschrift, hat sich beim umwandeln des Teildokuments nie bemerkbar gemacht.

Nochmals vielen Dank für die prompte Hilfe. :):):):):)

Gruß Till