ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Question to key commnad at \setuphead
@ 2019-03-04 17:42 Tomas Hala
  2019-03-04 17:50 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Tomas Hala @ 2019-03-04 17:42 UTC (permalink / raw)
  To: Mailing list ConTeXt

Hi all,

compiling the ME below (ConTeXt from TeXlive) I got this error message:

! Argument of \MyChapterCommand has an extra }

and I do not know why. What am I doing wrong?

Best wishes,

Tomáš 

===================
\starttext
\def\MyChapterCommand#1#2{::#1//#2==}
%\setuphead [chapter][command=\MyChapterCommand]  %% does not work
 \setupheads[chapter][command=\MyChapterCommand]  %% does not work
\chapter{A}
\stoptext
===================

___________________________________________________________________________________
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] 3+ messages in thread

* Re: Question to key commnad at \setuphead
  2019-03-04 17:42 Question to key commnad at \setuphead Tomas Hala
@ 2019-03-04 17:50 ` Wolfgang Schuster
  2019-03-05 10:28   ` Tomas Hala
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2019-03-04 17:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Tomas Hala

Tomas Hala schrieb am 04.03.19 um 18:42:
> Hi all,
> 
> compiling the ME below (ConTeXt from TeXlive) I got this error message:
> 
> ! Argument of \MyChapterCommand has an extra }
> 
> and I do not know why. What am I doing wrong?
> 
> Best wishes,
> 
> Tomáš
> 
> ===================
> \starttext
> \def\MyChapterCommand#1#2{::#1//#2==}

Use

\define[2]\MyChapterCommand{::#1//#2==}

or

\unexpanded\def\MyChapterCommand#1#2{::#1//#2==}

Wolfgang
___________________________________________________________________________________
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] 3+ messages in thread

* Re: Question to key commnad at \setuphead
  2019-03-04 17:50 ` Wolfgang Schuster
@ 2019-03-05 10:28   ` Tomas Hala
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Hala @ 2019-03-05 10:28 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users

Thank you, Wolgang, that's it. 

Yesterday I tried also numbercommand, textcommand, etc. and the described
problem did not appear. Why the key "command" needs \unexpanded and
other keys (*command) not? 

Best wishes,

Tomáš 


Mon, Mar 04, 2019 ve 06:50:27PM +0100 Wolfgang Schuster napsal(a):
# Tomas Hala schrieb am 04.03.19 um 18:42:
# >Hi all,
# >
# >compiling the ME below (ConTeXt from TeXlive) I got this error message:
# >
# >! Argument of \MyChapterCommand has an extra }
# >
# >and I do not know why. What am I doing wrong?
# >
# >Best wishes,
# >
# >Tomáš
# >
# >===================
# >\starttext
# >\def\MyChapterCommand#1#2{::#1//#2==}
# 
# Use
# 
# \define[2]\MyChapterCommand{::#1//#2==}
# 
# or
# 
# \unexpanded\def\MyChapterCommand#1#2{::#1//#2==}
# 
# Wolfgang

___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2019-03-05 10:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 17:42 Question to key commnad at \setuphead Tomas Hala
2019-03-04 17:50 ` Wolfgang Schuster
2019-03-05 10:28   ` Tomas Hala

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