Re: [NTG-context] ConTeXt and Aleph

2004-08-17 Thread Steve Peter
On Aug 17, 2004, at 11:59 PM, Bob Kerstetter wrote:
aleph
aleph is the omega snip-off?
aah. spin-off, not snip-off.  but anyway, is that what aleph is?
It's even an FAQ: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=aleph, 
which says

"The Aleph project aims to build a "usable" version of Omega, 
incorporating e-TeX extensions from the NTS project.

Two sets of concerns have provided impetus to the project: first, that 
many users need the e-TeX extensions, and they're not on the Omega 
development path; and second, that the Omega project is currently 
immersed in radical restructuring of Omega, and is not able to be 
particularly responsive to user requirements in the short term. In the 
longer term, the Aleph project hope that their work will be rendered 
irrelevant by the development of Omega proper.

The current pre-release snapshot of Aleph resides on CTAN with the 
rather modest name of e-Omega. Follow development by subscribing to the 
project mailing list via http://www.ntg.nl/mailman/listinfo/aleph";

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


Re: [NTG-context] ConTeXt and Aleph

2004-08-17 Thread Bob Kerstetter
On Aug 17, 2004, at 7:15 PM, Bob Kerstetter wrote:
On Aug 17, 2004, at 11:24 AM, Idris Samawi Hamid wrote:
aleph
aleph is the omega snip-off?
aah. spin-off, not snip-off.  but anyway, is that what aleph is?
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] How to use PostScript font

2004-08-17 Thread skhilji
I'd like to use the paladino font from urw as my body font (Its the one used in the 
MetaFUN manual).  I tried setting:

\setupbodyfont[pos,12pt]

but it does not work.  What is the name that I should use?


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


Re: [NTG-context] ConTeXt and Aleph

2004-08-17 Thread Bob Kerstetter
On Aug 17, 2004, at 11:24 AM, Idris Samawi Hamid wrote:
aleph
aleph is the omega snip-off?
for fun, lookup aleph on google.  lots of alephs running around.
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Context in Portuguese

2004-08-17 Thread Miguel Queiros
Hi !

I've been a Latex user for some time and I'm now trying 
to use Context to typeset some documents in portuguese
using portuguese accentuated characters but
I can't seem to get it working. Every time I use an
accentuated character it simply doesn't shows up in the
document. I'v read the docs but haven't found a 
solution to the problem.

Can someone provide me a simple example on how to
do it, or the problem I'm facing has to do with
some kind of configuration that has to be done 
in Context ? I'v been trying to use Context 
using the tex iso available at pragma's website.

Thank you,
Miguel Queirós

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


Re: [NTG-context] defining a frame with embedded typing

2004-08-17 Thread Brooks Moses
On Tue, Aug 17, 2004 at 06:18:31PM +0200, Floris van Manen wrote:
> how would i define a frame with the typing environment embedded.
> 
> the way i thought to solve it does *not* work (of course)
> 
> \def\startTTinput%
> {\startframedtext[width=\makeupwidth,background=screen,backgroundscreen=.8]
> \starttyping
> }
> 
> \def\stopTTinput%
> {\stoptyping\stopframedtext}

Taco already showed the solution to this (use before= and after=
commands in a \definetyping or \setuptyping command), but it might be
useful to also explain why the above doesn't work.

It doesn't work, because \starttyping, like most verbatim environments,
scans through the following text until it gets to the appropriate end
text.  It doesn't expand tokens while doing this; in particular,
\stopTTinput never gets expanded, and so the sequence "\stoptyping"
never shows up to end the input.

Incidentally, there's also a bit more answer to how to do framed typing
environments in some answers to one of my questions a couple of weeks
ago; you might find it useful to look in the archives for that.

- Brooks

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


[NTG-context] Page break after a section :-(

2004-08-17 Thread skhilji
I have some text that looks like:

\section{Flight Controls Model}
\startitemize[1]
\item The Flight Controls model
...
...
\stopitemize


ConTeXt has decided to put a page break right after the \section, so my itemized list 
begins on the next page.  I thought \sections were supposed to be setup with infinite 
penalty between the section title and the first line of the section text itself.  I 
don't want to put a directive in there myself to avoid a page break

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


Re: [NTG-context] command set of table?

2004-08-17 Thread Henning Hraban Ramm
Am 17.08.2004 um 15:56 schrieb Floris van Manen:
in the instruction manual it says context relies on both plain tex as
well as the table package.
in the context manual i can only find an explanation of the
\starttabulate command.
i see no instructions as how to combine columns/rows .
where can i find that?
Use the "natural tables" (HTML like), docs see enattab.pdf or the wiki.
Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re[2]: [NTG-context] defining a frame with embedded typing

2004-08-17 Thread Floris van Manen
that was the missing link. thanks!
% f

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


Re: [NTG-context] defining a frame with embedded typing

2004-08-17 Thread Taco Hoekwater
On Tue, 17 Aug 2004 18:18:31 +0200
Floris van Manen <[EMAIL PROTECTED]> wrote:

> how would i define a frame with the typing environment embedded.
> the way i thought to solve it does *not* work (of course)
> ..
> or do i have to look for a solution in a different direction?

Yes, use \definetyping instead. Here is an example:


 \definetyping
   [TTinput]
   
[before={\startframedtext[width=\makeupwidth,background=screen,backgroundscreen=.8]},
after={\stopframedtext}]

 \starttext
 \startTTinput
 test
 \stopTTinput
 \stoptext


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


Re: [NTG-context] ConTeXt and Aleph

2004-08-17 Thread Idris Samawi Hamid
On Tue, 17 Aug 2004 18:08:25 +0200, Steffen Wolfrum 
<[EMAIL PROTECTED]> wrote:

Hans Hagen <[EMAIL PROTECTED]> wrote:
>What is missing?
>
>
probably aleph -)

sh: aleph: command not found
   return code : 32512
  run time : 0 seconds
total run time : 1 seconds

What else is missing?
You must make sure that aleph, a flavor of TeX like pdfeTeX, is actually 
available for the Mac, then create the plain and context formats for aleph.

eomega --ini *plain \dump
eomega --ini *cont-en
texexec --make en -tex=eomega
are the relevant commands. eomega _is_ aleph.
If you want to do serious work with aleph u'll have to modify the 
texmf.cnf file as well: comment this line

extra_mem_bot.context   =  400
otherwise you will meet some nasty surprises!
Best
Idris
--
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] defining a frame with embedded typing

2004-08-17 Thread Floris van Manen
how would i define a frame with the typing environment embedded.

the way i thought to solve it does *not* work (of course)


\def\startTTinput%
{\startframedtext[width=\makeupwidth,background=screen,backgroundscreen=.8]
\starttyping
}

\def\stopTTinput%
{\stoptyping\stopframedtext}


or do i have to look for a solution in a different direction?

thanks!
% f


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


Re: [NTG-context] ConTeXt and Aleph

2004-08-17 Thread Idris Samawi Hamid
On Tue, 17 Aug 2004 17:50:58 +0200, Hans Hagen <[EMAIL PROTECTED]> wrote:
Steffen Wolfrum wrote:
ever so often I read mails by Giuseppe or Idris on Aleph.
Now I also saw that there is a context-manual on aleph.
Really?!? Where is it? (unless it's the same experimental file Hans sent a 
few weeks back)

Does this mean I can use the examples mentions there under ConTeXt?
Running an alephtest.tex file ...
\start \textdir TLT\relax \setups[ward]
\start \textdir BLB\relax \red \setups[ward]
\stop \setups[ward]
\stop
... tells me that "\textdir" is an "Undefined control sequence"
What is missing?
probably aleph -)
Is Aleph even available on the Mac now? I know that Alan Hoenig had 
problems getting it a few months back...

Best
Idris
--
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt and Aleph

2004-08-17 Thread Steffen Wolfrum
Hans Hagen <[EMAIL PROTECTED]> wrote:

> Steffen Wolfrum wrote:
> 
> >ever so often I read mails by Giuseppe or Idris on Aleph.
> >Now I also saw that there is a context-manual on aleph.
> >Does this mean I can use the examples mentions there under ConTeXt?
> >
> >Running an alephtest.tex file ...
> >\start \textdir TLT\relax \setups[ward]
> >\start \textdir BLB\relax \red \setups[ward]
> >\stop \setups[ward]
> >\stop
> >... tells me that "\textdir" is an "Undefined control sequence"
> >
> >
> >What is missing?
> >  
> >
> probably aleph -)
> 
> texexec --make --alone --tex=aleph
> 
> texexec yourfile --tex=aleph --output=dpx
> 
> (or first line of file: % tex=aleph output=dvipdfmx)
> 
> 
> Hans

So I execute 
sudo texexec --make --alone --tex=aleph 
and try

% tex=aleph output=dvipdfmx
\start \textdir TLT\relax \setups[ward]
\start \textdir BLB\relax \red \setups[ward]
\stop \setups[ward]
\stop

But that gives me only:


 TeXExec 4.0 - ConTeXt / PRAGMA ADE 1997-2003

executable : aleph
format : cont-en
 inputfile : aleph
output : dvipdfmx
 interface : en
  current mode : none
   TeX run : 1

sh: aleph: command not found

   return code : 32512
  run time : 0 seconds

total run time : 1 seconds



What else is missing?

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


Re: [NTG-context] How to implement a changing navigation bar?

2004-08-17 Thread Hans Hagen
Vit Zyka wrote:

Stefan Wachter wrote:
Hi all,
I use an overlay to implement a navigation bar in the left margin of 
a document. It seems to me that the processing of the overlay is done 
only once and not for every page again. In addition, the \lastpage is 
not available.

Does anyone know a solution? Maybe headers/footers are a solution. 
But how is absolute positioning accomplished with them?

Hi Stefan, header/footer is a solution but I use another
  \def\PageNavig{\setlayer[navbar][x=0cm,y=10cm]{\the\pageno}}
  \appendtoks
\PageNavig
  \to \everypagebody
for this task.
hm, dirty tricks -) 

beware of interference, also, be careful not to introduce funny spaces then. 

(sometimes \prependtoks is better) 

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] ConTeXt and Aleph

2004-08-17 Thread Hans Hagen
Steffen Wolfrum wrote:
ever so often I read mails by Giuseppe or Idris on Aleph.
Now I also saw that there is a context-manual on aleph.
Does this mean I can use the examples mentions there under ConTeXt?
Running an alephtest.tex file ...
\start \textdir TLT\relax \setups[ward]
\start \textdir BLB\relax \red \setups[ward]
\stop \setups[ward]
\stop
... tells me that "\textdir" is an "Undefined control sequence"
What is missing?
 

probably aleph -)
texexec --make --alone --tex=aleph
texexec yourfile --tex=aleph --output=dpx
(or first line of file: % tex=aleph output=dvipdfmx)
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


[NTG-context] ConTeXt and Aleph

2004-08-17 Thread Steffen Wolfrum
Hi,

ever so often I read mails by Giuseppe or Idris on Aleph.
Now I also saw that there is a context-manual on aleph.
Does this mean I can use the examples mentions there under ConTeXt?

Running an alephtest.tex file ...
\start \textdir TLT\relax \setups[ward]
\start \textdir BLB\relax \red \setups[ward]
\stop \setups[ward]
\stop
... tells me that "\textdir" is an "Undefined control sequence"


What is missing?

When I installed ConTeXt I executed the following command lines:
mv /Users/steffen/Desktop/cont-tmf.zip /usr/local/teTeX/share/texmf.local
cd /usr/local/teTeX/share/texmf.local
rm tex/context/base/*
rm metapost/context/base/*
unzip -a -L -o cont-tmf.zip
cp /usr/local/teTeX/share/texmf.local/context/config/texexec.rme 
/usr/local/teTeX/share/texmf.local/context/config/texexec.ini
cp /usr/local/teTeX/share/texmf.local/tex/context/user/cont-sys.rme 
/usr/local/teTeX/share/texmf.local/tex/context/user/cont-sys.tex
sudo mktexlsr
sudo fmtutil --all
sudo texhash

Do I have to add/change something in order to use ConTeXt and aleph?


As you see I don't know where to start.
Apologies if even my question are wrong!



Thank you,

Steffen Wolfrum

(I am running the latest contextbeta under MacOS X)
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] command set of table?

2004-08-17 Thread Floris van Manen
in the instruction manual it says context relies on both plain tex as
well as the table package.

in the context manual i can only find an explanation of the
\starttabulate command.
i see no instructions as how to combine columns/rows .
where can i find that?

thanks!
% floris


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