General ⇒ Memory between passes
-
- Posts: 132
- Joined: Wed Feb 11, 2009 11:38 pm
Memory between passes
Is there no way to make TeX remember the value of registers between passes?
NEW: TikZ book now 40% off at Amazon.com for a short time.

Memory between passes
The only way making TeX remember anything between passes is to write things into an auxiliary file and read that file in at an early stage of the second compilation. this is what LaTeX's
Regards
aux
file is for where for example labels are written for cross references.Regards
site moderator & package author