von Knogge » Sa 24. Jul 2010, 13:52
Hallo Koma,
danke für deine Antwort. Das Minimalbeispiel hatte ich zuerst weggelassen, da es als minimalstbeispiel von obigem Link funktioniert hatte.
Ich habe mein Dokument nun auf das minimalste reduziert, der Fehler ist erhalten geblieben.
\documentclass[
pdftex,
a4paper,
oneside,
12pt,
parskip=half,
headsepline,
footsepline,
bibtotoc,
idxtotoc,
liststotoc,
appendixprefix,
headinclude,
footinclude=false,
numbers=noenddot,
DIV15,
BCOR17mm,
]{scrreprt}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{makeidx}
\usepackage{array}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{dsfont}
\usepackage{float}
\usepackage{tocloft}
\usepackage{color}
\usepackage[
pdfcreator={MiKTeX, LaTeX with hyperref and KOMA-Script},
pdfkeywords={keyword1,
keyword2,
keyword3},
pdfpagemode=UseOutlines, pdfdisplaydoctitle=true,
pdflang=de
]{hyperref}
\usepackage[savemem]{listings}
\usepackage{lmodern}
\usepackage[scaled=.85]{luximono}
\usepackage{textcomp}
\usepackage{url}
\usepackage[ngerman]{isodate}
\usepackage{babelbib}
\usepackage[ngerman]{babel}
\usepackage{multirow}
\definecolor{LinkColor}{rgb}{0,0,0.5}
\definecolor{ListingBackground}{rgb}{0.85,0.85,0.85}
\setcapindent{1em}
\usepackage[automark]{scrpage2}
\pagestyle{scrplain}
\ihead[]{\headmark}
\ohead[]{\pagemark}
\chead[]{}
\cfoot[]{}
\renewcommand{\titlepagestyle}{scrheadings}
\renewcommand{\partpagestyle}{scrheadings}
\renewcommand{\chapterpagestyle}{scrheadings}
\renewcommand{\indexpagestyle}{scrheadings}
\setkomafont{sectioning}{\normalfont\bfseries} % Titel mit Normalschrift
\setkomafont{captionlabel}{\normalfont\bfseries} % Fette Beschriftungen
\setkomafont{pagehead}{\normalfont\itshape} % Kursive Seitentitel
\setkomafont{descriptionlabel}{\normalfont\bfseries} % Fette Beschreibungstitel
\hypersetup{%
colorlinks=true,% Aktivieren von farbigen Links im Dokument (keine Rahmen)
linkcolor=LinkColor,% Farbe festlegen.
citecolor=LinkColor,% Farbe festlegen.
filecolor=LinkColor,% Farbe festlegen.
menucolor=LinkColor,% Farbe festlegen.
urlcolor=LinkColor,% Farbe von URL's im Dokument.
bookmarksnumbered=true% Überschriftsnummerierung im PDF Inhalt anzeigen.
}
\newenvironment{ListChanges}%
{\begin{list}{$\diamondsuit$}{}}%
{\end{list}}
\newcommand{\DMLLaTeX}{{\fontfamily{lmr}\selectfont\LaTeX}}
\newcommand{\DMLTeX}{{\fontfamily{lmr}\selectfont\TeX}}
\def\AmS{$\mathcal{A}$\kern-.1667em\lower.5ex\hbox
{$\mathcal{M}$}\kern-.125em$\mathcal{S}$}
\def\AmSmath{\AmS{}math}
%
% Formel-Ungebung
%
\newcommand{\listequationsname}{Formelverzeichnis}
\newlistof{myequtions}{equ}{\listequationsname}
\newcommand{\myequtions}[1]{%
\addcontentsline{equ}{myequtions}{\protect\numberline{\theequation}#1}\par}
%eigentliches dokument
\begin{document}
\setcounter{page}{-7}
\pagenumbering{Roman}
\ihead[]{Vorwort}
\cleardoublepage
\pagestyle{scrheadings}
\ihead[]{\headmark}
\tableofcontents
\cleardoublepage
\pagenumbering{arabic}
%----------------------------------------
\chapter{einkapitel}
\section{test}
\subsection{testtestttest}
\begin{equation}\label{eq:one}
\text{Hallo} = \frac{ 8888 + (9999 \text{guten tag}) }{ 55,66 }
\end{equation}
\myequations{meine beschreibung \ref{eq:one}}
\begin{equation}\label{eq:two}
\text{welt} = \frac{ (6666,66 \text{MeineKonstante})-5000 }{ 77777,7 }
\end{equation}
\myequations{meine beschreibung \ref{eq:two}}
%----------------------------------------
\setbibliographyfont{urldate}{\printdate}
\bibliographystyle{babalpha}
\bibliography{bib/references}
\listofmyequations
\end{document}
Hallo Koma,
danke für deine Antwort. Das Minimalbeispiel hatte ich zuerst weggelassen, da es als minimalstbeispiel von obigem Link funktioniert hatte.
Ich habe mein Dokument nun auf das minimalste reduziert, der Fehler ist erhalten geblieben.
[code]
\documentclass[
pdftex,
a4paper,
oneside,
12pt,
parskip=half,
headsepline,
footsepline,
bibtotoc,
idxtotoc,
liststotoc,
appendixprefix,
headinclude,
footinclude=false,
numbers=noenddot,
DIV15,
BCOR17mm,
]{scrreprt}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{makeidx}
\usepackage{array}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{dsfont}
\usepackage{float}
\usepackage{tocloft}
\usepackage{color}
\usepackage[
pdfcreator={MiKTeX, LaTeX with hyperref and KOMA-Script},
pdfkeywords={keyword1,
keyword2,
keyword3},
pdfpagemode=UseOutlines, pdfdisplaydoctitle=true,
pdflang=de
]{hyperref}
\usepackage[savemem]{listings}
\usepackage{lmodern}
\usepackage[scaled=.85]{luximono}
\usepackage{textcomp}
\usepackage{url}
\usepackage[ngerman]{isodate}
\usepackage{babelbib}
\usepackage[ngerman]{babel}
\usepackage{multirow}
\definecolor{LinkColor}{rgb}{0,0,0.5}
\definecolor{ListingBackground}{rgb}{0.85,0.85,0.85}
\setcapindent{1em}
\usepackage[automark]{scrpage2}
\pagestyle{scrplain}
\ihead[]{\headmark}
\ohead[]{\pagemark}
\chead[]{}
\cfoot[]{}
\renewcommand{\titlepagestyle}{scrheadings}
\renewcommand{\partpagestyle}{scrheadings}
\renewcommand{\chapterpagestyle}{scrheadings}
\renewcommand{\indexpagestyle}{scrheadings}
\setkomafont{sectioning}{\normalfont\bfseries} % Titel mit Normalschrift
\setkomafont{captionlabel}{\normalfont\bfseries} % Fette Beschriftungen
\setkomafont{pagehead}{\normalfont\itshape} % Kursive Seitentitel
\setkomafont{descriptionlabel}{\normalfont\bfseries} % Fette Beschreibungstitel
\hypersetup{%
colorlinks=true,% Aktivieren von farbigen Links im Dokument (keine Rahmen)
linkcolor=LinkColor,% Farbe festlegen.
citecolor=LinkColor,% Farbe festlegen.
filecolor=LinkColor,% Farbe festlegen.
menucolor=LinkColor,% Farbe festlegen.
urlcolor=LinkColor,% Farbe von URL's im Dokument.
bookmarksnumbered=true% Überschriftsnummerierung im PDF Inhalt anzeigen.
}
\newenvironment{ListChanges}%
{\begin{list}{$\diamondsuit$}{}}%
{\end{list}}
\newcommand{\DMLLaTeX}{{\fontfamily{lmr}\selectfont\LaTeX}}
\newcommand{\DMLTeX}{{\fontfamily{lmr}\selectfont\TeX}}
\def\AmS{$\mathcal{A}$\kern-.1667em\lower.5ex\hbox
{$\mathcal{M}$}\kern-.125em$\mathcal{S}$}
\def\AmSmath{\AmS{}math}
%
% Formel-Ungebung
%
\newcommand{\listequationsname}{Formelverzeichnis}
\newlistof{myequtions}{equ}{\listequationsname}
\newcommand{\myequtions}[1]{%
\addcontentsline{equ}{myequtions}{\protect\numberline{\theequation}#1}\par}
%eigentliches dokument
\begin{document}
\setcounter{page}{-7}
\pagenumbering{Roman}
\ihead[]{Vorwort}
\cleardoublepage
\pagestyle{scrheadings}
\ihead[]{\headmark}
\tableofcontents
\cleardoublepage
\pagenumbering{arabic}
%----------------------------------------
\chapter{einkapitel}
\section{test}
\subsection{testtestttest}
\begin{equation}\label{eq:one}
\text{Hallo} = \frac{ 8888 + (9999 \text{guten tag}) }{ 55,66 }
\end{equation}
\myequations{meine beschreibung \ref{eq:one}}
\begin{equation}\label{eq:two}
\text{welt} = \frac{ (6666,66 \text{MeineKonstante})-5000 }{ 77777,7 }
\end{equation}
\myequations{meine beschreibung \ref{eq:two}}
%----------------------------------------
\setbibliographyfont{urldate}{\printdate}
\bibliographystyle{babalpha}
\bibliography{bib/references}
\listofmyequations
\end{document}
[/code]