Seltsames Problem (Mac/Win & Kompilieren)

Erstellung eines Literaturverzeichnisses mit BibTeX, Biber, BibLaTeX und Co.


LH91
Forum-Anfänger
Forum-Anfänger
Beiträge: 16
Registriert: Sa 28. Jan 2012, 11:03

Seltsames Problem (Mac/Win & Kompilieren)

Beitrag von LH91 »

Hallo zusammen,

könnte mir jemand sagen, warum unten stehende Datei bei mir auf Mac kompiliert und auf einem Win7-Rechner nicht??

Das Problem ist (vielleicht kann mir da jemand helfen), dass ich beim Aufrufen von Bibtex in Texmaker keine Fehlermeldungen angezeigt bekomme. Wenn dort ein Fehler auftritt, steht dann zwar "Process exited with error(s)", aber ich bekomme die Fehler nicht angezeigt...

Fakt ist aber, dass folgende Datei bei mir auf Mac läuft und auf Windows beim Bibtex8-Kompilieren Fehler aufwirft:
\documentclass[12pt,a4paper,parskip,smallheadings]{scrreprt}
\usepackage[utf8]{inputenc}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%Sprache des Dokumentes einstellen%%%%
\usepackage[english]{babel}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[T1]{fontenc}
\usepackage{jurabib}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}

%\jbuseidemhrule
\jurabibsetup{
	round, %setzt runde Klammern im Zitat
	bibformat=ibidem, %setzt Striche in der Bibliographie bei selbem Autor	
	dotafter=bibentry, %setzt Punkt am Ende
	endnote, %note-Feld erscheint nach dem Punkt
	authorformat=firstnotreversed,
	lookforgender,
	edby,
	see,
	titleformat=italic,
	titleformat=commasep
}

\AddTo\bibsenglish{\def\editorname{\unskip,\space ed}
\def\editorsname{\unskip,\space eds}
\def\editionname{ed}
\def\volumename{vol.}
\def\edbyname{ed.}
\def\Edbyname{Ed.}
%\def\bibidemSmname{- - -}\def\bibidemsmname{- - -}%  Derselbe
 % \def\bibidemPmname{- - -}\def\bibidempmname{- - -}% Dieselben
  %\def\bibidemSfname{- - -}\def\bibidemsfname{- - -}%  Dieselbe
 % \def\bibidemPfname{- - -}\def\bibidempfname{- - -}% Dieselben
 % \def\bibidemSnname{- - -}\def\bibidemsnname{- - -}%  Dasselbe
 % \def\bibidemPnname{- - -}\def\bibidempnname{- - -}% Dieselben
  }
\renewcommand*{\bibbtsep}{}
\renewcommand*{\biblnfont}{\textnormal}
\renewcommand*{\bibfnfont}{\textnormal}
\renewcommand*{\bibelnfont}{\textnormal}
\renewcommand*{\bibefnfont}{\textnormal}
\renewcommand*{\bibtfont}{\textit}
\renewcommand*{\bibbtfont}{\textit}
\renewcommand*{\bibapifont}[1]{``#1''}
\renewcommand*{\bibansep}{. } %Kein Doppelpunkt nach Autor
\renewcommand*{\jbbtasep}{ and } % bta = between two authors sep 
\renewcommand*{\jbbfsasep}{, } % bfsa = between first and second author sep 
\renewcommand*{\jbbstasep}{, and }% bsta = between second and third author sep
\renewcommand*{\jbbtesep}{ and } % bta = between two editors sep 
\renewcommand*{\jbbfsesep}{, } % bfsa = between first and second editor sep 
\renewcommand*{\jbbstesep}{, and }% bsta = between second and third editor sep
\renewcommand*{\bibbtasep}{ and } % bta = between two authors sep
\renewcommand*{\bibbfsasep}{, } % bfsa = between first and second author sep
\renewcommand*{\bibbstasep}{, and }% bsta = between second and third author sep
\renewcommand*{\bibbtesep}{ and } % bte = between two editors sep 
\renewcommand*{\bibbfsesep}{, } % bfse = between first and second editor sep 
\renewcommand*{\bibbstesep}{, and }% bste = between second and third editor sep
\renewcommand{\thefigure}{\arabic{figure}}


\begin{document}


%Inhaltsverzeichnis
\tableofcontents

\chapter{Intoduction}


\nocite{*} %Sorgt dafür, dass alle nichtzitierten Werke aufgenommen werden
\bibliography{Bibliography_Canada}
\bibliographystyle{jurabib}



\end{document}
mit Datei "Bibliography_Canada":
@MISC{d,
author={ABC}
}
Danke für eure Hilfe!