Figure numbering without sectionnumber
Hello. I am looking for solutions of my problem and googling but without success. I want get figurenumbering without sectionnumber. For example: List of figures: 1. figure one 2. figure two ... I tried \setupnumber[figure][sectionnumber=no] and similar things with \setuplist etc. but without efect. I always get: List of figures: 1.1. figure one 1.2. figure two ... Is there any solutions? Thanx Jaroslav Hajtmar
Am 08.05.10 14:15, schrieb Jaroslav Hajtmar:
Hello. I am looking for solutions of my problem and googling but without success.
I want get figurenumbering without sectionnumber. For example:
List of figures:
1. figure one 2. figure two ...
I tried \setupnumber[figure][sectionnumber=no] and similar things with \setuplist etc. but without efect.
I always get:
List of figures:
1.1. figure one 1.2. figure two ...
Is there any solutions? \setupcaption[figure][way=bytext]?
To less information for a better answer because you don't tell us if the number should be reset at each chapter/section/... or continue till the end of the document. Wolfgang
Thanx Wolfgang! I was tried your \setupcaption[figure][way=bytext]. In MKII is this OK, but in MKIV without efect. I have to compiling by MKIV because part of source code is for MKII unknown. I have more sections but only one set of figures for all document. Is any solution in MKIV? thanx Jaroslav Hajtmar Dne 8.5.2010 18:35, Wolfgang Schuster napsal(a):
Am 08.05.10 14:15, schrieb Jaroslav Hajtmar:
Hello. I am looking for solutions of my problem and googling but without success.
I want get figurenumbering without sectionnumber. For example:
List of figures:
1. figure one 2. figure two ...
I tried \setupnumber[figure][sectionnumber=no] and similar things with \setuplist etc. but without efect.
I always get:
List of figures:
1.1. figure one 1.2. figure two ...
Is there any solutions? \setupcaption[figure][way=bytext]?
To less information for a better answer because you don't tell us if the number should be reset at each chapter/section/... or continue till the end of the document.
Wolfgang
Am 08.05.10 21:56, schrieb Jaroslav Hajtmar:
Thanx Wolfgang! I was tried your \setupcaption[figure][way=bytext]. In MKII is this OK, but in MKIV without efect.
I have to compiling by MKIV because part of source code is for MKII unknown.
I have more sections but only one set of figures for all document.
Is any solution in MKIV?
\setupcaption[figure][way=bytext,prefixsegments=100] \starttext \chapter{One} \placefigure{one}{1} \section{Two} \placefigure{two}{2} \chapter{Three} \placefigure{three}{3} \section{Four} \placefigure{four}{4} \subsection{Five} \placefigure{five}{5} \subsubsection{Six} \placefigure{six}{6} \stoptext Wolfgang
Great, hat the ticket! Thank you very much. Jaroslav Dne 9.5.2010 11:18, Wolfgang Schuster napsal(a):
\setupcaption[figure][way=bytext,prefixsegments=100] \starttext \chapter{One} \placefigure{one}{1} \section{Two} \placefigure{two}{2} \chapter{Three} \placefigure{three}{3} \section{Four} \placefigure{four}{4} \subsection{Five} \placefigure{five}{5} \subsubsection{Six} \placefigure{six}{6} \stoptext
participants (2)
-
Jaroslav Hajtmar
-
Wolfgang Schuster