Re: Re: Re: Footcite formatting

Charles de Miramon <[email protected]>
Newsgroups gmane.comp.tex.bibtex.jurabib.user
Message-ID <[email protected]>
Thanks for the file. I've done most of the transformations you asked but not
all (I must correct my proofs this morning). 

How to do it :
- Add oxford option to get the braces around the (Washington 1998)
- Look the .bbl file test.bbl to see the names of all the variables for
formatting and redefine them in your \Addto\bibsenglish
- Supressing the publisher is a little harder beacause I don't think there
is a trigger for it in the jurabib package. The crude way is to suppress
the publisher field in your bib file. The smart way is to create a new
bibstyle based on jox where you tweak the style to suppress the printing of
publisher. 

Cheers,
Charles

--- test.tex ----
\documentclass[12pt]{book}
% snipped from the class file I'm developing
\RequirePackage[titleformat=commasep,
titleformat=italic,%
   commabeforerest,
authorformat=and,
authorformat=allreversed,
oxford,%
   idem=strictdoublepage,ibidem]{jurabib}%allreversed is new
\AddTo\bibsenglish{%
   \def\idemname{\textit{Idem}}%
   \def\idemmidname{\textit{idem}}%
   \def\ibidemname{\textit{Ibid.}}% italics too?
   \def\idbiemmidname{\textit{ibid.}}% italics too?
   \def\firstedname{1st}%
   \def\secondedname{2nd}%
   \def\thirdedname{3rd}%
   \def\fourthedname{4th}%
   \def\fifthedname{5th}%
   \def\thedname{th}%
    \def\bibbdsep{}%
\def\incollinname{in~}%
\def\editorsname{(eds)}%
   \jbdotafterbibentry}%
\renewcommand{\jbapifont}[1]{`#1'}%new
\bibliographystyle{jox}%new
%       \AtBeginDocument{\jbdebug}%
\gdef\cite{\footfullcite}%
\begin{document}
\title{test}
\author{test}
\maketitle
\chapter{Introduction}
I refer to\cite{foo} and\cite{bar} and\cite{blort}.
\bibliography{test}
\end{document}

--- test.bib ----
@Article{foo,
   author =      {David J Birnbaum and Mavis Cournane and Peter Flynn},
   title =       {Using the TEI Writing System Declaration (WSD)},
   journal =     {Computers and the Humanities},
   year =        1999,
   volume =      33,
   pages =       {49--57}
}

@book{bar,
   author =      {Peter Flynn},
   title =       {Understanding SGML and XML tools},
   year =        1998,
   address =     {Boston}
}

@InCollection{blort,
   author =      {A.N. Other},
   title =       {What to do with cheese},
   booktitle =   {Tidying up around the house},
   pages =       {37--45},
   year =        2004,
   editor =      {Simon Martin and Russell Hobbs},
   address =     {London}
}
-- 
http://www.kde-france.org



Please remember -- this is an international english speaking mailing list!

If you have a problem, please provide a complete minimal example document (with a small bibliography database), which runs out of he box without any superfluous packages loaded, otherwise we could not help. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/jurabib/

<*> 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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.