Jeroen schrieb am 12.03.19 um 18:16:
Dear list
The configuration below is what I found for a question and answer
section. If would like the text to start immediately after "question
1", "question2", etc. and not below it and the same for the answers.
Is there an easy way to achieve this?
Regards, Jeroen
\setupinteraction[state=start]
\define[1]\QuestionTextCommand
{\doglobal\increment\QuestionCounter
\pagereference[question:\QuestionCounter]%
\doifreferencefoundelse{answer:\QuestionCounter}
{\goto{#1}[answer:\QuestionCounter]}
{#1}}
\define[1]\AnswerTextCommand
{\doglobal\increment\AnswerCounter
\pagereference[answer:\AnswerCounter]%
\doifreferencefoundelse{question:\AnswerCounter}
{\goto{#1}[question:\AnswerCounter]}
{#1}}
\defineenumeration
[question]
[text=Question,
alternative=serried,
headcommand=\QuestionTextCommand]
\defineenumeration
[answer]
[text=Answer,
alternative=serried,
headcommand=\AnswerTextCommand]
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
___________________________________________________________________________________