Hi Roberto,
I finally got my url retrieved references worked out. I have one more question.
I am using the \usepackage{url} in my preamble to brake urls well, but the urls
are then displayed in a different font. Can I make the font of the urls appear
the same?
Best,
Mirko
On Sun, 11 Nov 2007 10:10:06 +0000
Roberto Gorjão <[EMAIL PROTECTED]> wrote:
> Olá, Mirko,
>
> First of all, sorry about the long time without answering. I was working
> non stop to finish a job before the deadline.
>
> I'm not sure if this may be the cause, but the Apacite package was
> updated by its author on the 10th of September, so, if you do not have
> this last version, what you're trying to do with the lastchecked field
> might not work. In fact, these new features did not appear in the
> previous version of Apacite's manual, so I'm pretty convinced that this
> new package is really required. Try do determine if your package is updated.
>
> The apacite package, by the information given by the MikTeX packages
> browser, is constituted by the following files (you probably may confirm
> this in the Apacite manual; the files do not appear all in the same
> directory):
>
> apa5ex.bib
> apacite.bst
> apacitex.bst
> apacdoc.sty
> apacite.sty
> apacite.dvi
> apacite-src.tar.bz2
>
> In your previous message you asked for an example of one of my entries.
> Here is an on-line book entry:
>
> @BOOK{Raymond_Cathedral_2000,
> title = {The Cathedral and the Bazaar},
> year = {2000},
> author = {Raymond, Eric},
> lastchecked = {September, 2007},
> owner = {Roberto Gorjão},
> timestamp = {2007.09.20},
> url =
> {http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/}
> }
>
> In the PDF it outputs like this:
>
> Raymond, E. (2000). The cathedral and the bazaar. Retrieved August,
> 2007, from http://www.catb.org/~esr/writings/
> cathedral-bazaar/cathedral-bazaar/
>
> So, as you see, it breaks as necessary (in the PDF, lines appear
> justified) and the expressions "Retrieved" and ", from " are added
> automatically.
>
> In another of your previous messages you've asked about my preamble
> configuration. Here it goes:
>
> \usepackage{url}
> \usepackage{alltt} % this last one has nothing to do with what you need.
>
> I do not know if any of this helped. Let me know if you think that I can
> be of further assistance.
>
> Cumprimentos,
>
> Roberto
>
> ----------------------
> Mirko Briemle wrote:
> > Hi,
> >
> > I have posted earlier about this topic but I still don't know where the
> > problem is:
> >
> > So, I am using texlive2007 distribution in gentoo linux and lyx 1.5.2 with
> > jabref 2.2. I
> > also installed the texlive2007-bibtex-extra package to have the apacite
> > package installed.
> > I am trying to get a reference displayed the following way:
> >
> > Last, F (2007). Title. Retrieved October 21, 2007, from http://www.foo.bar
> >
> > My output only appears as follows:
> >
> > Last, F (2007). Title.
> >
> > The Retrieved-line is missing even though I have lastchecked field and url
> > field added
> > and I added the lastchecked field in the group of jabref. I am not sure
> > what I am
> > missing. Does anybody have an idea? Any help would be appreciated.
> >
> > Thank you.
> > -Mirko
> >
> >