ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Issue with bibtex crossref in combination with {-}
@ 2018-08-01 15:21 Joshua Moerman
  2018-08-02 17:24 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Moerman @ 2018-08-01 15:21 UTC (permalink / raw)
  To: ntg-context

Hi ConTeXt people,

I found another issue with the crossref feature in ConTeXt. I get an error
when a {-} is used in a crossref. If it is used directly in the paper entry,
it works just fine. Replacing {-} by only - works, but the DBLP database
generates {-} and it would be nice to use that directly.

Example:
\usebtxdefinitions[apa]

\startbuffer[biblio]
@inproceedings{PAPER,
	author    = {First Last},
	title     = {PaperTitle},
	booktitle = {Conference of BlaBla},
	year      = {2017},
	crossref  = {CONF},
}

@proceedings{CONF,
	title     = {Conference on BlaBla},
	year      = {2017},
	editor    = {Jan{-}Willem Jansen},
	publisher = {Springer},
}
\stopbuffer

\usebtxdataset[biblio.buffer]

\starttext
See \cite{PAPER}.
\blank
\placelistofpublications
\blank
\showbtxdatasetcompleteness
\stoptext

This gives the error:
tex error       > tex error on line 1 in file
C:/Users/joshua/Documents/PhD/Thesis/ConTeXtTests/biblio.tex: ! Extra }, or
forgotten \endgroup

But it should just work without errors (I think), since using extra {}
should work.
Thanks in advance.

Groetjes,
Joshua



___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Issue with bibtex crossref in combination with {-}
  2018-08-01 15:21 Issue with bibtex crossref in combination with {-} Joshua Moerman
@ 2018-08-02 17:24 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2018-08-02 17:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Joshua Moerman

On 8/1/2018 5:21 PM, Joshua Moerman wrote:
> Hi ConTeXt people,
> 
> I found another issue with the crossref feature in ConTeXt. I get an error
> when a {-} is used in a crossref. If it is used directly in the paper entry,
> it works just fine. Replacing {-} by only - works, but the DBLP database
> generates {-} and it would be nice to use that directly.
catched in next beta

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-08-02 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-01 15:21 Issue with bibtex crossref in combination with {-} Joshua Moerman
2018-08-02 17:24 ` Hans Hagen

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