Re: [NTG-context] \BibTeX usage

2012-04-12 Thread Kip Warner
On Thu, 2012-04-12 at 06:48 +0200, Wolfgang Schuster wrote:
 \usemodule[abr-01]
 %\usemodule[abr-02]
 %\usemodule[abr-03]
 %\usemodule[abr-04]
 \starttext
 \BIBTEX
 \stoptext
 
 Wolfgang

That works, but it is a dummy macro that isn't actually tied to BibTeX.
That's fine, except I need version info as well which the macro doesn't
provide. It isn't critical and if this isn't possible, it isn't a big
deal.

Thanks Wolfgang,

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] \BibTeX usage

2012-04-11 Thread Kip Warner
Hey list,

I assumed that there was some macro akin to \CONTEXT for the BibTeX
module, and I believe there is, \BibTeX. The problem is it isn't
recognized when I attempt to compile my document with it. Is there a
module that must be included or something else one must do? I'd also
like to be able to extract the BibTeX version as well, if possible (akin
to \contextversion).

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] \BibTeX usage

2012-04-11 Thread Wolfgang Schuster

Am 12.04.2012 um 04:32 schrieb Kip Warner:

 Hey list,
 
 I assumed that there was some macro akin to \CONTEXT for the BibTeX
 module, and I believe there is, \BibTeX. The problem is it isn't
 recognized when I attempt to compile my document with it. Is there a
 module that must be included or something else one must do? I'd also
 like to be able to extract the BibTeX version as well, if possible (akin
 to \contextversion).


\usemodule[abr-01]
%\usemodule[abr-02]
%\usemodule[abr-03]
%\usemodule[abr-04]
\starttext
\BIBTEX
\stoptext

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___