Search found 4 matches

by skuld
Tue Jul 03, 2012 5:00 pm
Forum: Document Classes
Topic: referencing a post calculated value...
Replies: 7
Views: 8745

referencing a post calculated value...

interesting.

sorry for renaming that variable. i changed nothing, but its name. I found a hint in an old bug-report, where LaTeX had problems with special characters in counter variable names. I decided to rewrite and not just copy the code- just for sure.

i tried the snipplet on another machine ...
by skuld
Tue Jul 03, 2012 12:47 pm
Forum: Document Classes
Topic: referencing a post calculated value...
Replies: 7
Views: 8745

referencing a post calculated value...

damn. fail! i understand how it is meant to work, but the above example does not work for me :/

...is it possible that my LaTeX-installation sucks somehow? i executed pdflatex in a loop, so that the reference from the aux-file can be used, but all i get is a ??? and this over and over ...
by skuld
Tue Jul 03, 2012 11:57 am
Forum: Document Classes
Topic: referencing a post calculated value...
Replies: 7
Views: 8745

referencing a post calculated value...

totcount does not get installed on my linux-distribution by default. i consider this a disadvantage as i am looking for a robust solution.

i resumed my search with keywords from your answer and found what i was looking for here :

\documentclass{article}
\usepackage{scrlfile}

\newcounter ...
by skuld
Tue Jul 03, 2012 1:19 am
Forum: Document Classes
Topic: referencing a post calculated value...
Replies: 7
Views: 8745

referencing a post calculated value...

I really need help, as this problem took me hours and I feel something like out-of-options :/

i have a table in which a calculation is done by LaTeX. Actually I am just feeding a module with values and have neither influence of what is calculated nor do I know how exactly it works. I just know from ...