Another testcase: Simple diphtongs broken
Moritz Moeller-Herrmann <[email protected]> Fri, 01 Nov 2002 20:42:54 +0100
| Newsgroups | gmane.comp.tex.bibtex.jurabib.devel |
|---|---|
| Organization | IMGB |
| Message-ID | <[email protected]> |
Hi Jens, can you spot any problem in the attached Testcase? AFAICS it should work, or does it trigger another bug in jurabib? Maybe there is something wrong in the COMMENTED entry type? -- Moritz Moeller-Herrmann [email protected] wiss. Mitarbeiter, IMGB La loi, dans un grand souci d'égalité, interdit aux riches comme aux pauvres de coucher sous les ponts, de mendier dans les rues et de voler du pain. (ANATOLE FRANCE) ------------------------ Yahoo! Groups Sponsor ---------------------~--> Get 128 Bit SSL Encryption! http://us.click.yahoo.com/JjlUgA/vN2EAA/kG8FAA/EGnolB/TM ---------------------------------------------------------------------~-> To unsubscribe from this group, send an email to: [email protected] Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
test2.bib
(text/plain, 678 B)
@Commented{muenchkomm-BT3-97,
Author = {{M}{\"u}nchener {K}ommentar},
Edition = {3},
Title = {{B}{\"u}rgerliches {G}esetzbuch},
Address = {{M}{\"u}nchen},
Volume = {5},
year = 1997,
titleaddon = {Schuldrecht Besonderer Teil III},
publisher = {C. H. Beck},
}
@Commented{muenchkomm-FamR-2000,
Author = {{M}{\"u}nchener {K}ommentar},
Edition = {4},
Title = {{B}{\"u}rgerliches {G}esetzbuch},
Address = {{M}{\"u}nchen},
Volume = {7},
shorttitle = {BGB},
year = 2000,
titleaddon = {Familienrecht I},
publisher = {C. H. Beck},
}
test2.tex
(text/plain, 1.9 KB)
%% LyX 1.2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[12pt,oneside,ngerman]{scrbook}
\usepackage{pslatex}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{geometry}
\geometry{verbose,a4paper,lmargin=6cm,rmargin=2.5cm}
\pagestyle{plain}
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
\setlength\parskip{\medskipamount}
\setlength\parindent{0pt}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{babel}
%\usepackage{nameref}
\usepackage{varioref}
\deffootnote [1.5em]{1.5em}{1.5em}{\textsuperscript{\normalfont\thefootnotemark}}
\usepackage{jurabib}
\jurabibsetup{%
%citefull=first,%
titleformat=all,%
superscriptedition=commented,%
howcited=multiple,%
authorformat={abbrv,reducedifibidem},%
%pages=test,%
%citefull=first,%
%ibidem={name&title&auto},
%idem=strict,
bibformat=compress,%
%crossref=normal,%
titleformat=comma,%
cofirstsep=in,%
commabeforerest}
\renewcommand*{\jbauthorfont}{\textsc}
\renewcommand*{\jbcoauthorfont}{\textsc}
%\formatarticlepages[ ]{(}{)}
\usepackage{removefr}
\usepackage[backref]{hyperref}
%\AtBeginDocument{\addto\extrasfrenchb{\shorthandoff{:}}}
\usepackage{babel}
\makeatother
\begin{document}
\pagenumbering{Roman}
\title{Die Regelung prädiktiver Gentests\\
{\normalsize Bindung an Gesundheitszwecke, Arztvorbehalt und andere
Ansätze}}
\author{Moritz Moeller-Herrmann}
\dedication{Meinen Eltern}
\maketitle
\makeatletter\@removefromreset{footnote}{chapter}\makeatother
\tableofcontents{}
\bibliographystyle{jurabib}
\clearpage\addcontentsline{toc}{chapter}{\bibname}\bibliography{/home/moritz/DISS/test2}
UB BC 2223 Helmes, Almut Psychological Risksle s
\addchap*{Test}
Test%
\footnote{\cite{muenchkomm-BT3-97,muenchkomm-FamR-2000}%
}
\end{document}