Luna84
02-07-2010, 07:04
Guten Morgen!
Bei der Erstellung meiner Diplomarbeit krieg ich einfach 4 Fehler nicht los. Ich verwende eine Vorlage, in der statt scrreport eine andere Klasse definiert ist.
Außerdem bekomme ich etliche Warnungen aufgrund von verwendeter packages, wo eine neuere Version verlangt wird, aber anscheinend nur eine alte zur Verfügung steht (obwohl ich schon package-updates gemacht habe).
Die Log-Datei ist angehängt. Die Fehler im speziellen lauten:
LaTeX Warning: You have requested, on input line 3566, version
`2009/07/21' of package kvoptions,
but only version
`2007/10/18 v3.0 Keyval support for LaTeX options (HO)'
is available.
! Undefined control sequence.
l.3568 \DeclareLocalOptions
{%
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.3569 a
4paper,a5paper,b5paper,letterpaper,legalpaper,exec utivepaper%
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
Package hyperref Warning: Option `a4paper' is no longer used.
LaTeX Warning: You have requested, on input line 76, version
`2010/02/22' of package kvoptions,
but only version
`2007/10/18 v3.0 Keyval support for LaTeX options (HO)'
is available.
! Undefined control sequence.
l.99 \ProcessLocalKeyvalOptions
*
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! LaTeX Error: Missing \begin{document}.
Das Problem ist jetzt, dass VOR der eigentlichen ersten Seite (Titelseite) zwei Seiten erzeugt werden; die kann ich natürlich im Nachhinein löschen, aber die Nummerierung beginnt dann natürlich mit Seite (iii) statt mit (i).
Viell. kann mir ja noch jmd. helfen. Irgendwie hat es wohl mit dem kvoptions-package zu tun. Kenne mich da aber nicht aus.
Hier noch ein Minimalbeispiel
\ifx\Options\undefined\def\Options{}\fi
\documentclass[ngerman,a4paper,12pt,twoside\Options]{lfb3report} %,twoside vor \Options!
\usepackage{makeidx}
\makeindex
\usepackage{nomencl}
\makenomenclature
\includeonly{title}
\begin{document}
% *** Deckblatt, Kurzref. Inhaltsverzeichnis, Symbolverzeichnis, usw. ***
\pagenumbering{roman}
\include{title}
% *** Sicherstellen, dass arabic erst auf nächster Seite gilt ***
\clearpage
\pagenumbering{arabic}
% *** Literaturverzeichnis anlegen ***
\include{bibliogr}
% *** Index ***
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Index}
\printindex
\end{document}
Wär super klasse, wenn mir jemand weiterhelfen könnte.
Bei der Erstellung meiner Diplomarbeit krieg ich einfach 4 Fehler nicht los. Ich verwende eine Vorlage, in der statt scrreport eine andere Klasse definiert ist.
Außerdem bekomme ich etliche Warnungen aufgrund von verwendeter packages, wo eine neuere Version verlangt wird, aber anscheinend nur eine alte zur Verfügung steht (obwohl ich schon package-updates gemacht habe).
Die Log-Datei ist angehängt. Die Fehler im speziellen lauten:
LaTeX Warning: You have requested, on input line 3566, version
`2009/07/21' of package kvoptions,
but only version
`2007/10/18 v3.0 Keyval support for LaTeX options (HO)'
is available.
! Undefined control sequence.
l.3568 \DeclareLocalOptions
{%
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.3569 a
4paper,a5paper,b5paper,letterpaper,legalpaper,exec utivepaper%
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
Package hyperref Warning: Option `a4paper' is no longer used.
LaTeX Warning: You have requested, on input line 76, version
`2010/02/22' of package kvoptions,
but only version
`2007/10/18 v3.0 Keyval support for LaTeX options (HO)'
is available.
! Undefined control sequence.
l.99 \ProcessLocalKeyvalOptions
*
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! LaTeX Error: Missing \begin{document}.
Das Problem ist jetzt, dass VOR der eigentlichen ersten Seite (Titelseite) zwei Seiten erzeugt werden; die kann ich natürlich im Nachhinein löschen, aber die Nummerierung beginnt dann natürlich mit Seite (iii) statt mit (i).
Viell. kann mir ja noch jmd. helfen. Irgendwie hat es wohl mit dem kvoptions-package zu tun. Kenne mich da aber nicht aus.
Hier noch ein Minimalbeispiel
\ifx\Options\undefined\def\Options{}\fi
\documentclass[ngerman,a4paper,12pt,twoside\Options]{lfb3report} %,twoside vor \Options!
\usepackage{makeidx}
\makeindex
\usepackage{nomencl}
\makenomenclature
\includeonly{title}
\begin{document}
% *** Deckblatt, Kurzref. Inhaltsverzeichnis, Symbolverzeichnis, usw. ***
\pagenumbering{roman}
\include{title}
% *** Sicherstellen, dass arabic erst auf nächster Seite gilt ***
\clearpage
\pagenumbering{arabic}
% *** Literaturverzeichnis anlegen ***
\include{bibliogr}
% *** Index ***
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{Index}
\printindex
\end{document}
Wär super klasse, wenn mir jemand weiterhelfen könnte.