Is there a pre-rolled bibliography style that looks follows the AMS specs? (BTW, when trying out various alternatives= I found that only aps works, all of the others bomb complaining extra # marks. I'm using a September 2005 version of t-bib ... do I need to upgrade?)
Giuseppe Bilotta wrote:
Is there a pre-rolled bibliography style that looks follows the AMS specs?
Probably not, but point me to the AMS specs. I also have a "numbered" style planned, c.f. "plain.bst", and a style for the ntg's Maps. There are now 4 bibl-XXX files in the zip, all with bad names: bibl-apa : APA bibliography style bibl-apa-de : APA bibliography style (german) bibl-aps: APS bibliography style bibl-ssa: SSA-like (by David Wooten) I simply do not have any idea what those acronyms stand for (except APS, which is the American Physical Society, I believe). Anybody: if you have created other that you want to share, send them to me and I will add the file to the bib module distribution.
(BTW, when trying out various alternatives= I found that only aps works, all of the others bomb complaining extra # marks. I'm using a September 2005 version of t-bib ... do I need to upgrade?)
The very latest t-bib is here: http:/tex.aanhet.net/bib/m-bib-beta-20051008.zip but it has a known problem with # marks. ;-) I intend to do some work on the module today, because the low-level core support macros I need are there now. Greetings, Taco
Saturday, November 19, 2005 Taco Hoekwater wrote:
Giuseppe Bilotta wrote:
Is there a pre-rolled bibliography style that looks follows the AMS specs?
Probably not, but point me to the AMS specs. I also have a "numbered" style planned, c.f. "plain.bst", and a style for the ntg's Maps.
There are now 4 bibl-XXX files in the zip, all with bad names:
bibl-apa : APA bibliography style bibl-apa-de : APA bibliography style (german) bibl-aps: APS bibliography style bibl-ssa: SSA-like (by David Wooten)
I simply do not have any idea what those acronyms stand for (except APS, which is the American Physical Society, I believe).
Anybody: if you have created other that you want to share, send them to me and I will add the file to the bib module distribution.
Ok, I'm hacking on somethings whose final result is going to be very close to the things I get with AMS in LaTeX. The only thing I'm having problem with is putting the brackets around the numbers in the bibliograpy ... more on this later.
(BTW, when trying out various alternatives= I found that only aps works, all of the others bomb complaining extra # marks. I'm using a September 2005 version of t-bib ... do I need to upgrade?)
The very latest t-bib is here:
http:/tex.aanhet.net/bib/m-bib-beta-20051008.zip
but it has a known problem with # marks. ;-)
I'll give it a shot :) -- Giuseppe "Oblomov" Bilotta
Saturday, November 19, 2005 Taco Hoekwater wrote:
Giuseppe Bilotta wrote:
Is there a pre-rolled bibliography style that looks follows the AMS specs?
Probably not, but point me to the AMS specs. I also have a "numbered" style planned, c.f. "plain.bst", and a style for the ntg's Maps.
There are now 4 bibl-XXX files in the zip, all with bad names:
bibl-apa : APA bibliography style bibl-apa-de : APA bibliography style (german) bibl-aps: APS bibliography style bibl-ssa: SSA-like (by David Wooten)
Please find attached my first go at an AMS-like style. Can you tell me why the pub list shows without brackets? This is the code I have in my doc. \setupbibtex[database={mrabbrev,bezier,texmf,curves}] \setuppublications[alternative=ams] \setuppublications[ refcommand=num, numbering=yes, sorttype=cite, criterium=all, %numbercommand=\bibalignednumber, ] ... \let\POSTSCRIPT\PS \let\systemsuppliedtitle\chapter \completepublications -- Giuseppe "Oblomov" Bilotta
Giuseppe Bilotta wrote:
Please find attached my first go at an AMS-like style. Can you tell me why the pub list shows without brackets? This is the code I have in my doc.
That was a bug: If you'd used only one \setuppublications, it would've worked (the numbercommand is reset at each invocation of \setuppublications, and if you supply only one in your document, then the last one is the one in bibl-ams) Bug will be fixed in the next release, and I've added your file, thanks. Cheers, Taco
participants (2)
-
Giuseppe Bilotta
-
Taco Hoekwater