[NTG-context] Problem with \product

2012-11-25 Thread Bernd Kosubek
Hallo,

I use:
ConTeXt  ver: 2012.11.23 17:35 MKIV  fmt: 2012.11.25  int: english/english

Problem:
\product do not work:

Main-file a.tex:

\startproject a
\environment e
1
\product b
3
\stopproject

Environment-file e.tex

\startenvironment e
\setupbodyfont[sans,12pt]
\stopenvironment

Sub-file b

\startproduct b
\project a
2
\stopproduct

gives as a ressult: 1 3

The environment-file works fine, but the sub-file seems to be ignored.

What is the matter?


Mit freundlichen Grüßen
Bernd Kosubek

--

DATENSCHUTZ geht alle an!
eMails sind wie Postkarten!
JEDER kann sie LESEN und ÄNDERN, daher:

Nur GPG-(PGP-)signierte eMails stammen von uns!
Unsere öffentlichen Schlüssel können von den
üblichen Schlüsselservern geladen werden.
Bitte teilen Sie uns mit, ob auch Sie einen
öffentlichen Schlüssel bereitstellen.
Nachrichten können dann verschlüsselt werden.

Besuchen Sie www.bsi.bund.de -- es lohnt sich!


signature.asc
Description: PGP signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] changing number of columns

2011-07-05 Thread Bernd Kosubek
Am Tue, 5 Jul 2011 16:13:14 +0200
schrieb Willi Egger w.eg...@boede.nl:

 As Hraban mentions it might be best to place the two tables with \placefigure
 + startcombination .. \stopcombination.
 
 If you want to stick to the columnsets and this is for this single page only,
 then you could place the spanning text in a \framedtext.  The placefigure
 command must be place right after the \startcolumnset command. This you could
 place with \placefigure like this:
 
 \placefigure
   [btlr]
   []
   {none}
 {\offset[y=-7cm]{\framedtext[width=\makeupwidth,offset=0pt,frame=off]
 {Zwar werden ...}}}
 
 With the offset you can move the text-box to the position you want it. 
 
 Willi

Hi Willy,

Hraban forces the problem in a wrong way.

I wish the eliminination of the pagebreak after \stopcolumnset.
It is for me not of interest what contents the columns have.

I wish the following:

text text text   flow text
text text text
xx  xx   /startcolumnset
xx  xx
xx  xx   /stopcolumnset
text text text   flow text
text text text

and all of that on the same page by using columnset.

Is it possible and if true, how is it possible.

Bernd


signature.asc
Description: PGP signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] changing number of columns

2011-07-05 Thread Bernd Kosubek
Am Tue, 5 Jul 2011 17:52:11 +0200
schrieb Willi Egger w.eg...@boede.nl:

 Unfortunately this will not work with columnsets. Those always use a complete
 page. So after stating \startcolumnset there is always a page break, as is
 after \stopcolumnset. If you intend to place text before and after the piece
 where you use two colums then you should think of another solution as
 mentioned by placing the columnpart in a float with combination.
 
Thank you Willy,

this is a clear statement.
So now I can plan my future jobs with columnset a little bit better.

Bernd


signature.asc
Description: PGP signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] changing numbers of columns

2011-07-01 Thread Bernd Kosubek
Hi,

is it possible to change the number of columns on the same page?

small example:

a) text text text text

\startcolumnset[n=2]
  bla bla bla
\column
  bla bla bla
\stopcolumn

b) text text text text

The mixing of a) and columnset is o.k.

The mixing of columnset and b) wil produce a new page with b) on the
second page, where b) can be normal text or another columnset.

Bernd


signature.asc
Description: PGP signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] changing numbers of columns (correction at the end of the columnset)

2011-07-01 Thread Bernd Kosubek
Hi,

is it possible to change the number of columns on the same page?

small example:

a) text text text text

\startcolumnset[n=2]
  bla bla bla
\column
  bla bla bla
\stopcolumnset

b) text text text text

The mixing of a) and columnset is o.k.

The mixing of columnset and b) wil produce a new page with b) on the
second page, where b) can be normal text or another columnset.

Bernd


signature.asc
Description: PGP signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] ntg-context Digest, Vol 85, Issue 4

2011-07-01 Thread Bernd Kosubek
Am Fri, 01 Jul 2011 16:20:19 +0200
schrieb ntg-context-requ...@ntg.nl:


 Message: 7
 Date: Fri, 1 Jul 2011 16:20:13 +0200
 From: Henning Hraban Ramm hra...@fiee.net
 To: kosu...@sksatz.com, mailing list for ConTeXt users
   ntg-context@ntg.nl
 Subject: Re: [NTG-context] changing numbers of columns
 Message-ID: e2a85f0f-717b-4eac-87e3-5b35b7dc5...@fiee.net
 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed;
   delsp=yes
 
 Am 2011-07-01 um 15:31 schrieb Bernd Kosubek:
 
  Hi,
 
  is it possible to change the number of columns on the same page?
 
  small example:
 
  a) text text text text
 
  \startcolumnset[n=2]
 
 Please read http://wiki.contextgarden.net/Columns

Thanks for your quickly answer.

I have read it, but there is no answer of my question.
I know, that I can use columns instead of columnset.
It is not in my interest to find other solutions for this Problem,
rather I wish to know: is it possible to use different numbers of
columns on the same page if I use columnset!

 It?s either \startcolumns[n=2] or \startcolumnset[your_name_of_setup]
 
   bla bla bla
  \column
 
 \column works only within columnsets
 
   bla bla bla
  \stopcolumn
 
 \startcolumns ... \stopcolumns
 XOR
 \startcolumnset ... \stopcolumnset
 
 
  b) text text text text
 
  The mixing of a) and columnset is o.k.
 
  The mixing of columnset and b) wil produce a new page with b) on the
  second page, where b) can be normal text or another columnset.
 
 
 That doesn?t answer your question, though... I don?t know it from  
 heart and have just no time to test it myself.
 
 
 Greetlings from Lake Constance!
 Hraban


signature.asc
Description: PGP signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] changing number of columns

2011-07-01 Thread Bernd Kosubek
Am Fri, 1 Jul 2011 18:32:52 +0200
schrieb Henning Hraban Ramm hra...@fiee.net:

 Am 2011-07-01 um 18:00 schrieb Bernd Kosubek:
 
  is it possible to change the number of columns on the same page?
 
  Please read http://wiki.contextgarden.net/Columns
 
  Thanks for your quickly answer.
 
  I have read it, but there is no answer of my question.
  I know, that I can use columns instead of columnset.
  It is not in my interest to find other solutions for this Problem,
  rather I wish to know: is it possible to use different numbers of
  columns on the same page if I use columnset!
 
 
 It's not that easy.
 Please carefully read the columns manual, linked from the above page.
 
 If you want to change between e.g. 2 and 3 columns, you can either  
 define a columnset with 6 layout columns and put your text in spans
 of 3 or 2 of those layout columns or define two different columnsets
 like in the examples in chapter Spanning and More.
 
 Principally you should be able to use the old columns mechanism and  
 change the number of columns in-page, but I don't know if you can
 make it work reliably.
 
 Greetlings from Lake Constance!
 Hraban

Tis is a possibility, but if the following text [in my example b)] is a
huge paragraph, it is not realizeable.

I give a sample for the problem on my neglected page
http://www.bk-tex.de/csetquest.html; [= (c)olum(set)-(quest)ion]

The text on the second page (see the pdf-file) should be placed in a
short distance to the table.

I know that this is not the best method to handle this job but it
shows good what I mean.

Greetlings from Leipzig (Lipsia)
Bernd


signature.asc
Description: PGP signature
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Problem with packed and \space / broad and /nospace

2009-02-23 Thread Bernd Kosubek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hallo all!

The following lines demonstrates my problem:

{
  \setupspacing[packed]
  \startalignment[right]
 .
   .
   .

 .
   .\space{}
   .
  \stopalignment
}

{
  \setupspacing[broad]
  \startalignment[right]
 .
   .
   .

 .
   .\nospace{}
   .
  \stopalignment
}
\stoptext

In my mind, the first line should be the shortest (no 
additional spacing).
 
The length of the second line must be longer (additional 
spacing after the second sentence).

The length of the third line must be longer than that of the 
second line (additional spacing between every sentence).

And the fourth line must be shorter than the third line 
(same length as the first line).

If I run texexec over this, the last three line are longer 
than the first line AND they have the same lengths.

What have I not understand -- or is it a known problem or a 
bug?

- -- 
Bernd Kosubek

Unsigned eMail are not from me.

eMail: kosu...@sksatz.com
Fingerprint: C121 F3C2 A6DD 1ACD A9BC F0AF 1289 2AEC B7C4 
D63B

URL: http://www.sksatz.com

Keyserver: blackhole.pca.dfn.de (oder andere)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQFJowywEokq7LfE1jsRAvFaAJ9/MZbXAgNZ7PcgQiZtCzE1jq5ZAgCfZ0Lz
3ftR6JipB5c2stVcKNwwNzQ=
=NGjT
-END PGP SIGNATURE-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Problem with packed and \space / broad and /nospace

2009-02-23 Thread Bernd Kosubek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Montag, 23. Februar 2009 21:56 schrieb Wolfgang Schuster:
 Am 23.02.2009 um 21:52 schrieb Bernd Kosubek:
  If I run texexec over this, the last three line are
  longer than the first line AND they have the same
  lengths.
 
  What have I not understand -- or is it a known problem
  or a bug?

 You get what you write.

 2. Sentence: \space{} = 2 spaces because of the {}

 3. Sentence: Wide than the first sentence because of the
 disabled frenchspacing

 4. Sentence: You write \nospace but insert a space with
 {}

 Wolfgang

Thank You for the quick answer.

I don't  understand where the second space should be come 
from.
I use the empty group {} always to separate optionless 
commands.

I think it is the same whether I write:

. . or
xxxy.{} . or
.
. or
.{}
.

If I use

.\space  or .\space{} 

the first \space produce NO space (that is not what I wish)

I suppose, that the empty group has no effect.
The following space will be printed and THIS space should be 
smaller in an broad-environment if I use \nospace or larger 
in an packed-environment if I use \space.

- -- 
Bernd Kosubek

Unsigned eMail are not from me.

eMail: kosu...@sksatz.com
Fingerprint: C121 F3C2 A6DD 1ACD A9BC F0AF 1289 2AEC B7C4 
D63B

URL: http://www.sksatz.com

Keyserver: blackhole.pca.dfn.de (oder andere)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQFJoxafEokq7LfE1jsRAjXLAKCHuX5TDHnEfKscgY02u+DoLSZXVgCffQRA
AncnhYSkHngDZV57RKRnPdQ=
=C9Pg
-END PGP SIGNATURE-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Problem with packed and \space / broad and /nospace

2009-02-23 Thread Bernd Kosubek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Montag, 23. Februar 2009 22:34 schrieb Wolfgang Schuster:


 Nonsense, the first \space produce a space and the
 whitespace in the input between \space and  is
 gobbled from the macro.

 The empty group after the second space prevents TeX from
 gobbling the space and you get now one space from the
 \space command and another one from the whitespace in the
 output.

  I suppose, that the empty group has no effect.
  The following space will be printed and THIS space
  should be smaller in an broad-environment if I use
  \nospace or larger in an packed-environment if I use
  \space.

 You need a empty group to get a space after commands like
 \TeX because the command gobbles otherwise all following
 whitespace.

 Try the following example:

 text\relax text\space text\space{}\space{}\space{}\space
 text

 Wolfgang

Thank you

I think I understand it (I hope so)!

- -- 
Bernd Kosubek

Unsigned eMail are not from me.

eMail: kosu...@sksatz.com
Fingerprint: C121 F3C2 A6DD 1ACD A9BC F0AF 1289 2AEC B7C4 
D63B

URL: http://www.sksatz.com

Keyserver: blackhole.pca.dfn.de (oder andere)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQFJoxy1Eokq7LfE1jsRApTQAJ4jil0SnnLmObcG1i00LMvmkwUlhQCaAnMN
SZIqzDxD2ZvA1cVhD0/PuyE=
=J0Ni
-END PGP SIGNATURE-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \setupspacing[...] and the last line of a paragraph

2008-10-10 Thread Bernd Kosubek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear all!

%%%
% Source:
%%%

\enableregime[utf]
\installlanguage[german][de]
\mainlanguage[de]
\setuppapersize[C5][A4]
\setuplayout[width=124mm]
\setupbodyfont[10pt]
\setupindenting[none]
\setupwhitespace[small]
\setuptolerance[horizontal,strict]
\setupspacing[packed]

\definestartstop[Ausgabe][%
  before={%
\setuptextrules[location=left]%
\textrule[top]{Ausgabe}%
  },%
  after={\textrule},%
  commands={\indenting[no]}%
]

\starttext
\startAusgabe
Kurze Sätze.
Das A und O der Tagespresse!\space{}
Dem Leser nur nichts zumuten.
Es muss zwischen Tür und Angel passen.
Alles muss schnell verdaut werden können.

{
  \setupspacing[broad]
  Kurze Sätze.
  Das A und O der Tagespresse!\nospace{}
  Dem Leser nur nichts zumuten.
  Es muss zwischen Tür und Angel passen.
  Alles muss schnell verdaut werden können.
}
\stopAusgabe
\stoptext

%%%
% Problem:
%%%

In the output the last line of the first paragraph is longer than the last
line of the second paragraph.

Logically, the last line of the second paragraph supposed to be longer,
because there is more space between the sentences.

Is there a blank (space), with a wrong interpretation at the last punctuation
mark or is it a bug or what is the reason?
- --
Gruß
Bernd Kosubek

Unsigned eMails are not from me.

eMail: [EMAIL PROTECTED]
Fingerprint: C121 F3C2 A6DD 1ACD A9BC F0AF 1289 2AEC B7C4 D63B

Keyserver: blackhole.pca.dfn.de (oder andere)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQFI7zJ1Eokq7LfE1jsRAlbrAJ9xUxuJFuLtAWunzWn+uqnhY0XbnwCbBMjT
OISFd44KkchZi3R7IH0LZFo=
=OWXc
-END PGP SIGNATURE-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \setupspacing[...] and the last line of a paragraph

2008-10-10 Thread Bernd Kosubek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Freitag, 10. Oktober 2008 12:53 schrieb Wolfgang Schuster:
 On Fri, Oct 10, 2008 at 12:46 PM, Bernd Kosubek [EMAIL PROTECTED] wrote:

  {
   \setupspacing[broad]
   Kurze Sätze.
   Das A und O der Tagespresse!\nospace{}
   Dem Leser nur nichts zumuten.
   Es muss zwischen Tür und Angel passen.
   Alles muss schnell verdaut werden können.
  }

 Alles muss schnell verdaut werden können.%
 }

 or

 Alles muss schnell verdaut werden können.}


 You inserted a space after the last word in the second paragraph.

 Wolfgang

Thank you Wolfgang,

this is a possible solution.

Now I doubled the paragraph:
{
  \setupspacing[broad]
  Kurze Sätze.
  Das A und O der Tagespresse!\nospace{}
  Dem Leser nur nichts zumuten.
  Es muss zwischen Tür und Angel passen.
  Alles muss schnell verdaut werden können.

  Kurze Sätze.
  Das A und O der Tagespresse!\nospace{}
  Dem Leser nur nichts zumuten.
  Es muss zwischen Tür und Angel passen.
  Alles muss schnell verdaut werden können.
}

or (with the same result)

\setupspacing[broad]
Kurze Sätze.
Das A und O der Tagespresse!\nospace{}
Dem Leser nur nichts zumuten.
Es muss zwischen Tür und Angel passen.
Alles muss schnell verdaut werden können.

Kurze Sätze.
Das A und O der Tagespresse!\nospace{}
Dem Leser nur nichts zumuten.
Es muss zwischen Tür und Angel passen.
Alles muss schnell verdaut werden können.
\setupspacing[packed]

The first paragraph is OK, but the second paragraph looks like the original 
problem (without eliminated last space).

Now I have a new Problem: where is the difference between a new paragraph and 
the end of a group ( {...} or [broad] ... [packed] )? 

Gruß
Bernd Kosubek

Unsigned eMails are not from me.

eMail: [EMAIL PROTECTED]
Fingerprint: C121 F3C2 A6DD 1ACD A9BC F0AF 1289 2AEC B7C4 D63B

URL: http://www.sksatz.com

Keyserver: blackhole.pca.dfn.de (oder andere)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQFI70LxEokq7LfE1jsRArvaAJ4ogXDx8KX4gnNJYxVPzKU4G13a6wCgkGYr
Bq2wXrScpmAI//4XTI4tqX4=
=yzzT
-END PGP SIGNATURE-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___