On Wed, 28 Feb 2007 13:01:49 -0500
Richard Heck <[EMAIL PROTECTED]> wrote:
>
> I think there's an easier way to do this. First, we want to make
> ordinary citations into footnote citations. Try this:
> \renewcommand\citep{\footcite}
> Then insert your citations making sure you're doing it in the
> "(Author, Year)" style, so that you get \citep. (Of course, you can
> also do it other ways and change the \renewcommand, or have several
> different ones.) Second, getting endnotes is trivial: Just
> \usepackage{endnotes}
> and jurabib will give you endnotes automagically (at least as of v.
> 0.51---see the docs). (If you need endnotes otherwise, of course
> you'll need the \let\footnote=\endnote trick anyway.) Third, put
> \jurabibsetup{citefull=first}
> into the preamble, so you get full bibliographical info in the first
> citation. (See the other choices, too.) As for the problem with
> ibidem, this is controlled by jurabib options, too. It looks like you
> have ibidem=name for some reason. You probably want ibidem=nostrict.
> Do you have a jurabib.cfg that's setting this?
>
> What's below is LaTeX not LyX, but it works and should be adaptable.
> Of course, you'll have to change the citations to one of yours to get
> it working for you.
>
> The only trick here, then, is getting the footcite to work. It might
> be worth filing an enhancement request to have that option added to
> the bibliography dialog. Should be fairly simple to do, I'd suppose.
>
> By the way, I tried \let\citep=\footcite and LaTeX choked. Anyone
> wanna tell me why?
>
Thanks. What you have shown me works like I wanted, but now I have
other problems, which always seems to be the case when using \cite and
its variations.
I needed my entry to show up as:
Plunket-Powell, Karen. *Remembering Woolworth's*. (New York: St.
Martin's Press, 1999), 51
Instead it showed up as:
Plunket-Powell, Karen Remembering Woolworth's. New York: St. Martin's
Press, 1999 , 51
There are four problems: there is no period after the author's name;
the title is not italicizied; there are no parenthesis around the
publicantion place and publisher; there is an extra space between the
year and comma.
There may be ways to fix this, but I am also going to have to fix the
entries in the bibligraphy itself. It seems like using \cite with the
humanites is a near impossible task. I have always run into problems.
(Note that the MLA style is easy to implement in latex; in fact, it is
such a straightforward system, one doesn't even need to use \cite.
Unfortunately the thesis directors won't accept this style, though the
Chicago Manual of styles recomends it as the superior style to use.)
I see that you are a philosophy professor, so maybe you have had
better luck. For me I am doing only one paper that needs citations,
and the paper contains only 50 different sources, so it may be easier
to use my hack.
Thanks anyway for your help.
Paul