abbreviation with Umlaut fails
\definesynonyms[abbreviation][abbreviations]
\setupsynonyms[abbreviation][criterium=all]
\abbreviation{KüFuSt}{Küstenfunkstelle}
fails. Is it a bug?
The rest of the Text works fine with Umlauts
Kind regards,
--
Jonas Stein
On 4-12-2010 5:48, Jonas Stein wrote:
\definesynonyms[abbreviation][abbreviations] \setupsynonyms[abbreviation][criterium=all] \abbreviation{KüFuSt}{Küstenfunkstelle}
works in mkiv; in mkii names have only letters a-z A-Z, there you shoul use: \abbreviation[KuFuSt]{KüFuSt}{Küstenfunkstelle} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
works in mkiv; in mkii names have only letters a-z A-Z, there you shoul use: \abbreviation[KuFuSt]{KüFuSt}{Küstenfunkstelle}
Strange... I thought i use mkiv i will check that in the afternoon again.
is there a \contextversion command in context?
I have a Systemwide old mkiv and a local fresh one
(at least i hope so ;-)
It would be nice if Numbers would be valid too.
\abbreviation{mp3}{Max and Peter Treehouse}
kind regards,
--
Jonas Stein
On 4-12-2010 9:43, Jonas Stein wrote:
works in mkiv; in mkii names have only letters a-z A-Z, there you shoul use: \abbreviation[KuFuSt]{KüFuSt}{Küstenfunkstelle}
Strange... I thought i use mkiv i will check that in the afternoon again. is there a \contextversion command in context?
I have a Systemwide old mkiv and a local fresh one (at least i hope so ;-)
It would be nice if Numbers would be valid too. \abbreviation{mp3}{Max and Peter Treehouse}
too confusing as numbers are not part of a macro name mpthree btw, here I consistently use uppercase when command generation is enabled \abbreviation[MPTHREE]{mp3}{Max and Peter Treehouse} lowercase names can overload core functionality ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 5-12-2010 3:42, Jonas Stein wrote:
btw, here I consistently use uppercase when command generation is enabled \abbreviation[MPTHREE]{mp3}{Max and Peter Treehouse} lowercase names can overload core functionality
overload core functionality? What does that mean?
\abbreviation{def}{...} \abbreviation{bf}{...} \abbreviation{em}{...} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Jonas Stein