On 2012-01-27 12:23, Michael Green wrote:
> I'm having a problem with bibliographies.

I believe the bug is in strc-lst.lua.

···· line 526ff. ················································

  function lists.location(n)
      local l = lists.result[n]
-     return l.references.internal or n
+     return l and l.references.internal or n
  end

·································································

Works here.

Philipp


> 
> ---- Example file ----------------------------------------
> 
> \setupbibtex[database=test]
> \setuppublications[alternative=apa]
> 
> \starttext
> Here is a cite command: \cite[hh2010a]
> 
> %\placepublications[criterium=all]
> 
> \stoptext
> 
> ---- test.bib ----------------------------------------
> 
> @STRING{hh = {Hans Hagen}}
> 
> @ARTICLE{hh2010a,
>   author = hh,
>   title = {The Font Name Mess},
>   journal = {MAPS},
>   year = {2010},
>   volume = {40},
>   pages = {2-8},
>   keywords = {context},
> }
> 
> ---- Log ----------------------------------------
> 
> This is LuaTeX, Version beta-0.70.1-2011051908 (rev 4277) 
>  \write18 enabled.
> (2012bib.tex
> 
> ConTeXt  ver: 2012.01.25 14:16 MKIV  fmt: 2012.1.26  int: english/english
> 
> system          > cont-new.mkiv loaded
> (/Users/michaelgreen/Applications/context/tex/texmf-context/tex/context/base/cont-new.mkiv
> system          > beware: some patches loaded from cont-new.mkiv
> )
> system          > 2012bib.top loaded
> (2012bib.top)
> fonts           > latin modern fonts are not preloaded
> languages       > language en is active
> publications    > wrote a new auxiliary file \jobname.aux
> This is BibTeX, Version 0.99d (TeX Live 2011)
> The top-level auxiliary file: 2012bib.aux
> The style file: cont-no.bst
> Database file #1: test.bib
> publications    > loading formatting style from bibl-apa
> (/Users/michaelgreen/Applications/context/tex/texmf-context/tex/context/bib/bibl-apa.tex){/Users/michaelgreen/Applications/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
> fonts           > preloading latin modern fonts (second stage)
> fonts           > typescripts > unknown: library 'loc'
> {/Users/michaelgreen/Applications/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/Users/michaelgreen/Applications/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
> fonts           > fallback modern rm 12pt is loaded
> check           > missing or ungrouped '=' after 'pubs' in line 5 (68>:)
> publications    > loading database from 2012bib.bbl
> (2012bib.bbl)
> ! Extra \endgroup.
> 
> system          > tex > error on line 5 in file 2012bib.tex: Extra  ...
> 
> 1     \setupbibtex[database=test]
> 2     \setuppublications[alternative=apa]
> 3     
> 4     \starttext
> 5 >>  Here is a cite command: \cite[hh2010a]
> 6     
> 7     %\placepublications[criterium=all]
> 8     
> 9     \stoptext
> 
> 
> \docite ...else \donumberedcite {#1}\fi \endgroup 
>
> <to be read again> 
>
> l.5 Here is a cite command: \cite[hh2010a]
>
> ? 
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Attachment: pgpBzCflw3RqU.pgp
Description: PGP signature

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to