How to fix that problem with bibtex references?

A place for users to ask each other questions, make suggestions, and discuss Bookends.
Post Reply
domino
Posts: 13
Joined: Sun Apr 11, 2021 4:12 am

How to fix that problem with bibtex references?

Post by domino »

Hi everyone! I'm trying to find out how I could fix that issue I have whith my bibtex references. This is how my references appear in Bookends and in my bibtex references section once my document compiled :

Code: Select all

originalyear={,
métapsychologieBook2021-05-01o0Introduction à la métapsychologie freudienne 9185 k,
Any idea?
Thank you so much for your help!
Jon
Site Admin
Posts: 10038
Joined: Tue Jul 13, 2004 6:27 pm
Location: Bethesda, MD
Contact:

Re: How to fix that problem with bibtex references?

Post by Jon »

It looks like you modified the BibTeX format. Without seeing what you did it's impossible to say what is wrong.

Jon
Sonny Software
domino
Posts: 13
Joined: Sun Apr 11, 2021 4:12 am

Re: How to fix that problem with bibtex references?

Post by domino »

This is my bibtex format for Book reference:

Code: Select all

`@Book{`u1`,`$
author = $`{`a`}`, $
title = $`{`t`}`, $
volume = $`{`v`}`, $
pages = $`{`p-`}`, $
editor = $`{`e`}`, $
publisher = $`{`u`}`, $
address = $`{`l`}`, $
year = $`{`d`}`, $
originalyear=$`{`u11}`,
`keywords = {`k`},
}`
domino
Posts: 13
Joined: Sun Apr 11, 2021 4:12 am

Re: How to fix that problem with bibtex references?

Post by domino »

Problem solved, but I had to reinitialize my bibtex format. I don't know why those changes emerged.No matter, Bookends is terrific!
Jon
Site Admin
Posts: 10038
Joined: Tue Jul 13, 2004 6:27 pm
Location: Bethesda, MD
Contact:

Re: How to fix that problem with bibtex references?

Post by Jon »

You have unmatched `characters. BibTeX output is tricky, you need to pay careful attention to the details our it won't work.

See if this works better for you

`@Book{`u1`,`$
author = $`{`a`}`, $
title = $`{`t`}`, $
volume = $`{`v`}`, $
pages = $`{`p-`}`, $
editor = $`{`e`}`, $
publisher = $`{`u`}`, $
address = $`{`l`}`, $
year = $`{`d`}`, $
originalyear=$`{`u11`}`,
`keywords = {`k`}}`¬

Jon
Sonny Software
Post Reply