ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Julian Becker <becker.julian@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: undefined control sequence bug with German umlaut in bibliography
Date: Fri, 3 Jun 2011 20:38:04 +0200	[thread overview]
Message-ID: <BANLkTim4ZuDyK0=p=WAivF8ciOSFh8zA+g@mail.gmail.com> (raw)


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

I came across an issue in context (context ver. 2011.05.18 22:26, LuaTeX
ver: beta-0.65.0-2010121421 (rev 4034) ) when trying to cite a bibliography
item having an author with a German umlaut "ä"

Compiling the short example below, produces the following output and then
-------------------------------------
...
system > begin file test.tex at line 3
publications > loading database from test.bbl
(test.bbl
! Undefined control sequence.
\@@pbs ->Tr\0
6
\dostartpublication ...@@pby \noexpand \or \@@pbs
\noexpand \or \@@pbn \noex...
l.9 \stoppublication

)
backend > xmp > using file
'M:/Programs/context/tex/texmf-local/tex/context/base/lpdf-pdx.xml'
pages > flushing realpage 1, userpage 1, subpage 1
system > end file test.tex at line 5
...
mtx-context | fatal error: return code: 1
----------------------

The strange thing is that when I change the Tr\"{a}ger to Schr\"{a}ger,
everything works just fine.
Does anybody know what's going on here?!

Julian


---test.tex---------
\setuppublications[alternative=apa,sorttype=bbl]
\setupbibtex[database=test.bib]
\starttext
I'd like to cite \cite[Entry1].
\stoptext


-----test.bib:---this one produces an error-----
@misc{Entry1,
author = {Tr\"{a}ger, D},
title = {{Some Document}},
year = {2006}
}
----------------------

----test.bib--this works---
@misc{Entry1,
author = {Schr\"{a}ger, D},
title = {{Some Document}},
year = {2006}
}
----------------------

-- 
Julian Becker
Institut für Angewandte Physik, R.123
Westfälische Wilhelms-Universität Münster
Corrensstr. 2/4
48149 Münster / Westfalen
Tel. 0251 83-3 61 53
Mob. 0151 599 848 29
e-mail: j_beck16@uni-muenster.de

"Keep thy heart with all diligence; for it is the wellspring of life."

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

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2011-06-03 18:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-03 18:38 Julian Becker [this message]
2011-06-03 19:03 ` Thomas A. Schmitz
2011-06-04  0:31   ` Pontus Lurcock
2011-06-04  8:43     ` Julian Becker
2011-06-04  9:23       ` Julian Becker
2011-06-04  9:26         ` Taco Hoekwater
2011-06-07  7:42           ` Ulrike Fischer
2011-06-04 10:07         ` Pontus Lurcock
2011-06-04 10:32           ` Julian Becker
2011-06-06 10:11           ` Arthur Reutenauer
2011-06-06 10:29             ` Pontus Lurcock
2011-06-06 10:44               ` Arthur Reutenauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTim4ZuDyK0=p=WAivF8ciOSFh8zA+g@mail.gmail.com' \
    --to=becker.julian@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).