Re: [NTG-context] \Subject in blue?

2004-10-25 Thread Hans Hagen
David Arnold wrote:
All,
How do I get all of my \subject commands to typeset in blue?
\setupcolors[state=start]
\setuphead[subject][color=blue]
-
  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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] TOC.

2004-10-25 Thread Dirar BOUGATEF
Hi,

Am using \placecontent to generate my TOC, but this does not produce anything.

I had a look at the manualsand it does not mention any special settings.

Any help would be welcome.

This is my version:

ConTeXt ver: 2004.10.19 fmt: 2004.10.24 int: english mes: english

Cheers.

Dirar.Express yourself instantly with MSN Messenger! MSN Messenger Download today it's FREE!
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] TOC.

2004-10-25 Thread Hans Hagen
Dirar BOUGATEF wrote:
Hi,
 
Am using \placecontent to generate my TOC, but this does not produce 
anything.
 
I had a look at the manuals and it does not mention any special settings.
 
Any help would be welcome.
 
This is my version:
 
ConTeXt  ver: 2004.10.19  fmt: 2004.10.24  int: english  mes: english
is texutil run between jobs (should happen automatically)
(there should be a *.tuo file)
[texexec and texutil are both needed]
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Page Numbering

2004-10-25 Thread Hans Hagen
David Arnold wrote:
How can I get my pagenumbering to go:
Page 1
Page 2
the clean way is: \setuplabeltext[pagenumber=Page ]
-
  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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] TOC.

2004-10-25 Thread Dirar BOUGATEF
Indeed texutil wasn't running. I have copied it manually to my bin folder and now i get the TOC.
Yahoo!
Thanks for your help Hans.Express yourself instantly with MSN Messenger! MSN Messenger Download today it's FREE!
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] stretched text

2004-10-25 Thread Piotr Kopszak
Hello, 

I know it's a bad habit to use stretched text, but apparently
formerly people thought differently. I am typesetting old quotations
and would not want to replace stretched text simply by emphasized. Is
it absolutely discouraged in ConTeXt or is there any way to have
it... (in spite of its ugliness).

Piotr



-- 
   Piotr Kopszak, Ph.D.  
   Polish Art Gallery, National Museum in Warsaw
   -http://kopszak.mnw.art.pl/ 

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] texexec 4.0 to 5.0 update.

2004-10-25 Thread Jan-Mark Batke
Dear all, 

using  the  example below  with  texexec --pdf  example.tex
metapost comes up with  its prompt - answering \bye results
in a correct  pdf file. Whats going wrong?  How can I debug
that? 

BTW,  is it  possible just  to extract  the flowchart  as a
file? I found the --figures=c switch but it doesn't seem to
do what I want. 

Best 

Jan-Mark

-- example.tex --

\usemodule[chart]

\setupFLOWcharts 
[ nx=4, 
  ny=3, 
  dx=2\bodyfontsize, 
  dy=2\bodyfontsize, 
  width=12\bodyfontsize, 
  height=7\bodyfontsize, 
  maxwidth=\textwidth]

\startFLOWchart[bad]

\startFLOWcell
  \name {user} 
  \location {1,1} 
  \shape {right} 
  \text {user input}
  \connection[rl]{audiorec}
\stopFLOWcell

\startFLOWcell
  \name {audiorec} 
  \location {1,2} 
  \shape {procedure} 
  \text {audiorecorder} 
  \connection[rl]{wavtompeg}
\stopFLOWcell

\startFLOWcell
  \name {wavtompeg} 
  \location {1,3} 
  \shape {procedure} 
  \text {wav2mpeg7}
%  \connection[rl]{compare}
\stopFLOWcell

\stopFLOWchart

%\startFLOWcell
%  \name {compare} 
%  \location {2,3} 
%  \shape {procedure} 
%  \text {compareMPEG7}
%\stopFLOWcell


\FLOWchart[bad]



___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: stretched text

2004-10-25 Thread Patrick Gundlach
Hi,

 I know it's a bad habit to use stretched text, but apparently
 formerly people thought differently. I am typesetting old quotations
 and would not want to replace stretched text simply by emphasized. Is
 it absolutely discouraged in ConTeXt or is there any way to have
 it... (in spite of its ugliness).

See:

http://archive.contextgarden.net/message/20020215.201212.09ddd4a6.html

Patrick
-- 
ConTeXt wiki: http://contextgarden.net
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] stretched text

2004-10-25 Thread Bill McClain
On Mon, 25 Oct 2004 16:06:10 +0200
[EMAIL PROTECTED] (Piotr Kopszak) wrote:

 Hello, 
 
 I know it's a bad habit to use stretched text, but apparently
 formerly people thought differently. I am typesetting old quotations
 and would not want to replace stretched text simply by emphasized. Is
 it absolutely discouraged in ConTeXt or is there any way to have
 it... (in spite of its ugliness).

It's still recommended in certain cases, for example in all capital or
small cap titles. Sometimes I do it and sometimes not.

You can do it in Context. See:

http://home.salamander.com/~wmcclain/context-help.html#typography-letterspacing

You might have to look into the sources to find other options.

-Bill
-- 
Sattre PressIn the Quarter
http://sattre-press.com/ by Robert W. Chambers
[EMAIL PROTECTED] http://sattre-press.com/itq.html
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context