Re: Bug in beta-version

Martin Sievers <[email protected]> Sat, 16 Jul 2005 14:03:36 +0200
Newsgroups gmane.comp.tex.bibtex.jurabib.devel
Message-ID <[email protected]>
--------------020006030005050302060103
Content-Type: multipart/alternative;
 boundary="------------080601020300020504020804"

--------------080601020300020504020804
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

Jens Berger schrieb:

>Martin Sievers schrieb:
>
>  
>
>>I want to report a bug in the recent beta-version of jurabib.
>>When using the new option "pages=ignoreibidem" which I very 
>>    
>>
>
>Please provide full minimal example documents.
>
>Jens
>  
>
Hello Jens,
sorry for that. Here's an example which I already used for the other
reported bug. I hope this helps.

Greetings
Martin

--------------080601020300020504020804
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">


Jens Berger schrieb:
<blockquote cite="[email protected]"
 type="cite">
  <pre wrap="">Martin Sievers schrieb:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I want to report a bug in the recent beta-version of jurabib.
When using the new option "pages=ignoreibidem" which I very 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Please provide full minimal example documents.

Jens
  </pre>
</blockquote>
Hello Jens,<br>
sorry for that. Here's an example which I already used for the other
reported bug. I hope this helps.<br>
<br>
Greetings<br>
Martin<br>


  



</body>
</html>

--------------080601020300020504020804--

--------------020006030005050302060103
Content-Type: text/plain;
 name="jurabib-test.bib"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="jurabib-test.bib"

@INBOOK{Digel/Burk:2001,
  pages = {15--31},
  title = {Sport und Medien Entwicklungstendenzen und Probleme einer lukrativen Beziehung},
  publisher = {Nomos Verlagsgesellschaft},
  year = {2001},
  editor = {Gunnar Roters and Walter Klingler and Maria Gerhards},
  author = {Digel, H. and Burk, V.},
  volume = {5},
  series = {Schriftenreihe Forum Medienrezeption},
  address = {Baden-Baden},
  edition = {1.~Auflage},
  owner = {Henrike},
  volumetitle = {Sport und Sportrezeption},
  gender = {pm},
}

--------------020006030005050302060103
Content-Type: application/x-tex;
 name="jurabib-test_2.tex"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="jurabib-test_2.tex"

\documentclass{scrartcl}

\usepackage[german]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage[authorformat={and,abbrv},
            ibidem=strict,
            commabeforerest,
            dotafter=bibentry,
            see,
            pages=ignoreibidem,
            citefull=first
            ]{jurabib}

\AddTo\bibsgerman{%
  \renewcommand*{\ibidemname}{Ebenda}
  \renewcommand*{\ibidemmidname}{ebenda}
}

\begin{document}
blubblubblub\footcite[vgl.][S.~18]{Digel/Burk:2001}

moreblubblub\footcite[vgl.][S.~18]{Digel/Burk:2001}

\bibliography{jurabib-test}
%\nobibliography
\bibliographystyle{jurabib}

\end{document}


--------------020006030005050302060103--