Re: [NTG-context] Part number in formula numbers?

2004-09-22 Thread Giuseppe Bilotta
Anybody has an idea on this?

Tuesday, September 7, 2004 Giuseppe Bilotta wrote:

 Hello,

 what I'm trying to achieve is a way to have formula numbers
 contain the part number together with the chapter number, as
 in:

 a = b   (part.chapter.formula)

 instead of

 a = b   (chapter.formula)

 which is what you have by default, or

 a = b   (part.formula)

 which is the only alternative I manage to obtain.

 How can I do it?

-- 
Giuseppe Oblomov Bilotta

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


[NTG-context] Natural Table does not allow using defined typing in its cell

2004-09-22 Thread Eugene Toporov
Hello,

I found a strange (to me) bTABLE behaviour.

I'm defining the programlisting typing and it works when used like below 

\def\BeforeProgramListing{\startframedtext[background=screen,width=\hsize,style=\tttf\small]}
\def\AfterProgramListing{\stopframedtext}
\definetyping[programlisting][before=\BeforeProgramListing,after=\AfterProgramListing]

 \startprogramlisting
Hello World! Hello + txtName.text + !
 \stopprogramlisting

When I'm trying to insert a programlisting into a table cell using the
following code -- it fails to create PDF.

\bTABLE
   \bTR   
 \bTD Set the value to \eTD   
 \bTD 
   \startprogramlisting 
 Hello World! Hello + txtName.text + ! 
   \stopprogramlisting   
 \eTD
   \eTR 
\eTABLE

When I replace \start\stopprogramlisting with in place
\start\stopframedtext -- it works ok.
 \bTD   
   \startframedtext[background=screen,width=\hsize,style=\tttf\small]
 Hello World! Hello + txtName.text + ! 
   \stopframedtext   
 \eTD


Why is this so? Do I miss something important?

Thanks a lot.

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


RE: [NTG-context] Layout definitions ..

2004-09-22 Thread Dirar BOUGATEF
Thanx for your answer Parick.
Original Message Follows
From: Dirar Bougatef lt;[EMAIL PROTECTED]gt;
Reply-To: mailing list for ConTeXt users lt;[EMAIL PROTECTED]gt;
To: [EMAIL PROTECTED]
Subject: [NTG-context] Layout definitions ..
Date: Tue, 21 Sep 2004 14:21:48 +0200
MIME-Version: 1.0
X-Originating-IP: [82.226.175.122]
X-Originating-Email: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
Received: from ronja.ntg.nl ([131.211.172.88]) by mc4-f14.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.6824); Tue, 21 Sep 2004 05:24:41 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])by ronja.ntg.nl 
(Postfix) with ESMTP id 9B5C712791;Tue, 21 Sep 2004 14:24:40 +0200 (CEST)
Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl 
[127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19064-08; Tue, 21 Sep 
2004 14:24:37 +0200 (CEST)
Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1])by 
ronja.ntg.nl (Postfix) with ESMTP id 8081A1278A;Tue, 21 Sep 2004 14:24:37 
+0200 (CEST)
Received: from localhost (localhost.localdomain [127.0.0.1])by ronja.ntg.nl 
(Postfix) with ESMTP id 3D8E912788for lt;[EMAIL PROTECTED]gt;; Tue, 21 
Sep 2004 14:24:36 +0200 (CEST)
Received: from ronja.ntg.nl ([127.0.0.1])by localhost (ronja.vet.uu.nl 
[127.0.0.1]) (amavisd-new, port 10024)with LMTP id 19172-04 for 
lt;[EMAIL PROTECTED]gt;;Tue, 21 Sep 2004 14:24:35 +0200 (CEST)
Received: from hotmail.com (unknown [64.4.35.180])by ronja.ntg.nl (Postfix) 
with ESMTP id 93EF4126F8for lt;[EMAIL PROTECTED]gt;; Tue, 21 Sep 2004 
14:24:35 +0200 (CEST)
Received: from mail pickup service by hotmail.com with Microsoft 
SMTPSVC;Tue, 21 Sep 2004 05:21:55 -0700
Received: from 82.226.175.122 by bay12-dav6.bay12.hotmail.com with DAV;Tue, 
21 Sep 2004 12:21:55 +
X-Message-Info: EoYTbT2lH2Pu+zT9IFbzN8wAFl3CLIJI
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Message-ID: lt;[EMAIL PROTECTED]gt;
User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)
X-Accept-Language: en-us, en
X-OriginalArrivalTime: 21 Sep 2004 12:21:55.0591 
(UTC)FILETIME=[955C2170:01C49FD5]
X-Virus-Scanned: by amavisd-new at ntg.nl
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: mailing list for ConTeXt users lt;ntg-context.ntg.nlgt;
List-Unsubscribe: 
lt;http://www.ntg.nl/mailman/listinfo/ntg-contextgt;,lt;mailto:[EMAIL PROTECTED]gt;
List-Archive: lt;http://www.ntg.nl/pipermail/ntg-contextgt;
List-Post: lt;mailto:[EMAIL PROTECTED]gt;
List-Help: lt;mailto:[EMAIL PROTECTED]gt;
List-Subscribe: 
lt;http://www.ntg.nl/mailman/listinfo/ntg-contextgt;,lt;mailto:[EMAIL PROTECTED]gt;
Errors-To: [EMAIL PROTECTED]
X-Virus-Scanned: by amavisd-new at ntg.nl
Return-Path: [EMAIL PROTECTED]

Hi,
I have 2 questions:
1. Is there anyway to answer the messages on this archive without
replying to the corresponding received mail? I would like to update a
previous post but can't manage to do it.
2. I would like to define a new layout that does not contain left and right 
margins.
This layout is going to divide my page to 4 parts as a matrix of 2x2.
How can i do that ?
Is there anyway to identify each part of them in the same way as we identify 
the left and right margins within the default layout ?
Is this in relation with margin and opposite blocks ?

Many thanks.
Dirar.
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context
htmlDIVDirar/DIV/html
_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


[NTG-context] Bug in math accents

2004-09-22 Thread Leif Albers

Two years ago I already posted about following bug. I am
amazed it still occurs in the present (beta) version of
ConTeXt.

When I use math accents (like \tilde) on top of italic
characters in subscripts, they appear displaced.

A trivial example is

 SNIPP 
\starttext
  $ E_{\tilde s} $
\stoptext
 SNIPP 

Compare the output to the plain TeX output of
$ E_{\tilde s} $ \end, and you will see the
difference - watch the position of the accent.

I really like the design of ConTeXt. But as long as this bug
occurs, ConTeXt is useless to me.

Dear developers: *please* send me a reply of some
sort. Writing bug reports is time consuming and should at
least be rewarded with a single line response. Even a
RTFM - you idiot is better than no reaction at all.

Thanks,

Leif Albers


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


[NTG-context] u-diaeresis

2004-09-22 Thread ciro
I use a font for \chapter that does print u-diearesis with \u. Then I decided to 
write a small definition \udotdot that uses \char200 to print the diaeresis
on top of the letter u. The problem now is that in my table of contents,
the font is different, and the \char200 has a different meaning. 
How do I resolve this problem?
thank you
Ciro

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


[NTG-context] picture in \chapter

2004-09-22 Thread ciro
How do I include a picture in the \chapter definition?
I want a picture included in between the chapter number and the 
chapter name, and would like to control its position as well.
thank you
Ciro

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


Re: [NTG-context] u-diaeresis

2004-09-22 Thread ciro
I missed one important not in my message:
It should read:
I use a font for \chapter that does *not* print u-diaeresis with \u. 

ciro [EMAIL PROTECTED] wrote:
I use a font for \chapter that does print u-diearesis with \u. Then I decided to 
write a small definition \udotdot that uses \char200 to print the diaeresis
on top of the letter u. The problem now is that in my table of contents,
the font is different, and the \char200 has a different meaning. 
How do I resolve this problem?
thank you
Ciro
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


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