Discussion:
\ref{chaN} instability problem
yarsky_1
2009-03-08 18:22:50 UTC
Permalink
Hello guys,

i've got a \ref{chaN} instability problem. Well after some unsuccesfull manimulations with \makeindex, i found that my \ref's on Chapters of my doc are busted. Say i've got

\chapter{X}\label{cha1}
bla
\chapter{XX}\label{cha2}
bla bla
\chapter{XXX}\label{cha3}
bla bla bla

so that in the text when making refernces to the chapter I wrie "bla bla bla in Chapter \ref{cha1} or Chapter \ref{cha2} etc. Before it was all fine "bla bla bla in Chpater 1 or Chapter 2 or Chapter 3". Now it goes like "bla bla bla in Chapter 2.6 or Chapter 3.7 or Chapter 4.8". What happened? Which counter became wrongly set?

Thank you!!!





------------------------------------
yarsky_1
2009-03-08 19:04:07 UTC
Permalink
false alert: fixed through \setcounter{chapter}{1}
Post by yarsky_1
Hello guys,
i've got a \ref{chaN} instability problem. Well after some unsuccesfull manimulations with \makeindex, i found that my \ref's on Chapters of my doc are busted. Say i've got
\chapter{X}\label{cha1}
bla
\chapter{XX}\label{cha2}
bla bla
\chapter{XXX}\label{cha3}
bla bla bla
so that in the text when making refernces to the chapter I wrie "bla bla bla in Chapter \ref{cha1} or Chapter \ref{cha2} etc. Before it was all fine "bla bla bla in Chpater 1 or Chapter 2 or Chapter 3". Now it goes like "bla bla bla in Chapter 2.6 or Chapter 3.7 or Chapter 4.8". What happened? Which counter became wrongly set?
Thank you!!!
------------------------------------

Continue reading on narkive:
Loading...