Discussion:
exercise list
sebszab
2007-02-05 17:08:16 UTC
Permalink
Hi,

I am making a list of exercises for which I use the exercise package. I
have exercises with subparts, so I want to number the exercises with
arabic numbers, and the subparts with alphabets (a,b,etc).
Thus I have:

\begin{ExerciseList}

\Exercise Body of the exercise

\Question First question

\Question Second question

\end{ExerciseList}

However, it numbers the questions with arabic numbers.
In the manual of the package I found that the counter can be changed by
a pre-defined counter, but I do not know how to define a counter for
the questions.
Could anybody help me in this?
Thanks very much.
regards,
Szabolcs





Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Yannick
2007-02-05 21:07:32 UTC
Permalink
Post by sebszab
Hi,
I am making a list of exercises for which I use the exercise package. I
have exercises with subparts, so I want to number the exercises with
arabic numbers, and the subparts with alphabets (a,b,etc).
\begin{ExerciseList}
\Exercise Body of the exercise
\Question First question
\Question Second question
\end{ExerciseList}
However, it numbers the questions with arabic numbers.
In the manual of the package I found that the counter can be changed by
a pre-defined counter, but I do not know how to define a counter for
the questions.
Could anybody help me in this?
Thanks very much.
regards,
Szabolcs
Well I don't know the package, but a counter can be defined with:
\newcounter{counter_name}
If there is a different type of counter with this package, I can't help
you. But in normal LaTeX you can set the style of the counters (for
example in enumerate) globaly, without creating new counters.
I hope you will succeed,

Yannick



Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Szabolcs Sebestyén
2007-02-06 10:03:55 UTC
Permalink
According to the manual of the package, I simply have
to write

\Question[counter={counter_name}]

My problem is how to define a counter to use
alphabets?
\newcounter{counter_name} is ok, but then what should
I do?

Thanks very much,
Szabolcs
Post by sebszab
Post by sebszab
Hi,
I am making a list of exercises for which I use
the exercise package. I
Post by sebszab
have exercises with subparts, so I want to number
the exercises with
Post by sebszab
arabic numbers, and the subparts with alphabets
(a,b,etc).
Post by sebszab
\begin{ExerciseList}
\Exercise Body of the exercise
\Question First question
\Question Second question
\end{ExerciseList}
However, it numbers the questions with arabic
numbers.
Post by sebszab
In the manual of the package I found that the
counter can be changed by
Post by sebszab
a pre-defined counter, but I do not know how to
define a counter for
Post by sebszab
the questions.
Could anybody help me in this?
Thanks very much.
regards,
Szabolcs
Well I don't know the package, but a counter can be
\newcounter{counter_name}
If there is a different type of counter with this
package, I can't help
you. But in normal LaTeX you can set the style of
the counters (for
example in enumerate) globaly, without creating new
counters.
I hope you will succeed,
Yannick
___________________________________________________________
The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html



Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
michael nganda
2007-02-06 16:15:27 UTC
Permalink
Hi,

I am not familiar with that package but I am with
enumerate where you type

\begin{enumerate}
[(i)]\item ....
\item ...
...
\begin{enumerate}
[(a)]\item ...
\item ....
....
\end{enumerate}
\end{enumerate}

You can easily create the lists you like with the
package "enumerate".

Michael.
Post by Szabolcs Sebestyén
According to the manual of the package, I simply
have
to write
\Question[counter={counter_name}]
My problem is how to define a counter to use
alphabets?
\newcounter{counter_name} is ok, but then what
should
I do?
Thanks very much,
Szabolcs
Post by sebszab
Post by sebszab
Hi,
I am making a list of exercises for which I use
the exercise package. I
Post by sebszab
have exercises with subparts, so I want to
number
Post by sebszab
the exercises with
Post by sebszab
arabic numbers, and the subparts with alphabets
(a,b,etc).
Post by sebszab
\begin{ExerciseList}
\Exercise Body of the exercise
\Question First question
\Question Second question
\end{ExerciseList}
However, it numbers the questions with arabic
numbers.
Post by sebszab
In the manual of the package I found that the
counter can be changed by
Post by sebszab
a pre-defined counter, but I do not know how to
define a counter for
Post by sebszab
the questions.
Could anybody help me in this?
Thanks very much.
regards,
Szabolcs
Well I don't know the package, but a counter can
be
Post by sebszab
\newcounter{counter_name}
If there is a different type of counter with this
package, I can't help
you. But in normal LaTeX you can set the style of
the counters (for
example in enumerate) globaly, without creating
new
Post by sebszab
counters.
I hope you will succeed,
Yannick
___________________________________________________________
Post by Szabolcs Sebestyén
The all-new Yahoo! Mail goes wherever you go - free
your email address from your Internet provider.
http://uk.docs.yahoo.com/nowyoucan.html
____________________________________________________________________________________
TV dinner still cooling?
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/



Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Loading...