1. I use Mac with the MacTeX-2008 Distribution http://www.tug.org/mactex/ and Texmaker.
2. I made my file and it looks like this:
Code: Select all
\documentclass[a4paper]{scrartcl}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{jurabib}
\usepackage{brechtbib}
%
%
\begin{document}
%
%
\section{Dies ist die ersten Section}
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text \cite[1]{hermann2001} Text Text Text Text \cite{mustermann2007} Text Text Text Text Text Text Text Text \cite[1]{hermann2001}
%
%
%
\clearpage
\bibliography{Literatur}
\bibliographystyle{jurabib}
\end{document}
Code: Select all
@book{mustermann2007,
author = {Hans Mustermann and Julia Mustermann},
title = {ber die schne Jahreszeit Winter},
publisher = {Fachpresse},
year = {2007},
}
@incollection{hermann2001,
author = {Gertrud Hermann and Warburg Herman and Inge Kury},
title = {Was wirklich fr uns zhlt im Leben},
shorttitle = {Hermann and Hermann and Kurz},
booktitle = {Sammlung von Gedanken}
publisher = {Herder}
year = {2001},
editor = {Walter Hausman}
pages = {Walter Hausmann}
adress = {Berlin}
}
5. When i finished entering commands and text I press LaTex and QuickBuild and all the time i get pdf file that doesnt have normal quotes but this:

6. Latex shows me following errors:

What am I doing wrong? Tx for help
