ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \resetquestion
@ 2006-03-20  6:36 David Arnold
  2006-03-20  9:59 ` \resetquestion Taco Hoekwater
  0 siblings, 1 reply; 2+ messages in thread
From: David Arnold @ 2006-03-20  6:36 UTC (permalink / raw)


All,

How come \resetquestion in this source does not work as advertised in  
the manual?

I also tried \setquestion{0} to no avail.

%output=pdf

\starttext

\setupindenting[medium,yes]

\setupwhitespace[medium]

\setupcolors[state=start]

\defineenumeration[question]
\setupenumerations
   [question]
   [location=inleft,
    text={\color[blue]\bgroup},
    stopper={.\egroup}]

\chapter{First Chapter}

\dorecurse{2}{\input tufte\par}

\section{First Section}

\dorecurse{5}{\input tufte\par}

\section{Exercises}

\startcolumns[n=2]

\startquestion
   What is the square root of $\pi$?
\stopquestion

\startquestion
   What is the square root of $\pi$?
\stopquestion

\startquestion
   What is the square root of $\pi$?
\stopquestion

\startquestion
   What is the square root of $\pi$?
\stopquestion


\stopcolumns

\section{Answers}

\startcolumns[n=2]
\dorecurse{5}{\input tufte\par}
\stopcolumns

\section{Second Section}

\dorecurse{5}{\input tufte\par}

\section{Exercises}

\startcolumns[n=2]

\resetquestion

\startquestion
   What is the square root of $\pi$?
\stopquestion

\startquestion
   What is the square root of $\pi$?
\stopquestion

\startquestion
   What is the square root of $\pi$?
\stopquestion

\startquestion
   What is the square root of $\pi$?
\stopquestion


\stopcolumns

\section{Answers}

\startcolumns[n=2]
\dorecurse{5}{\input tufte\par}
\stopcolumns

\section{Third Section}

\dorecurse{5}{\input tufte\par}

\section{Exercises}

\startcolumns[n=2]

\startquestion
   What is the square root of $\pi$?
\stopquestion

\startquestion
   What is the square root of $\pi$?
\stopquestion

\startquestion
   What is the square root of $\pi$?
\stopquestion

\startquestion
   What is the square root of $\pi$?
\stopquestion


\stopcolumns

\section{Answers}

\startcolumns[n=2]
\dorecurse{5}{\input tufte\par}
\stopcolumns

\stoptext

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

* Re: \resetquestion
  2006-03-20  6:36 \resetquestion David Arnold
@ 2006-03-20  9:59 ` Taco Hoekwater
  0 siblings, 0 replies; 2+ messages in thread
From: Taco Hoekwater @ 2006-03-20  9:59 UTC (permalink / raw)




David Arnold wrote:
> All,
> 
> How come \resetquestion in this source does not work as advertised in  
> the manual?

The implementation has changed, and apparently this definition
has slipped our attention. You can use

   \resetnumber[question]

instead. Btw, I think you were looking for

   \setupenumeration[question][way=bysection,sectionnumber=no]

in that other message.

Cheers, taco

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

end of thread, other threads:[~2006-03-20  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-20  6:36 \resetquestion David Arnold
2006-03-20  9:59 ` \resetquestion Taco Hoekwater

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