Re: [NTG-context] Re: Expert fonts

2003-10-19 Thread Thomas A . Schmitz
Bruce,

thanks, I just realized I have learned enought these past weeks to make 
ttf2tex work (on my Mac OS X, it would always complain that ttf2tfm was 
not able to get the right combination of PID and EID, but using the -N 
swicth solves that). So I end up with lots of files that should be 
working.  But it would be wonderful to have an example of a setup that 
is known to work--how do I access all the hidden goodies of these 
fonts, how do I create the mapfiles?

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


Re: [NTG-context] Natural Tables (all options)

2003-10-19 Thread Hans Hagen
At 18:53 18/10/2003, you wrote:
Hello,

with a lot of help of Lutz (member of this list) I am now able to produce 
Context files and compile them to PDF. Now I am reading the documentation 
and some emails from this list to learn some details.
I played a little bit with natural tables (also read the examples in 
ennatab.pdf) - but I think that is not all what is possible with natural 
tables. Wehre can I find a documetation with all options for nat. tabs?

At the examples there was no table with round corners. But I found a 
parameter for it -I tried:

\\eTABLE[corner=round]
with the result: every cell was round.
It looks funny but is not the thing I was looking for.
I want to have round corners arround the table:
left corner top and bottom
right corner top and bottom
1. How does it work?
2. Where can I find all parameters/options for natural tables
   (I googled with no success).


\starttext

\setupcolors[state=start] \showstruts

\setupTABLE[row]   [first][topframe=off]
\setupTABLE[row]   [last] [bottomframe=off]
\setupTABLE[column][first][leftframe=off]
\setupTABLE[column][last] [rightframe=off]
\framed[strut=no,corner=round,offset=.5\linewidth]\bgroup
\bTABLE
\bTR \bTD test \eTD \bTD test \eTD \eTR
\bTR \bTD test \eTD \bTD test \eTD \eTR
\bTR \bTD test \eTD \bTD test \eTD \eTR
\eTABLE
\egroup
\def\StartTable
  {\setupTABLE[row]   [first][topframe=off]%
   \setupTABLE[row]   [last] [bottomframe=off]%
   \setupTABLE[column][first][leftframe=off]%
   \setupTABLE[column][last] [rightframe=off]%
   \framed[strut=no,corner=round,offset=.5\linewidth]\bgroup}
\def\StopTable
  {\egroup}
\StartTable
\bTABLE
\bTR \bTD test \eTD \bTD test \eTD \eTR
\bTR \bTD test \eTD \bTD test \eTD \eTR
\bTR \bTD test \eTD \bTD test \eTD \eTR
\eTABLE
\StopTable
\stoptext 

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


Re: [NTG-context] installation: "-jobname" pdfetex option (was Re: [NTG-context] columns and alignment at the bottom)

2003-10-19 Thread Hans Hagen
At 16:26 17/10/2003, you wrote:

I looked around a bit in the archives, but I'm not sure which zip that
is, so I decided to go ahead and upgrade my whole tetex to 2.0.2.  I
went to pragma-ade and followed the links to find pdftex 14h.
  http://www.pragma-ade.com/context/linuxtex.zip

to give you some bin only test bed i also put there:

  http://www.pragma-ade.com/context/linux.zip

Hans

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


Re: [NTG-context] Re:conteni style

2003-10-19 Thread Hans Hagen
At 17:32 19/10/2003, you wrote:
I intend to use pdfscreen and lyx
if this is not possible, however the layout and searchability of the
conteni are far superior .
any help now will be greatly appreciated
and acknowledged in the protocol. regards vivek

What is meant with "the conteni document"? Do you have an example?

Hans
By conteni document I mean the interactive context manual in english 
available from your website at pragma

general/manuals/cont-eni.pdf
hm, that one uses functionality that is present in context by default 
(tocs, local tocs and so)

did you take a look at the s-pre-*.tex files or the maps biblio article? 
They show you how to set up a layout for screen documents

Hans  

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


[NTG-context] texshow-web

2003-10-19 Thread Patrick Gundlach
Hi,

> Yes, it\'s great!

thank you.

> It would be nice to have a short description for each command - I
> know, there is the documentation from Hans - but it would be
> comfortable to have the description in texshow.

Well, that is exactly what I am trying to achieve: to have
descriptions of all important commands. But that is up to the users
of texshow-web to supply these.

Perhaps "comment" is not enough. Do you think that it is wise to have
editable fields for comment and description and examples? 

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


[NTG-context] Re: Expert fonts

2003-10-19 Thread Bruce D'Arcus
In <[EMAIL PROTECTED]> Thomas A.Schmitz  
wrote:
> Expert fonts have been mentioned on this list several times, but I'd 
> like to know if anybody could point me to e tutorial/example how to 
> make them work in Context. The background of my question: on my Mac, I 
> have a nice-looking truetype font "HoeflerText" which has most glyphs 
> of an expert font (oldstyle numbers, small caps, additional ligatures 
> etc.), and I wonder if it would be possible to split it up into 
> several  type 1 fonts (via pfaedit) and make them work like an expert 
> family.  Any suggestions about this? Thanks! Thomas

I don't recommend converting to type 1.  Better to just use ttf2tex with 
its expert switch.  That'll get you access to all the standard expert 
glyphs, though you'd need to write the typescripts.  It'd be nice to see 
someone extend ttf2tex to do this too though (it already creates all the 
files for LaTeX).

Bruce

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


[NTG-context] font scaling

2003-10-19 Thread Thomas A . Schmitz
After doing some work, I think I now have a wonderful working  
collection of classical Greek fonts. There is one thing I'd love to  
implement though, but I wonder if it's possible. i guess I have to  
begin by describing my approach: every Greek font is provided by a .tex  
file which has the following content (in part, this is Giuseppe  
Bilotta's work, he got me started on this):

\definebodyfont[10pt,11pt,12pt,14pt][rm][Gf=Ibycus]

\def\enablegreek{\language[greek]\catcode`~=\other\catcode`|=\other\catc 
ode`'=\other}

\def\startgreek{\par\begingroup\Gf\enablegreek}
\let\stopgreek\endgroup
\def\localgreek{\groupedcommand{\Gf\enablegreek}{}}

Then, the file declares a couple of special symbols like so

\define\koppa{\getglyph{Ibycus}{\char37}}

The Greek font is declared by using

\input Ibycus

in the preamble of the document. I have a collection of 6 fonts; when I  
want to switch between them, I just replace \input Ibycus by \imput  
someotherfile. All of this works wonderfully for the time being. Now  
the problem: most of the time, I want to mix Greek and Latin fonts, and  
in order to do this, some sort of scaling has to be done (because the  
size of different Latin fonts varies so much). Right now, I do this by  
editing the input file like so

\definebodyfont[10pt,11pt,12pt,14pt][rm][Gf=Ibycus sa 1.05]

but I wonder if it would be possible to do this more elegantly: is  
there a way to make this an argument that will be passed on  
automatically? What I'm dreaming of is something like this

\input Ibycus[sa 1.05]

and it would automatically scale at 1.05. Any ideas how this could be  
achieved?

And if anybody is interested: I'd love to share this stuff and find a  
couple of beta testers to see if it works on other computers, too.

Best

Thomas

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


Re: [NTG-context] Expert fonts

2003-10-19 Thread Thomas A . Schmitz
Hi Adam,

thanks a lot, I will look into it this coming weekend (yes, our 
teaching period has just started...). I feel pretty comfortable on the 
command line. My knowledge of perl is extremely limited, but I hope I 
can manage. I always did these things by hand because I'm too dumb to 
really understand how encodings work, but this might be a great 
opportunity to learn more about this.

Best

Thomas

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


[NTG-context] Re: things I do when I get bored...

2003-10-19 Thread ml-context
>There are still some bugs in the webserver. Once in a while it just
>dies. I keep an eye on it and try to get it stable. Right now it
>should work.

Yes, it\'s great!
It would be nice to have a short description for each command - I know, there is the 
documentation from Hans - but it would be comfortable to have the description in 
texshow.

Jörg

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


[NTG-context] Re:conteni style

2003-10-19 Thread V. Sharma
I intend to use pdfscreen and lyx
if this is not possible, however the layout and searchability of the
conteni are far superior .
any help now will be greatly appreciated
and acknowledged in the protocol. regards vivek

What is meant with "the conteni document"? Do you have an example?

Hans
By conteni document I mean the interactive context manual in english 
available from your website at pragma

general/manuals/cont-eni.pdf

regards
vivek




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


[NTG-context] Re: things I do when I get bored...

2003-10-19 Thread Patrick Gundlach
Hello Jörg,

> good idea! As a beginner I am very interested in examples.
>
> No suggestions but a hint:
> I tried to open http://members.ping.de:8061/
> but nothing happend. For some minutes the browser successles tried
> to load the page.

There are still some bugs in the webserver. Once in a while it just
dies. I keep an eye on it and try to get it stable. Right now it
should work.

Sorry for any inconvenience.

Patrick
-- 
You are your own rainbow!
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: things I do when I get bored...

2003-10-19 Thread ml-context
Hello Pattrick,

good idea! As a beginner I am very interested in examples.

No suggestions but a hint:
I tried to open http://members.ping.de:8061/
but nothing happend. For some minutes the browser successles tried
to load the page.

Jörg


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