Re: [NTG-context] undefined guillemots

2005-04-11 Thread Hans Hagen
Steve Peter wrote:
On Apr 11, 2005, at 2:37 PM, Henning Hraban Ramm wrote:
Hi there!
AFAIK this should work:
\setuplanguage[de][
  leftquote=\guilsinglleft,
  rightquote=\guilsinglright,
  leftquotation=\guillemotleft,
  rightquotation=\guillemotright
]

setuplanguage[de][
  leftquote=\guilsingleleft,
  rightquote=\guilsingleright,
  leftquotation=\leftguillemot,
  rightquotation=\rightguillemot
]
However, this brings up a more general issue (for Hans, especially). The 
symbol is called a guillemet, a diminutive of Guillaume (Le Be), the 
typographer. It has nothing to do with the French word for word, mot. :-)
we already have (in enco-def):
\ifx\greeklamda\undefined \def\greeklamda{\greeklambda} \fi
\ifx\greekLamda\undefined \def\greekLamda{\greekLambda} \fi
and i've added:
\ifx\leftguillemet \undefined \def\leftguillemet {\leftguillemot } \fi
\ifx\rightguillemet\undefined \def\rightguillemet{\rightguillemot} \fi
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] confused on which table

2005-04-11 Thread Hans Hagen
Paul Tremblay wrote:
there is also
\bTABLEnext
\eTABLEnext

Not sure what this means! Any hint would help the documentation.
ther're alternative head's for split off pages >1
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] Re: \type{a_b} inside \bTABLE ... \eTABLE

2005-04-11 Thread Mojca Miklavec
Patrick Gundlach wrote:
I tried to find \def\type in ConTeXt source, but I couldn't and I'm
also not advanced enough to interpret the error message below. Any
ideas?
http://source.contextgarden.net/core-mis.tex#simplifycommands
see also recent thread:
http://archive.contextgarden.net/thread/20050329.193918.9a9371ce.html#20050329.193918.9a9371ce
Patrick
Thank you very much. The \definetype[regexp][option=RAW] is a very nice
and elegant solution that Hans suggested.
"type" is simply too frequent word to find any relevant matches in
search. I'm sorry. I skimmed the thread once, but at 20, 50 mails daily,
I'm not able to follow and remember everything any more (and here we go
- another 3 mails on the mailing list!!!).
Thank you,
Mojca
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] border widths with TABLE

2005-04-11 Thread Paul Tremblay
How does one create different border widths in TABLE? For example, say
you want to create an extra thick border between the head and the
body? 

% this sets up the thickness for *all the borders
% need just the bottom border
\setupTABLE[r][first][rulethickness=1pt]

Thanks

Paul

-- 


*Paul Tremblay *
[EMAIL PROTECTED]*

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


Re: [NTG-context] Re: Tutorial

2005-04-11 Thread Gary
Patrick Gundlach wrote:
I am currently working in a Windows (XP) environment but if it makes
a difference and Linux is more suitable for a Tex environment I move
to a Unix based one then. Thanks for the reply.
   

No problem, there are several windows users on this list. But I don't
know which distribution is currently preferred. MikTeX?
 

I can't speak for any other distribution, but MikTeX is practically 
mindlessly easy to install and maintain.  And it seems to work.

http://www.miktex.org/ You should be able to produce ConTeXt documents
out of the box when installed properly.
Hope this helps,
Patrick
 


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


Re: [NTG-context] Re: Tutorial

2005-04-11 Thread Paul Tremblay
On Tue, Apr 12, 2005 at 12:07:35AM +0200, Hans Hagen wrote:
> 
> Because i want to post a new context zip with svg support, today i spent 
> the whole day trying to get the latest gtk libs on the one year old linux 
> suse 9.1 server; it took me a few minutes to install inkscape on xp but 
> i've given up on linux (it needs tons of latest greatest libs that one need 
> to compile and put in the right non-conflicting places so I will try again 
> when i've received suse 9.3); installing fonts in a tex system is easier -)
> 

Same experience here with regard to the latest greates glib libraries.
I gave up.

Paul

-- 


*Paul Tremblay *
[EMAIL PROTECTED]*

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


Re: [NTG-context] confused on which table

2005-04-11 Thread Paul Tremblay
On Tue, Apr 12, 2005 at 12:11:04AM +0200, Hans Hagen wrote:
> 
> compare the settngs
> 
> split=yes
> split=repeat

Thanks. I've included this in my documentation:


http://getfo.sourceforge.net/context_xml/page4.html

> 
> there is also
> 
> \bTABLEnext
> \eTABLEnext

Not sure what this means! Any hint would help the documentation.

Paul


-- 


*Paul Tremblay *
[EMAIL PROTECTED]*

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


[NTG-context] Re: Why do margins bleed?

2005-04-11 Thread Patrick Gundlach


> 1. Why do the left and right margin areas bleed off the page?

Design decision, I'd guess. 

> 2. Why are the margins offset a little from the main text block?

So that numbers in margin (from \section for example) have some
distance to the text body.

> These aspects seem to be related.

I am not sure about that.


I still have to fix a bug in the module that was reported to me a
looong time ago.

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] confused on which table

2005-04-11 Thread Hans Hagen
Paul Tremblay wrote:
On Sun, Apr 10, 2005 at 11:23:33PM +0200, Henning Hraban Ramm wrote:
There's those few samples at
http://www.contextgarden.net/Linetable
and some remarks the source at
http://source.contextgarden.net/core-ltb.tex

I've seen these, but the information isn't really enough to get me
started. If someone could help me out, I'd be willing to try to
document them.

Hm, perhaps...
in http://source.contextgarden.net/core-ntb.tex
there's TABLE(head|foot|body|next) and (b|e)TH, maybe that does what 
you need (didn't try)


I tried:
\bTABLEhead
...
\eTABLEhead
\bTABLEbody
\eTABLEbody
This only puts the heading at the top of the first page. There may be
some option to set in \setupTABLE.
compare the settngs
split=yes
split=repeat
there is also
\bTABLEnext
\eTABLEnext
for following pages
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] Re: Tutorial

2005-04-11 Thread Hans Hagen
Loeghmon Tadayon Nejad wrote:
Partick,
 
I am currently working in a Windows (XP) environment but if it makes a 
difference and Linux is more suitable for a Tex environment I move to a 
Unix based one then. Thanks for the reply. 
there is no difference between windows/mac/linux with regards to tex; it all 
depends on what other tools and editors you want to use; here we use all 
platforms mixed: we use windows for development and projects (most convenient 
for the kind of work we do), linux for (web) server based apps including tex 
(quite stable); and we will start using macs for some projects, and maybe also 
as a replacement for the linux file/mail/etc servers (best interface/hardware)

Because i want to post a new context zip with svg support, today i spent the 
whole day trying to get the latest gtk libs on the one year old linux suse 9.1 
server; it took me a few minutes to install inkscape on xp but i've given up on 
linux (it needs tons of latest greatest libs that one need to compile and put in 
the right non-conflicting places so I will try again when i've received suse 
9.3); installing fonts in a tex system is easier -)

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


[NTG-context] Why do margins bleed?

2005-04-11 Thread John R. Culleton
I have been playing with the very interesting t-layout module
written by Patrick Gundalach. When looking at the visualization
thus presented I have these questions:
1. Why do the left and right margin areas bleed off the page?
2. Why are the margins offset a little from the main text block?
These offsets are defined as  leftmargindistance and rightmargindistance.

These aspects seem to be related.
. 
-- 
John Culleton
Able Indexers and Typesetters
http://wexfordpress.com


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


[NTG-context] Re: \type{a_b} inside \bTABLE ... \eTABLE

2005-04-11 Thread Patrick Gundlach
Hello,

> I tried to find \def\type in ConTeXt source, but I couldn't and I'm
> also not advanced enough to interpret the error message below. Any
> ideas?

http://source.contextgarden.net/core-mis.tex#simplifycommands

see also recent thread:

http://archive.contextgarden.net/thread/20050329.193918.9a9371ce.html#20050329.193918.9a9371ce

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \stretched fails with accents + \hyphenation

2005-04-11 Thread Hans Hagen
David Munger wrote:
I ran into the same problem with unicode strings in \hyphenation{...}.
Any clue?
\hyphenation{ma-gn{Ã}-to-hy-dro-dy-na-mi-que}
from xtag-hyp:
% \mainlanguage[nl] \setupbodyfont[pos] \useXMLfilter[utf,hyp]
%
% \starttext
%
% \hyphenatedword{pati\ediaeresis nten}
% \hyphenatedword{pati\ediaeresis ntenorganisatie}
% \hyphenatedword{pati\ediaeresis ntenplatform}
%
% \startXMLdata
%   
% pa-tiÃÂn-ten
% pa-tiÃÂn-ten-or-ga-ni-sa-tie
% pa-tiÃÂn-ten-plat-form
%   
% \stopXMLdata
%
% \hyphenatedword{pati\ediaeresis nten}
% \hyphenatedword{pati\ediaeresis ntenorganisatie}
% \hyphenatedword{pati\ediaeresis ntenplatform}
%
% \stoptext
so, you can use named glyphs
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] undefined guillemots

2005-04-11 Thread Steve Peter
On Apr 11, 2005, at 4:00 PM, Patrick Gundlach wrote:
I guess you are right, but the Postscript Name for this glyph is
eg. guillemotleft, the unicode name (U+00AB) is 'Left Pointing
Guillemet', so guillemot is a slightly reasonable name for that glyph,
even if it is wrong ...
I realize I will never be able to stamp out the incorrect word, but 
ConTeXt should at least allow the correct word to be used and resolve 
into the incorrect one :-) That much I do think should be added. 
Nothing will break and everyone should be happy.

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


[NTG-context] \type{a_b} inside \bTABLE ... \eTABLE

2005-04-11 Thread Mojca Miklavec
Hello,
there's a very comical behavior of \type{sometextfollowedby_underscore} 
inside \bTABLE and \eTABLE. For example:

\starttext
\bTABLE
\bTR\bTD \type{a_b} \eTD\eTR
\eTABLE
\stoptext
\type{_} or \type{_b} work OK, \type{a_b} outside the table works OK as 
well.

---
I tried to find \def\type in ConTeXt source, but I couldn't and I'm also 
not advanced enough to interpret the error message below. Any ideas?

(I would use the shorter form, \_, but the results are not quite the 
same. I solved my problem temporary by using \type{a}\type{_b} with 
quite some (unnecessary ?) "\type"-ing, but I'm still curious about the 
reason for the strange behavior.)

Thank you,
Mojca
! Missing $ inserted.

$

   _
 \type {a_
b}
\handleTBLcell ...{\bTBLCELL \TBLcharalign {#2}{#4
  }\eTBLCELL \inTBLcell 
{#1}...
 ...bl \begintblrow \makeTBL {1}{1}
  \nexttblcol 
\endtblrow \en...

\endTBL ...x {\trialtypesettingtrue \the \tbltoks
  }\ifautoTBLspread 
\checktb...
...
l.4 \eTABLE

?
! Emergency stop.

$

   _
 \type {a_
b}
\handleTBLcell ...{\bTBLCELL \TBLcharalign {#2}{#4
  }\eTBLCELL \inTBLcell 
{#1}...
 ...bl \begintblrow \makeTBL {1}{1}
  \nexttblcol 
\endtblrow \en...

\endTBL ...x {\trialtypesettingtrue \the \tbltoks
  }\ifautoTBLspread 
\checktb...
...
l.4 \eTABLE
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: Tutorial

2005-04-11 Thread Patrick Gundlach

> I am currently working in a Windows (XP) environment but if it makes
> a difference and Linux is more suitable for a Tex environment I move
> to a Unix based one then. Thanks for the reply.

No problem, there are several windows users on this list. But I don't
know which distribution is currently preferred. MikTeX?
http://www.miktex.org/ You should be able to produce ConTeXt documents
out of the box when installed properly.

Hope this helps,

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: Tutorial

2005-04-11 Thread Loeghmon Tadayon Nejad
Partick,
 
I am currently working in a Windows (XP) environment but if it makes a difference and Linux is more suitable for a Tex environment I move to a Unix based one then. Thanks for the reply. Patrick Gundlach <[EMAIL PROTECTED]> wrote:
Hello,> Could one of you please recommend a document that tells me what to> download and how to install and run a Tex application such as> "Context" and how to compose and compile a document such as a> booklet or more? I like to learn and use Tex and have absolutely no> experience with it. Thank you all.You can take a look at the ConTeXt wiki (see below for address). Ifyou have a current TeX distribution, you are probably ready to go. Ifnot, get one, such as teTeX for Unix or MikTeX for Windows. Tell usmore about your environment.Patrick-- ConTeXt wiki and more: http://contextgarden.net___ntg-context mailing listntg-context@ntg.nlhttp://www.ntg.nl/mailman/listinfo/ntg-contextRegards,Loeghmon Tadayon  Nejad___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: Tutorial

2005-04-11 Thread Patrick Gundlach
Hello,


> Could one of you please recommend a document that tells me what to
> download and how to install and run a Tex application such as
> "Context" and how to compose and compile a document such as a
> booklet or more? I like to learn and use Tex and have absolutely no
> experience with it. Thank you all.

You can take a look at the ConTeXt wiki (see below for address). If
you have a current TeX distribution, you are probably ready to go. If
not, get one, such as teTeX for Unix or MikTeX for Windows. Tell us
more about your environment.

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: undefined guillemots

2005-04-11 Thread Patrick Gundlach

[...]

> However, this brings up a more general issue (for Hans, especially).
> The symbol is called a guillemet, a diminutive of Guillaume (Le Be),
> the typographer. It has nothing to do with the French word for word,
> mot. :-)

I guess you are right, but the Postscript Name for this glyph is
eg. guillemotleft, the unicode name (U+00AB) is 'Left Pointing
Guillemet', so guillemot is a slightly reasonable name for that glyph,
even if it is wrong ...


Patrick

PS: Thank you for the lesson, I didn't know that yet.
-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] numbering paragraph in ConTeXt document

2005-04-11 Thread Henning Hraban Ramm
Am 09.04.2005 um 16:23 schrieb piskala upendran:
how to number the beginning of a paragraph in context
document like this.
1. this is first paragraph.
2. this is another paragraph.
3. this is another paragraph
Does itemize fit your needs?
see http://www.contextgarden.net/Enumerations
Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Tutorial

2005-04-11 Thread Henning Hraban Ramm
Am 11.04.2005 um 21:36 schrieb Loeghmon Tadayon Nejad:
Could one of you please recommend a document that tells me what to 
download and how to install and run a Tex application such as 
"Context" and how to compose and compile a document such as a booklet 
or more? I like to learn and use Tex and have absolutely no experience 
with it. Thank you all.
Have a look at the wiki (contextgarden) and the linked docs and ask 
again if you get more specific questions.

Grüßlis vom Hraban!
---
http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] undefined guillemots

2005-04-11 Thread Henning Hraban Ramm
Am 11.04.2005 um 20:58 schrieb Steve Peter:
\setuplanguage[de][
  leftquote=\guilsinglleft,
  rightquote=\guilsinglright,
  leftquotation=\guillemotleft,
  rightquotation=\guillemotright
]
setuplanguage[de][
  leftquote=\guilsingleleft,
  rightquote=\guilsingleright,
  leftquotation=\leftguillemot,
  rightquotation=\rightguillemot
]
Thank you!
But I'm confused - why there are two different names (I tried the names 
from the encodings)?

However, this brings up a more general issue (for Hans, especially). 
The symbol is called a guillemet, a diminutive of Guillaume (Le Be), 
the typographer. It has nothing to do with the French word for word, 
mot. :-)
Ask Google ;-)
guillemet: 63200 hits
guillemot: 155 hits
guillemets: 353000
guillemots: 52900
You are right that "e" is correct, but "o" is very usual, perhaps since 
centuries...

Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Tutorial

2005-04-11 Thread Loeghmon Tadayon Nejad
Hi Everyone,
Could one of you please recommend a document that tells me what to download and how to install and run a Tex application such as "Context" and how to compose and compile a document such as a booklet or more? I like to learn and use Tex and have absolutely no experience with it. Thank you all.Regards,Loeghmon Tadayon  Nejad___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] undefined guillemots

2005-04-11 Thread Steve Peter
On Apr 11, 2005, at 2:37 PM, Henning Hraban Ramm wrote:
Hi there!
AFAIK this should work:
\setuplanguage[de][
  leftquote=\guilsinglleft,
  rightquote=\guilsinglright,
  leftquotation=\guillemotleft,
  rightquotation=\guillemotright
]
setuplanguage[de][
  leftquote=\guilsingleleft,
  rightquote=\guilsingleright,
  leftquotation=\leftguillemot,
  rightquotation=\rightguillemot
]
However, this brings up a more general issue (for Hans, especially). 
The symbol is called a guillemet, a diminutive of Guillaume (Le Be), 
the typographer. It has nothing to do with the French word for word, 
mot. :-)

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


[NTG-context] Bib in project

2005-04-11 Thread Robert Ullrey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Quick question. Using Hans' project script, I want to add a 
bibliography. Should I add the \setuppublications[database={mybib}] in 
the environment (env_myproject), or in the project header 
(project_myproject)?

Thanks

Robert

-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQlrHwvFTYcwurb3FEQJbDQCgxZ2cDuxbFq5FkiG7+ONA92gInmcAoJY2
JPkAUbihg3QfFdyToX84uGmE
=rBsp
-END PGP SIGNATURE-

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


[NTG-context] undefined guillemots

2005-04-11 Thread Henning Hraban Ramm
Hi there!
AFAIK this should work:
\setuplanguage[de][
  leftquote=\guilsinglleft,
  rightquote=\guilsinglright,
  leftquotation=\guillemotleft,
  rightquotation=\guillemotright
]
%\mainlanguage[de]
\language[de]
\setupencoding  [default=ec]
\quotation{Doppelte Anführungszeichen}
\quote{Einfache Anführungszeichen}
But none of the guillemots seems to be defined:
! Undefined control sequence.
\@@ladeleftquotation ->\guillemotleft
\leftboundarycharacter #1#2->\languageparameter #1
  \nobreak \hskip 
\hspaceamo...
\dodosymbol ...bol \csname \??ss :#1:#2\endcsname
  \relax }\relax
\dosymbol ...fnosymbol \redosymbol \currentsymbol
  \fi \fi

   \penalty
\dohandlequotation ...\strut \symbol [#1]\penalty
  \!!tenthousand \hskip 
\quo...
...
l.12 \quotation
   {Doppelte Anführungszeichen}
?
! Emergency stop.

What can I do?
Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] confused on which table

2005-04-11 Thread Paul Tremblay
On Sun, Apr 10, 2005 at 11:23:33PM +0200, Henning Hraban Ramm wrote:
> 
> There's those few samples at
> http://www.contextgarden.net/Linetable
> and some remarks the source at
> http://source.contextgarden.net/core-ltb.tex

I've seen these, but the information isn't really enough to get me
started. If someone could help me out, I'd be willing to try to
document them.

> Hm, perhaps...
> in http://source.contextgarden.net/core-ntb.tex
> there's TABLE(head|foot|body|next) and (b|e)TH, maybe that does what 
> you need (didn't try)
> 

I tried:

\bTABLEhead
...
\eTABLEhead
\bTABLEbody
\eTABLEbody

This only puts the heading at the top of the first page. There may be
some option to set in \setupTABLE.

However, the module does state:

% the section setup does not work yet, data needs to be stored,
% i.e.each row should know if it's a head/body/foot, and there
% should be \setupTABLE[head]... and alike


Thanks

Paul


-- 


*Paul Tremblay *
[EMAIL PROTECTED]*

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


Re: [NTG-context] \stretched fails with accents + \hyphenation

2005-04-11 Thread David Munger
Hi again,

I ran into the same problem with unicode strings in \hyphenation{...}.
Any clue?

\hyphenation{ma-gn{Ã}-to-hy-dro-dy-na-mi-que}


Regards,

David


Le lundi 11 avril 2005 Ã 11:28 +0200, Hans Hagen a Ãcrit :
> David Munger wrote:
> 
> > Both of these fail (the second one is assumed to be unicode).
> > 
> > \hbox to \textwidth {\stretched{pr\'edoctoral}}
> > \hbox to \textwidth {\stretched{prÃdoctoral}}
> 
> \hbox to \textwidth {\stretched{pr{\'e}doctoral}}
> \hbox to \textwidth {\stretched{pr{Ã}doctoral}}
> 
> an other alternative is to use the properties mechanism
> 
> 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

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


Re: [NTG-context] \stretched fails with accents

2005-04-11 Thread David Munger
> \hbox to \textwidth {\stretched{pr{\'e}doctoral}}
> \hbox to \textwidth {\stretched{pr{Ã}doctoral}}

Right. Thanks.

> an other alternative is to use the properties mechanism

Do you mean with something like:
\hbox to \textwidth
{\setuptolerance[stretch]inter word space is stretched} ?


David

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


Re: [NTG-context] symbol parameter of \setuplist

2005-04-11 Thread David Munger
> \definesymbol[list][mine]   [\MyListSymbol]
> \definesymbol[list][another][\AnotherListSymbol]


Aha! My code lacked the `list' parameter after \definesymbol.

Thanks Hans.

David

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


Re: [dev-context] [Fwd: [NTG-context] Re: storm font]

2005-04-11 Thread Hans Hagen
Adam Lindsay wrote:
Hans Hagen said this at Mon, 11 Apr 2005 11:21:09 +0200:

t-type-xxx.txx
of course we can set up some mechanism for assigning names, but for the
moment 
the additional t- prefix sounds ok to me

Without extra support, won't that run into name length problems with
module loading?
it's not a module but loaded by \usetypescriptfile[...]
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] storm font

2005-04-11 Thread Adam Lindsay
Vit Zyka said this at Sun, 10 Apr 2005 23:17:39 +0200:

>I filally prepared first version of Storm fonts support. For now next 10 
>families are included:

Vit,

Fantastic stuff!
I love the presentation (PDF), and the usage of the \variant[] mechanism
in order to get the extended characters looks really clever. Sounds like
it could be a way of supporting an encoding like TS1, if people really
still cared about that.
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


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


Re: [NTG-context] iso latin 2 ; storm fonts

2005-04-11 Thread Adam Lindsay
Vit Zyka said this at Sun, 10 Apr 2005 22:31:50 +0200:

>> I'd call your st1 an EC variant, st2 an XL2 variant, and st3 some sort of
>> custom expert encoding. Ultimately names aren't *that* important, but
>> they can help a lot when others try to pick up and understand your work.
>
>Thank you Adam for your suggestion. Your naming convention has a logic. 
>The reason why I do not use it is that I utilized work of Petr Olsak. I 
>am using all *.tfm, *.map and *.enc files. I believe it is not a 
>drawback for ConTeXt but it is advantage for me: do not prepare hundreds 
>of metric files.

I actually had gone back and re-thought that suggestion (especially after
examining Olsak's OFS in further detail). As the st1 does have
*character* (and not just *glyph*) differences from EC, it really is a
different encoding.

Again, great stuff. Thanks!
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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


Re: [dev-context] [Fwd: [NTG-context] Re: storm font]

2005-04-11 Thread Adam Lindsay
Hans Hagen said this at Mon, 11 Apr 2005 11:21:09 +0200:

>t-type-xxx.txx
>
>of course we can set up some mechanism for assigning names, but for the
>moment 
>the additional t- prefix sounds ok to me

Without extra support, won't that run into name length problems with
module loading?
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept. [EMAIL PROTECTED]
 Lancaster University, InfoLab21+44(0)1524/510.514
 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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


Re: [NTG-context] \stretched fails with accents

2005-04-11 Thread Hans Hagen
David Munger wrote:
Both of these fail (the second one is assumed to be unicode).
\hbox to \textwidth {\stretched{pr\'edoctoral}}
\hbox to \textwidth {\stretched{prÃdoctoral}}
\hbox to \textwidth {\stretched{pr{\'e}doctoral}}
\hbox to \textwidth {\stretched{pr{Ã}doctoral}}
an other alternative is to use the properties mechanism
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


[NTG-context] Re: storm font

2005-04-11 Thread Patrick Gundlach
Hello Vit,

> I filally prepared first version of Storm fonts support. For now next
> 10 families are included:
> Lido, Aichel, Dynamo RE, Biblon, Libcziowes, Preissig (text+antikva),
> Preissig1918, Solpera, Serapion, Tyfa (text).

Great! The pdf is pretty impressive. Thank you very much.

> I would like to incorporate the distr to the garden, but I believe it
> needs some file/dir name changes. Suggestions are welcomed.

If you think of a clever way, please tell me where/how to put your
typescripts + .. on garden. I could even add a new section:
fonts.contextgarden.net if this sounds appropriate for collecting
stuff like yours.

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] symbol parameter of \setuplist

2005-04-11 Thread Hans Hagen
David Munger wrote:
Hello,
I fear I cannot figure out what is the meaning of the `symbol' parameter
of \setuplist. From all the documentation or mailing list archives, the
only use I can find is "symbol=1".
Is there a way to use it to draw bullets, say, before each list item,
like those in the itemize environment? If not, what would be the best
way of achieving this? With \placelist[command=...] maybe?
in my version:
\starttext
\def\MyListSymbol {!}
\def\AnotherListSymbol{[\currentlistnumber]}
\definesymbol[list][mine]   [\MyListSymbol]
\definesymbol[list][another][\AnotherListSymbol]
\placelist[section][symbol=one]
\placelist[section][symbol=mine]
\placelist[section][symbol=another]
\section{one}
\section{two}
\stoptext
-
  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