Dear All,
Thanks for all the help so far.
I really need the inbook references to come out something like this,
footnote first citation:
Stephen Sykes, "P. T. Forsyth on the Church" in Justice the True and Only
Mercy (ed. Trevor Hart; Edinburgh: T&T Clark,1996)
subsequent footnote citation
Sykes, "Forsyth on Church",
Bibliography entry
Stephen Sykes, "P. T. Forsyth on the Church" pages 1-15 in Justice the True
and Only Mercy Edited by Trevor Hart. Edinburgh: T&T Clark, 1996.
Ordinary books work ok with my current preamble
Here is my current preamble:
\addto\jbonlyforbib{%
\DeclareRobustCommand{\bibapyldelim}{\unskip\unskip\space}%
\DeclareRobustCommand{\bibapyrdelim}{}%
}%
\renewcommand{\bibapyldelim}{(}
\renewcommand{\bibapyrdelim}{)}
\jurabibsetup{
titleformat=italic,%
titleformat=commasep,%
titleformat=all,%
titleformat=commasep%
bibformat=compress,%
bibformat=ibidem,%
oxford,%
commabeforerest,%
citefull=first,%
pages=format%
}
and here is my test books:
@book{manson1948csm,
title={{The Church's Ministry}},
shorttitle={Church's Ministry}
author={Manson, T.W.},
year={1948},
publisher={Hodder \& Stoughton},
location={London},
shorttitle={Church's Ministry},
}
@inbook{sykjusmer,
author = {Stephen Sykes},
editor = {Trevor Hart},
title = {Justice the True and Only Mercy},
chapter = {P.T. Forsyth on the Church},
publisher = {T \& T Clark},
location= {Edinburgh},
year = {1996},
pages = {1-15},
OPTnote = {},
OPTannote = {}
}