ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bib and bibltx problems
@ 2006-10-24 11:37 Matthias Wächter
  2006-10-24 13:13 ` Taco Hoekwater
  0 siblings, 1 reply; 14+ messages in thread
From: Matthias Wächter @ 2006-10-24 11:37 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1386 bytes --]

Hi Taco,

I ran into the following problems:

1. see attached files. Three bib entries with different authors, but the resulting references are the same for two of them (!). Appearantly, without sorting the bib entries, the extra label numbering does not work correctly. Changing \setupbibtex to "sort=short" fixes the issue (appending "a" and "b") as well does changing "ITERATE {presort.none}" to "ITERATE {presort.clabel}" in cont-no.bst. But is this a once-and-for-all fix?

2. see attached files. In \setuppublications, numbering is given as "short", but the resulting list of references is only as good as "yes" - I only get the numbers, not the short references in the list. Hmmm, what's the cause for this? Any ideas? Or is it My Fault(TM)?

3. In general: If I'd use bib handwriting \{start,stop}publication without bibltx, would I have to care about the uniqueness of the "short" document names (the "s=" option to \startpublication)? Really? Considering hundreds of possible bibliography entries, this would double the effort: Not only the key (the "k=" option) but also the short name must be unique for correct references.

4. Sometimes, the build process ("texexec --pdf test") breaks after changing some text in the bibliography. Appearantly, sometimes the .bbl file is not updated. removing the .bbl file fixes the build. No recipy available, sorry.

Thanks,
- Matthias

[-- Attachment #2: test.tex --]
[-- Type: text/plain, Size: 239 bytes --]

\usemodule[bib]
\usemodule[bibltx]
\setupbibtex[database=mybibs,sort=no]
\setuppublications[refcommand=short,numbering=short]
\starttext For all times, \cite[TRUE] is right and \cite[FALSE] is wrong.
\completepublications
\stoptext

[-- Attachment #3: mybibs.bib --]
[-- Type: text/plain, Size: 384 bytes --]

@techreport{TRUE,
Title            =  "True Values",
Author           =  "True Author",
Year             =  "2005",
}

@techreport{GNUS,
Title            =  "Gnus in the Wild",
Author           =  "Another Doctor",
Year             =  "2005",
}

@techreport{FALSE,
Title            =  "False values",
Author           =  "False Author",
Year             =  "2005",
}

[-- Attachment #4: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-11-05 17:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-24 11:37 bib and bibltx problems Matthias Wächter
2006-10-24 13:13 ` Taco Hoekwater
2006-10-24 13:22   ` Matthias Wächter
2006-11-02  8:11   ` Matthias Wächter
2006-11-04 16:50   ` new bib module Taco Hoekwater
2006-11-04 17:37     ` Thomas A. Schmitz
2006-11-04 17:43       ` Taco Hoekwater
2006-11-04 19:28         ` gnwiii
2006-11-04 21:41           ` Thomas A. Schmitz
2006-11-04 22:24             ` Taco Hoekwater
2006-11-05 12:12               ` gnwiii
2006-11-05 13:52                 ` Taco Hoekwater
2006-11-05 17:30                   ` gnwiii
2006-11-05 14:04               ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).