Search found 3 matches

by kimsg
Mon Sep 28, 2009 7:07 pm
Forum: General
Topic: How can I save and use the value of a counter?
Replies: 3
Views: 5107

How can I save and use the value of a counter?

I found a solution. The totcount package (http://ctan.org/pkg/totcount) does exactly what I want.

Thanks for your help.
by kimsg
Mon Sep 28, 2009 4:47 pm
Forum: General
Topic: How can I save and use the value of a counter?
Replies: 3
Views: 5107

How can I save and use the value of a counter?

Hi there,

From what I know, if LaTeX can number your item/list or whatever whatelse you want to number, you can make a label and refer to it normally. Whether it officially comes before in your text. You might have to compile more than once, but you should be able to get a good result.

Now if you ...
by kimsg
Mon Sep 28, 2009 7:36 am
Forum: General
Topic: How can I save and use the value of a counter?
Replies: 3
Views: 5107

How can I save and use the value of a counter?

Hi, I am a new member to this forum. I have a tricky question. How can I save the value of a counter in order to use it BEFORE it is defined? It is like the combination of \label{key} and \ref{key} for equation. The only difference is that I am interested in saving and using the value of a variable ...