Graphics, Figures & Tables ⇒ how to delete a counter?
how to delete a counter?
The problem happens when I use a TiKz program
http://www.texample.net/tikz/examples/fibonacci-spiral/
to plot a fibonacci-spiral.
It uses three counter a,b,temp.
I use \include{chapter number} to include a file containing this program. \include will the counters into .aux file.
But sometimes I do not want to include this file when testing my writing. Therefore,
I use \includeonly{other chapter} to compile.
\includeonly will read the .aux file, which contains the counter a,b,temp. Hence error message pop up.
Therefore, how can I "delete" a counter? or somehow modify the fibonacci-spiral program not to use counters?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis