Re: [NTG-context] several questions

2006-07-31 Thread Taco Hoekwater


Jorge Manuel de Almeida Magalhães wrote:
 
 2. Did you know how to force the section number to start in the number  
 0, not in 1 (default)?

That took some experimenting:

   \setuphead[section][chapternumber=yes]
   \setuphead[chapter][after={\setupheadnumber[section][-1]}]

Cheers,
Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] several questions

2006-07-30 Thread Jorge Manuel de Almeida Magalhães
Hi to all

I have some questions for you. Please help me:

1. Did you know a way to make a list of tables (natural tables \bTable 
\eTable)? For the Figures it is very easy:

\placelist[figure][alternative=c,aligntitle=no,width=4em]

but

\placelist[table][alternative=c,aligntitle=no,width=4em]

  d'ont works


2. Did you know how to force the section number to start in the number  
0, not in 1 (default)?

3. In the top of my file I use \language[pt], but it d'ont work. For 
example, in the figure caption I have Figure but I need Figura and 
so on


Thanks a lot

have a nice day

Jorge

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] several questions

2006-07-30 Thread Peter Münster
On Sat, 29 Jul 2006, Jorge Manuel de Almeida Magalhães wrote:

 \placelist[table][alternative=c,aligntitle=no,width=4em]
 
   d'ont works

\starttext
\placelist[table][alternative=c,aligntitle=no,width=4em]
\placetable{bla}{bla}
\stoptext

works for me.

 3. In the top of my file I use \language[pt], but it d'ont work. For 
 example, in the figure caption I have Figure but I need Figura and 
 so on

You could try \mainlanguage[pt].

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] several questions

2006-07-30 Thread Hans Hagen
� wrote:
 Hi to all

 I have some questions for you. Please help me:

 1. Did you know a way to make a list of tables (natural tables \bTable 
 \eTable)? For the Figures it is very easy:

 \placelist[figure][alternative=c,aligntitle=no,width=4em]

 but

 \placelist[table][alternative=c,aligntitle=no,width=4em]

   d'ont works
   
hm, do you have a small example file showing this?
 3. In the top of my file I use \language[pt], but it d'ont work. For 
   
only \mainlanguage triggers a full language switch; \language is mostly 
used for parts of the text being in another languag ethamn the main 
language

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


Re: [NTG-context] several questions

2006-07-30 Thread Miguel Queiros

 I have some questions for you. Please help me:
 
 1. Did you know a way to make a list of tables (natural tables \bTable 
 \eTable)? For the Figures it is very easy:
 
 \placelist[figure][alternative=c,aligntitle=no,width=4em]
 
 but
 
 \placelist[table][alternative=c,aligntitle=no,width=4em]
 
   d'ont works

For figures and tables I used 
\completelistoffigures
 and
\completelistoftables . Will it work for you ?

 3. In the top of my file I use \language[pt], but it d'ont work. For 
 example, in the figure caption I have Figure but I need Figura and 
 so on

You should use \mainlanguage[pt] as someone already mentioned.

You might also need to know the following, as I'v had the need
to use it already. As far as I remember \setuplabeltext
was used in the to change the word see in index (O Indice
Remissivo em Portugues). The other ones I believe are easy to
understand.

\setupheadtext[pt][content=Índice]
\setupheadtext[pt][figures=Lista de Figuras]
\setupheadtext[pt][tables=Lista de Tabelas]
\setupheadtext[pt][index=Índice Remissivo]
\setuplabeltext[pt][see=ver ]

Miguel Queirós

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Several questions about format generation

2005-02-18 Thread VnPenguin
On Fri, 18 Feb 2005 09:12:09 +0100, Stefan Wachter
[EMAIL PROTECTED] wrote:
 Hi all,
 
 in the diverse documentation about ConTeXt installation I find the
 instruction
 
 texexec --make ... --language ...
 
 for generating format files. Several questions arise:
 
 1. What is the consequence of selecting specific languages after the
 --make option? Have the generated formats the same functionality, i.e.
 do they differ only in the user interface? In particular, do the
 different formats have the same hyphenation capabilities?
 
 2. In the How to install ConTeXt manual I read that the nl-format is
 needed for some postprocessing features built in texexec. Is this still
 valid? The TeXLive distribution of 2004 contains only the cont-en.fmt file.

The same for teTeX 3.0
So I think *-nl* is not need unless you need some things (e.g
labels,...)  related to NL, right ?
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Several questions about format generation

2005-02-18 Thread Hans Hagen
Stefan Wachter wrote:
in the diverse documentation about ConTeXt installation I find the 
instruction

texexec --make ... --language ...
for generating format files. Several questions arise:
1. What is the consequence of selecting specific languages after the 
--make option? Have the generated formats the same functionality, i.e. 
do they differ only in the user interface? In particular, do the 
different formats have the same hyphenation capabilities?
it becomes the default
2. In the How to install ConTeXt manual I read that the nl-format is 
needed for some postprocessing features built in texexec. Is this still 
valid? The TeXLive distribution of 2004 contains only the cont-en.fmt file.
some special purpose styles run on the nl interface
3. Is using the --language xy option equivalent to the using the 
\mainlanguage[xy] macro?
kind of
4. In case that several format files exist: which one is selected by 
texexec?
texexec makes a guess, unless the first line says:
% interface=en
-
  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