[NTG-context] special font issue 3 user groups

2004-01-27 Thread Petr Ferdus
Just a note about the text of Czech version of Universal Declaration of
Human Rights. (page 124 of the document special-s.pdf) there are some
typos/misspellings most notably in the first word of the title.

(first word is wrong)
wrongeobecn deklarace lidskch prv/wrong 
correctVeobecn deklarace lidskch prv/correct

(in Czech language is tquotesingle/ written as one letter )
wrongatquotesingle/ jde/wrong
correcta jde/correct

(wrong spelling)
wrongprjmat/wrong
correctpijmat/correct

(it's one word)
wrongmy lenky/wrong 
correctmylenky/correct

Peter

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


Re: [NTG-context] Editor questions: SciTE and Emacs

2004-01-27 Thread Thomas A . Schmitz
I've been working with auctex's context-mode for several weeks now, and 
I'm absolutely excited about it, it works wonderfully! When I do C-c 
C-e itemize, I get \start...\stop in the right order. What version of 
Emacs are you using?

Best

Thomas

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


Re: [NTG-context] Re: textbar

2004-01-27 Thread Thomas A . Schmitz
That's right, I think \| would be the most natural way, the same being 
true for \{ and \} (which I happen to need from time to time). Any 
chance of seeing this soon?

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


[NTG-context] basic formatting in ConTeXt

2004-01-27 Thread Alan C . Bowen
I am new to ConTeXt and have what are doubtless some very basic 
questions. I have checked the manuals and the archives of this list and 
of the TeX on Mac OS X list the, but have not found what I am looking 
for yet. What I need is
(a) to set up the footers and headers in a book so that there is only  
a footer on the first page and only a header on subsequent pages,
(b) to define the first page number
(c) to set the color of a page in its entirety.

Any pointers to documents, solutions, or worked examples in ConTeXt 
will be very much appreciated. I have some idea of how to do these 
things in Plain TeX, but should really like to migrate to ConTeXt.

Alan

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


Re: [NTG-context] PDF - JPEG was:(no subject)

2004-01-27 Thread Christopher G D Tipper
 I wonder how can I direct get a flowchart in some imgage formats (e.g. in png, 
 jpg format) from the source tex file. Are there some 
 tricks in the settings of the tex source file?

Use Ghostscript and use the JPEG output converter
http://www.cs.wisc.edu/~ghost/index.html
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] basic formatting in ConTeXt

2004-01-27 Thread Hans Hagen
At 12:42 27/01/2004, Alan C.Bowen wrote:
I am new to ConTeXt and have what are doubtless some very basic questions. 
I have checked the manuals and the archives of this list and of the TeX on 
Mac OS X list the, but have not found what I am looking for yet. What I need is
(a) to set up the footers and headers in a book so that there is only
a footer on the first page and only a header on subsequent pages,
(b) to define the first page number
(c) to set the color of a page in its entirety.

Any pointers to documents, solutions, or worked examples in ConTeXt will 
be very much appreciated. I have some idea of how to do these things in 
Plain TeX, but should really like to migrate to ConTeXt.
\setupoutput[pdftex]

\setupcolors[state=start,textcolor=red]

\definetext[chapterstart][footer][\pagenumber]

\setupheadertexts[\pagenumber]

\setuphead[chapter][header=high,footer=chapterstart]

\starttext

\chapter{Zapf}

\dorecurse{20}{\input zapf\relax}

\stoptext

Along these lines ...

Hans  

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


[NTG-context] chart bug

2004-01-27 Thread Shivkumar Chandrasekaran
Hi,

I have noticed that if I use \comment command in my chart and there are 
two of them with two \setupFLOWcharts command then the \comment command 
does not produce text. I know the code is bug free because deleting one 
of the charts (including \setupFLOWcharts) makes the \comment text 
re-appear. Any help in working around this bug will be appreciated. A 
small example is at the bottom.

I believe I have the latest downloads from Gierben Wierda's 
distribution for Mac OS X. Thanks,

--shiv--

\starttext

%start cutting to remove bug--

\setupFLOWcharts
[nx=2,
ny=1,
dx=3\bodyfontsize,
dy=3\bodyfontsize,
width=6\bodyfontsize,
height=3\bodyfontsize,
maxwidth=\textwidth,
maxheight=\textheight]
\startFLOWchart [network]
\startFLOWcell
\name {N1}
\location {1,1}
\shape {10}
\text {input \\ output}
\connect [prpl] {N2}
\stopFLOWcell

\startFLOWcell
\name {N2}
\location {2,1}
\shape {5}
\text {$N_1$}
\connect [nlnr] {N1}
\stopFLOWcell

\stopFLOWchart
\placefigure
[][]
{Where are the comments.}
{\FLOWchart[network]}
%-stop cutting to remove bug-

\setupFLOWcharts
[nx=2,
ny=1,
dx=3\bodyfontsize,
dy=3\bodyfontsize,
width=6\bodyfontsize,
height=3\bodyfontsize,
maxwidth=\textwidth,
maxheight=\textheight]
\startFLOWchart [network2]
\startFLOWcell
\name {N1}
\location {1,1}
\shape {10}
\text {input \\ output}
\connect [prpl] {N2}
\comment [t] {Hello}
\stopFLOWcell

\startFLOWcell
\name {N2}
\location {2,1}
\shape {5}
\text {$N_1$}
\connect [nlnr] {N1}
\stopFLOWcell

\stopFLOWchart
\placefigure
	[][]
	{Where are the comments.}
	{\FLOWchart[network2]}
	
\stoptext 
  

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