ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* A BibTeX problem ?
@ 2008-07-31 20:11 Thomas Bottini
  2008-08-01  8:12 ` Taco Hoekwater
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Bottini @ 2008-07-31 20:11 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 4564 bytes --]

Hello,

I would like to use BibTeX files with ConTeXt, but I encounter a strange
problem.

Here is my main tex file (test.tex) :

\usemodule[bib]
\usemodule[bibltx]

\mainlanguage[fr]
\enableregime[utf]

\setuppublications[alternative=apa-fr,criterium=all]
\setupbibtex[database=xampl]

\starttext
\nocite[*]
\completepublications
\stoptext

I have made a copy of the very famous xampl.bib in the directory which hosts
test.tex.

When I run "texexec test", I get six strange error messages. Here is a part
of my log :


system          : module bib loaded
(/home/amleth/context/tex/texmf-context/tex/context/bib/t-bib.tex
publications    : loading formatting style from bibl-apa
(/home/amleth/context/tex/texmf-context/tex/context/bib/bibl-apa.tex))
system          : module bibltx loaded
(/home/amleth/context/tex/texmf-context/tex/context/bib/t-bibltx.tex)
publications    : loading formatting style from bibl-apa-fr
(/home/amleth/context/tex/texmf-context/tex/context/bib/bibl-apa-fr.tex)
publications    : wrote a new auxiliary file test.aux
(/home/amleth/context/tex/texmf-context/tex/context/base/pdfr-def.tex)
publications    : file test.bbl not found, waiting for bibtex
systems         : begin file test at line 10
{vertical mode: \tracingstats}
{\tracingpages}
{\tracingoutput}
{\tracinglostchars}
{\tracingmacros}
{\tracingparagraphs}
{\tracingrestores}
{\showboxbreadth}
{\showboxdepth}
{\tracinggroups}
{\tracingifs}
{\tracingscantokens}
{\tracingnesting}
{\tracingassigns}
{into \tracingassigns=2}
{\errorstopmode}

{\tracingonline}
{changing \tracingonline=1}
! Undefined control sequence.
\dogetupsometextprefix ...rrenttextprefixlanguage
                                                  {#1}\ifcsname
#2\currentte...

\docompletepublications ...anguage \c!title {pubs}
                                                  }\doifdefinedelse {\??pv
d...
<to be read again>
                   \stoptext
l.13 \stoptext

?
! Undefined control sequence.
\dogetupsometextprefix ...rrenttextprefixlanguage
                                                  #3\endcsname \csname
#2\cu...

\docompletepublications ...anguage \c!title {pubs}
                                                  }\doifdefinedelse {\??pv
d...
<to be read again>
                   \stoptext
l.13 \stoptext

?
! Undefined control sequence.
<argument> \currenttextprefixlanguage

\defaultlanguage #1->\@EA \ifx \csname \??la #1
                                               \c!default \endcsname \empty
...

\dogetupsometextprefix ...rrenttextprefixlanguage
                                                  #3\endcsname \csname
#2\de...

\docompletepublications ...anguage \c!title {pubs}
                                                  }\doifdefinedelse {\??pv
d...
<to be read again>
                   \stoptext
l.13 \stoptext

?
! Undefined control sequence.
<argument> \currenttextprefixlanguage

\defaultlanguage ...faultlanguage \csname \??la #1
                                                  \c!default \endcsname \fi
\dogetupsometextprefix ...rrenttextprefixlanguage
                                                  #3\endcsname \csname
#2\de...

\docompletepublications ...anguage \c!title {pubs}
                                                  }\doifdefinedelse {\??pv
d...
<to be read again>
                   \stoptext
l.13 \stoptext

?
! Missing \endcsname inserted.
<to be read again>
                   \@@ladefault
\defaultlanguage #1->\@EA \ifx \csname \??la #1
                                               \c!default \endcsname \empty
...

\defaultlanguage ...\??la #1\c!default \endcsname
                                                  \fi
\dogetupsometextprefix ...rrenttextprefixlanguage
                                                  #3\endcsname \csname
#2\de...

\docompletepublications ...anguage \c!title {pubs}
                                                  }\doifdefinedelse {\??pv
d...
<to be read again>
                   \stoptext
l.13 \stoptext

?
! Missing control sequence inserted.
<inserted text>
                \inaccessible
<to be read again>
                   {
<argument> \edef {
                  fr}References
\firstofoneargument #1->#1

<argument> ...ofoneargument {\edef {fr}References}
                                                  \endstrut }\xdef
\localhea...

\@@ko::normal ...eadtextwidth \fi \noindent \fi #2
                                                  }
...
l.13 \stoptext

?



I must admit that I'm completely lost...
Thank you in advance for your precious help...


Thomas, from Paris, France.

[-- Attachment #1.2: Type: text/html, Size: 10036 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: A BibTeX problem ?
  2008-07-31 20:11 A BibTeX problem ? Thomas Bottini
@ 2008-08-01  8:12 ` Taco Hoekwater
  0 siblings, 0 replies; 2+ messages in thread
From: Taco Hoekwater @ 2008-08-01  8:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Thomas Bottini wrote:
> Hello,
> 
> I would like to use BibTeX files with ConTeXt, but I encounter a strange 
> problem.
> 
> 
> 
> I must admit that I'm completely lost...
> Thank you in advance for your precious help...

The error is certainly not your fault, an internal macro
that used to be expandable isn't any more so I have to
change something in the module. Will get back to you.

Best wishes,
Taco

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2008-08-01  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-31 20:11 A BibTeX problem ? Thomas Bottini
2008-08-01  8:12 ` Taco Hoekwater

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