Hi,
I need some help with the camel citator package, and can't seem to
contact the developer Frank G Bennett Jr at all (all his email
addresses bounce). I've been trying to use it to write my coursework
in law, and whereas it is happy to do the citation in the footnote,
there seems to be a problem with the \printbibliography{all} command
and it refuses to print a bibliography apart from a heading
"References". I am not very familiar with the whole system - I used to
study in the biological sciences and had Latex suggested to me by a
physicist friend. I used it to write my PhD thesis and found it much
preferable to Word. Now that I am studying law, I needed a
bibliography package that would cite the case authorities and camel
sounded ideal. However, this refusal to compile properly has been
driving me crazy!
I'm including below the skeletons of my .tex file and .bib file (with
just one authority). It compiles fine without either the \source or
\printbibliography commands (which is kind of the whole point...)
using pdflatex, bibtex, then pdflatex again. With the \source and
\printbibliography it complains that:
l.69 \printbibliography
{all}
?
(C+A.brf)
\tf@brf=\write4
! Argument of \@law@headersearch has an extra }.
<inserted text>
\par
l.69 \printbibliography{all}
?
Runaway argument?
! Paragraph ended before \@law@headersearch was complete.
<to be read again>
\par
l.69 \printbibliography{all}
?
! Argument of \@law@headersearch has an extra }.
<inserted text>
\par
l.69 \printbibliography{all}
?
Runaway argument?
! Paragraph ended before \@ law@headersearch was complete.
<to be read again>
\par
l.69 \printbibliography{all}
?
===================================================
Camel bibliography
Document type: subject-classified cites
Bibliography type: all citations
Action: header only (not yet implemented)
===================================================
LaTeX Warning: Empty `thebibliography' environment on input line 69.
___________________________________________________________________________
Here is the .tex file skeleton:
\documentclass[a4paper,oneside,12pt]{article}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{a4}
\usepackage{camel}
%%%%%%%%%%%%%%%%%%%%%%%%
\citationsubject{case}{List of Cases}
\citationsubject{statute}{List of Statutes}
\citationsubject{article}{List of Articles}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\begin{document}
\citationstyle{law}
\citationdata{article,case,statute}
\forcefootnotes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
applicable only to those matters residing firmly in the public law
arena\source[s=article,v=101]{wade}[195-196].
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\printbibliography{all}
\end{document}
--------------------------------------------------------------------------- ---
And the single authority I have tried to cite is in the .bib file:
@ARTICLE{wade,
AUTHOR = {H.W.R. Wade},
TITLE = {Procedure and Prerogative in Public Law},
JOURNAL = {The Law Quarterly Review},
YEAR = {1985},
volume = {101},
pages = {180-199},
month = {Apr}
}
________________________________________________________________
Any help would be greatly appreciated. It would have be in "fool-
proof" speak suitable for a humanities student though...
Thank you.