ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Figure numbering without sectionnumber
@ 2010-05-08 12:15 Jaroslav Hajtmar
  2010-05-08 16:35 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Jaroslav Hajtmar @ 2010-05-08 12:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Figure numbering without sectionnumber
  2010-05-08 12:15 Figure numbering without sectionnumber Jaroslav Hajtmar
@ 2010-05-08 16:35 ` Wolfgang Schuster
  2010-05-08 19:56   ` Jaroslav Hajtmar
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2010-05-08 16:35 UTC (permalink / raw)
  To: hajtmar, mailing list for ConTeXt users

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Figure numbering without sectionnumber
  2010-05-08 16:35 ` Wolfgang Schuster
@ 2010-05-08 19:56   ` Jaroslav Hajtmar
  2010-05-09  9:18     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Jaroslav Hajtmar @ 2010-05-08 19:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
>
>

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Figure numbering without sectionnumber
  2010-05-08 19:56   ` Jaroslav Hajtmar
@ 2010-05-09  9:18     ` Wolfgang Schuster
  2010-05-09  9:42       ` Jaroslav Hajtmar
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2010-05-09  9:18 UTC (permalink / raw)
  To: hajtmar, mailing list for ConTeXt users

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Figure numbering without sectionnumber
  2010-05-09  9:18     ` Wolfgang Schuster
@ 2010-05-09  9:42       ` Jaroslav Hajtmar
  0 siblings, 0 replies; 5+ messages in thread
From: Jaroslav Hajtmar @ 2010-05-09  9:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-05-09  9:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-08 12:15 Figure numbering without sectionnumber Jaroslav Hajtmar
2010-05-08 16:35 ` Wolfgang Schuster
2010-05-08 19:56   ` Jaroslav Hajtmar
2010-05-09  9:18     ` Wolfgang Schuster
2010-05-09  9:42       ` Jaroslav Hajtmar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).