phystricks
|
Creates a name for a counter in LaTeX. More...
Public Member Functions | |
def | __call__ (self, counter_name) |
Static Public Attributes | |
dictionary | counter = {} |
Creates a name for a counter in LaTeX.
Suppose you need to ask for the value of the counter page
. What you do is
What phystricks
do is to add such a line in the 'pstricks' file :
where some_id
is what we furnish here. This is the identifiant which whose we are going to search for the answer in the dedicated .aux
file.
It has to be
.aux
filephustricks
. def phystricks.src.AuxFile.CounterId.__call__ | ( | self, | |
counter_name | |||
) |
|
static |