ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* New bib module beta
@ 2005-11-23 13:56 Taco Hoekwater
  2005-11-23 15:03 ` Tobias Burnus
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Taco Hoekwater @ 2005-11-23 13:56 UTC (permalink / raw)


Hi,

I've created a new beta of the bib module, and uploaded it to my
server. You can get it here:

   http://tex.aanhet.net/bib/m-bib-beta-20051123.zip

News compared to the previous beta:

* 2 new styles:
   - bibl-num.tex: c.f. plain.bst
   - bibl-ams.tex: AMS style (from Giuseppe)
* fix the "hash marks" bug
* fix the vertical spacing issues in the bib list
* add interaction to \cite[url]
* allow a defaulted \setupcite
* renamed citation type 'number' to 'serial'
* better definition of \inverted...author
* don't reset [numbercommand] in \setuppublications by default
* don't disable other \setuppublications keys if alternative=
   is present also (removes the need for doubling the \setup command)
* drop the \sanitizeaccents for \cite (making accents work again)
* added \nocite and \cite[none]

Bugs that are still present:

* internal links (\crossref field) are broken (workaround:
   \nocite[<crossref-ed entry>])
* items with missing years will break the compressed form of
   \cite[authoryear] and \cite[authoryears]
* there is no interaction yet for most types of cite (but \cite[url]
   should work, as well as \cite[num] when compression is turned off)

Hope I didn't forget to mention anything. It's not quite there yet,
but it is slowly getting there.

Cheers, Taco

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

* Re: New bib module beta
  2005-11-23 13:56 New bib module beta Taco Hoekwater
@ 2005-11-23 15:03 ` Tobias Burnus
  2005-11-23 15:28 ` Giuseppe Bilotta
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Tobias Burnus @ 2005-11-23 15:03 UTC (permalink / raw)


Hi,

Taco Hoekwater wrote:
> I've created a new beta of the bib module, and uploaded it to my
> server.
Great.
> * add interaction to \cite[url]
How about adding alike for DOI (see below), not much tested.
Maybe the shown DOI should be put though the URL hyphenation algorithm 
as they can be quite long?
(In any case I'd like to see the DOIs in sans serif and not in \tt.)
Examples for DOIs:
  10.1103/PhysRevLett.95.196404
  10.1016/j.physb.2004.11.012
  10.1021/ic020653b S0020-1669(02)00653-5
URL = http://dx.doi.org/ + <doi>

Tobias

diff -ur f/t-bib.tex t/t-bib.tex
--- f/t-bib.tex 2005-11-23 13:20:20.000000000 +0100
+++ t/t-bib.tex 2005-11-23 15:06:54.501153250 +0100
@@ -1228,9 +1228,11 @@
    \firstreftrue\processcommalist[#1]\dobibdoiref
    \bibalternative\v!right}

+\def\gotoDOI#1{\useURL[bibfoo][http://dx.doi.org/#1]\goto{#1}[url(bibfoo)]}
+
 \def\dobibdoiref#1%
   {\addthisref{#1}\refsep
-   \doifbibreferencefoundelse{#1}{\getvalue{pbdo-#1}}{??}}
+   
\doifbibreferencefoundelse{#1}{\expanded{\gotoDOI{\getvalue{pbdo-#1}}}}{??}}

 \def\biburlref[#1]%
   {\bibalternative\v!left

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

* Re: New bib module beta
  2005-11-23 13:56 New bib module beta Taco Hoekwater
  2005-11-23 15:03 ` Tobias Burnus
@ 2005-11-23 15:28 ` Giuseppe Bilotta
  2005-11-23 15:29 ` Giuseppe Bilotta
  2005-11-23 16:01 ` Giuseppe Bilotta
  3 siblings, 0 replies; 5+ messages in thread
From: Giuseppe Bilotta @ 2005-11-23 15:28 UTC (permalink / raw)


Wednesday, November 23, 2005 Taco Hoekwater wrote:

> Hi,

> I've created a new beta of the bib module, and uploaded it to my
> server. You can get it here:

>    http://tex.aanhet.net/bib/m-bib-beta-20051123.zip


\setupheadtext[it][\biblistname=Bibliografia]

-- 
Giuseppe "Oblomov" Bilotta

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

* Re: New bib module beta
  2005-11-23 13:56 New bib module beta Taco Hoekwater
  2005-11-23 15:03 ` Tobias Burnus
  2005-11-23 15:28 ` Giuseppe Bilotta
@ 2005-11-23 15:29 ` Giuseppe Bilotta
  2005-11-23 16:01 ` Giuseppe Bilotta
  3 siblings, 0 replies; 5+ messages in thread
From: Giuseppe Bilotta @ 2005-11-23 15:29 UTC (permalink / raw)


Wednesday, November 23, 2005 Taco Hoekwater wrote:

> Hi,

> I've created a new beta of the bib module, and uploaded it to my
> server. You can get it here:

>    http://tex.aanhet.net/bib/m-bib-beta-20051123.zip

>    - bibl-ams.tex: AMS style (from Giuseppe)

> * renamed citation type 'number' to 'serial'

Except in bibl-ams :)

-- 
Giuseppe "Oblomov" Bilotta

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

* Re: New bib module beta
  2005-11-23 13:56 New bib module beta Taco Hoekwater
                   ` (2 preceding siblings ...)
  2005-11-23 15:29 ` Giuseppe Bilotta
@ 2005-11-23 16:01 ` Giuseppe Bilotta
  3 siblings, 0 replies; 5+ messages in thread
From: Giuseppe Bilotta @ 2005-11-23 16:01 UTC (permalink / raw)


Wednesday, November 23, 2005 Taco Hoekwater wrote:

> Hi,

> I've created a new beta of the bib module, and uploaded it to my
> server. You can get it here:

>    http://tex.aanhet.net/bib/m-bib-beta-20051123.zip

Hm. criterium=all doesn't seem to work anymore, regardless
of whether I place it in \setuppublications or
\placepublications.

Also, I'm using alternative=ams and the numbers past 10
stick to the text. I also notice that they are left-aligned,
and not right-aligned. How can I fix these things?

-- 
Giuseppe "Oblomov" Bilotta

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

end of thread, other threads:[~2005-11-23 16:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-23 13:56 New bib module beta Taco Hoekwater
2005-11-23 15:03 ` Tobias Burnus
2005-11-23 15:28 ` Giuseppe Bilotta
2005-11-23 15:29 ` Giuseppe Bilotta
2005-11-23 16:01 ` Giuseppe Bilotta

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).