Re: [NTG-context] Table Numbering
Am 19.10.2012 um 02:19 schrieb Malte Stien ma...@stien.de: Thank you, Wolfgang. That works. When you update to the last beta you can drop the prefix setting because it is no enabled by default for floats. 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 ___
[NTG-context] Table Numbering
Hello, I have just up just upgraded from version 2012.03.30 to the latest beta. Suddenly none of my tables are named chapter.number anymore, eg. Table 1.3 for the third table in Chapter 1, but just 3. That is, the chapter number is no longer prepended. Has something changed there? How can I enable the old behaviour again? Thank you, Malte. PS: The latest stable seems to still be 2011.05.18; any reason why that does not get updated? ___ 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 ___
Re: [NTG-context] Table Numbering
Am 18.10.2012 um 13:59 schrieb Malte Stien ma...@stien.de: Hello, I have just up just upgraded from version 2012.03.30 to the latest beta. Suddenly none of my tables are named chapter.number anymore, eg. Table 1.3 for the third table in Chapter 1, but just 3. That is, the chapter number is no longer prepended. Has something changed there? How can I enable the old behaviour again? Add \setupcaption[prefix=yes] to your document do enable the chapter prefix for a floats or add \setupcaption[table][prefix=yes] to enable it only for table floats. I’ll take a look why the prefix isn’t enabled by default which should be the case (the value is set on the core but ignored). 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 ___
Re: [NTG-context] Table Numbering
Hello Malte, Mojca, Malte wrote: PS: The latest stable seems to still be 2011.05.18; any reason why that does not get updated? This was discussed on the mailing list a while ago; Mojca gave a rather complete answer. http://www.mail-archive.com/ntg-context@ntg.nl/msg65226.html @Mojca: you wrote, about promoting the version in TeX Live 2012 to stable/current, the following: I have no idea how Hans uploads current versions, but I could make a zip, upload it to CTAN and make it available as current in minimals. (If I forget to do that in less than a week, please remind me.) I completely forgot to remind you. :-) How about sometime this week, would that be attemptable? Then we can also update the wiki's ConTeXt engine. All the best, Sietse ___ 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 ___
Re: [NTG-context] Table Numbering
Thank you, Wolfgang. That works. Regards, Malte. On 19/10/2012, at 4:14, ntg-context-requ...@ntg.nl wrote: Hello, I have just up just upgraded from version 2012.03.30 to the latest beta. Suddenly none of my tables are named chapter.number anymore, eg. Table 1.3 for the third table in Chapter 1, but just 3. That is, the chapter number is no longer prepended. Has something changed there? How can I enable the old behaviour again? Add \setupcaption[prefix=yes] to your document do enable the chapter prefix for a floats or add \setupcaption[table][prefix=yes] to enable it only for table floats. I?ll take a look why the prefix isn?t enabled by default which should be the case (the value is set on the core but ignored). 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 ___
Re: [NTG-context] table numbering
Peter Münster wrote: Hello, in the following example, the first table gets the number 1 and the second table the number 0 ! Could someone help please? Hans, is this perhaps related to a failed dvipos? Taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Re: [NTG-context] table numbering
Taco Hoekwater wrote: Peter M�nster wrote: Hello, in the following example, the first table gets the number 1 and the second table the number 0 ! Could someone help please? Hans, is this perhaps related to a failed dvipos? ah, could be the case indeed; you need a recent dvipos because the invocation changed; on the other hand, maybe i should look into using the pdftex dvi mode pos stuff (i wanted to wait with that till new versions were out); i'll have a look at that Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl - ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
[NTG-context] table numbering
Hello, in the following example, the first table gets the number 1 and the second table the number 0 ! Could someone help please? Cheers, Peter \setupoutput[dvi] \starttext \placetable[][tab1]{bla}{ \bTABLE \bTR\bTD bla\eTD\eTR \eTABLE} \placetable[][tab2]{bla}{ \bTABLE \bTR\bTD bla\eTD\eTR \eTABLE} \stoptext -- http://pmrb.free.fr/contact/ ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Re: [NTG-context] table numbering
On Wednesday 19 July 2006 13:30, Peter Münster wrote: Hello, in the following example, the first table gets the number 1 and the second table the number 0 ! Could someone help please? Cheers, Peter \setupoutput[dvi] \starttext \placetable[][tab1]{bla}{ \bTABLE \bTR\bTD bla\eTD\eTR \eTABLE} \placetable[][tab2]{bla}{ \bTABLE \bTR\bTD bla\eTD\eTR \eTABLE} \stoptext The following works correctly for me: \setupoutput[pdf] \starttext \placetable[][tab1]{bla}{ \bTABLE \bTR\bTD firstbla\eTD\eTR \eTABLE} \placetable[][tab2]{bla}{ \bTABLE \bTR\bTD secondbla\eTD\eTR \eTABLE} \stoptext See if my version works for you. -- John Culleton Able Indexing and Typesetting Precision typesetting (tm) at reasonable cost. Satisfaction guaranteed. http://wexfordpress.com ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context