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
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
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:
\setupheadtext[it][\biblistname=Bibliografia] -- Giuseppe "Oblomov" Bilotta
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:
- bibl-ams.tex: AMS style (from Giuseppe)
* renamed citation type 'number' to 'serial'
Except in bibl-ams :) -- Giuseppe "Oblomov" Bilotta
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:
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
participants (3)
-
Giuseppe Bilotta
-
Taco Hoekwater
-
Tobias Burnus