[NTG-context] pagenumbers in margin

2004-11-27 Thread [EMAIL PROTECTED]
Hello,

After a long period of Context inactivity, I am again into document 
preparation.

I want to put the pagenumbers in a doublesided document in the outer 
margin.  So far no problem at all...  but I want the number to be 
placed in a 3cm wide grey box, wich I do with an inframed command 
within the pagenumbering setup.  

This also works more or less, but (see if I can explain this in plain 
english without using figures !!.) :

The grey box with the pagenumber aligns its inner border with the inner 
border of the outer margin.  

What I want is the grey box to align its outer border with the outer 
border of the outer margin.

Any suggestion ?

Geert Dobbels.

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


Re: [NTG-context] columnset BUG - (urgent!)

2004-11-27 Thread h h extern
Steffen Wolfrum wrote:
Hi,
please have a look at testfile below:
without a footnote everything works fine,
but with the footnote the columnset gets crashed!
this is a tricky situation:
- the note is built in one column mode
- but flushed in column mode (dus to postponing)
- so actually what you see is a mixture
you may try:
\starttext
\chapter{Heading\notesymbol[x]}
\definecolumnset[litera][n=2,distance=1cm]
\startcolumnset[litera]
\footnotetext[x]{xx}\dorecurse{10}{test \input zapf \input ward}
\stopcolumnset
\stoptext
or
\starttext
\definecolumnset[litera][n=2,distance=1cm]
\definecolumnsetspan[litera][n=2]
\startcolumnset[litera]
\startcolumnsetspan[litera]
\chapter{Heading\notesymbol[x]}
\stopcolumnsetspan
\footnotetext[x]{xx}\dorecurse{10}{test \input zapf \input ward}
\stopcolumnset
\stoptext

I noticed this bug in a bigger book project:
The columnset is at the end as a seperate document (\component).
And the footnote was added 300 pages and 5 component files before !!!
As this footnote was one of the last changes that were done
before I wanted to send the book to the printer
a fast help would be very much appreciated.
Sorry, but it's really quite urgent -
Steffen
%context
\starttext
\chapter{Heading\footnote{x}}
\definecolumnset[litera][n=2,distance=1cm]
\startcolumnset[litera]
\dorecurse{10}{test \input zapf \input ward}
\stopcolumnset
\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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \setupsystem[random]

2004-11-27 Thread h h extern
Christopher Creutzig wrote:
Salvete,
 the line
  \setupsystem[random=261113]
causes an error for me:
./CDaufdruck.tex:10: Arithmetic overflow.
\verynormalnextrandom ...al \multiply \randomi 31
  \global \advance 
\randomi ...

\normalnextrandom ...alyear \verynormalnextrandom
  \egroup
\nextrandom -\bgroup \normalnextrandom
\gdef \nextrandom {\ifcase 
\randomse...
argument ...ormaltime =\@@svrandom ]\nextrandom
  \egroup
\firstofoneargument #1-#1

\dosetupsystem ...1]\setuprandomize [\@@svrandom ]
  \beforesplitstring 
\@@svre...
...

ConTeXt  ver: 2004.10.07  fmt: 2004.10.29  int: english  mes: english
regards,
Christopher
we could consider changing 1440 by 2880 in the next code (in texexec)
my ($sec, $min) = gmtime;
my $RandomSeed = ($min * 60 + $sec) % 1440;
ideas welcome ...
Hans
PS. you can say:  setupsystem[random=100]
-
  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