Re: [NTG-context] Tilde in page numbers

2011-07-05 Thread Aditya Mahajan
On Tue, 5 Jul 2011, Kip Warner wrote: On Wed, 2011-07-06 at 08:08 +0200, luigi scarso wrote: (untested) what about \lettertilde instead of \~ ? Thanks Luigi. That did it. Although, I think if I was using it properly as an escape sequence, \~ is the plain TeX macro for placing the ~ accent.

Re: [NTG-context] Tilde in page numbers

2011-07-05 Thread Kip Warner
On Wed, 2011-07-06 at 08:08 +0200, luigi scarso wrote: > (untested) > what about \lettertilde instead of \~ ? Thanks Luigi. That did it. Although, I think if I was using it properly as an escape sequence, then perhaps we have found a bug. -- Kip Warner -- Software Engineer OpenPGP encrypted/sign

Re: [NTG-context] Tilde in page numbers

2011-07-05 Thread luigi scarso
On Wed, Jul 6, 2011 at 7:59 AM, Kip Warner wrote: > Hey list, > > I have my page numbers setup as follows so that page numbers are flanked > with tildes. > > \setuppagenumbering >  [location=right, >   way=bytext, >   left={\~},right={\~}, >   color=colour_page_number, >   style=bold] > > ConTeXt

[NTG-context] Tilde in page numbers

2011-07-05 Thread Kip Warner
Hey list, I have my page numbers setup as follows so that page numbers are flanked with tildes. \setuppagenumbering [location=right, way=bytext, left={\~},right={\~}, color=colour_page_number, style=bold] ConTeXt chokes on the parameters to left and right: ! Undefined control seque

[NTG-context] Centred Figure

2011-07-05 Thread Kip Warner
Hey list, I'd like to place a figure on its own page, landscaped, horizontally and vertically centred, and uniformly scaled to the maximum dimensions of the page, whichever hits it first, the width or height of the figure. I'd like to do this within, say, 95% of the page width and height. This is

Re: [NTG-context] export: graphic within table (error)

2011-07-05 Thread Hans Hagen
On 4-7-2011 9:26, Christian wrote: \def\dotagfigure{\iftrialtypesetting\else\ctxcommand{...)}\fi} fixed I just discovered that it was not fixed for my Windows-Minimals (ConTeXt ver: 2011.06.18 14:13 MKIV). Adding the above line makes it work. This is fixed with my Ubuntu-Minimals. I'm

Re: [NTG-context] How to override the print resolution

2011-07-05 Thread Hans Hagen
On 4-7-2011 8:20, Mojca Miklavec wrote: On Sat, Jul 2, 2011 at 21:31, Henning Hraban Ramm wrote: Am 2011-07-02 um 13:53 schrieb Cecil Westerhof: I do not know the size. This is depending on the resolution of the picture. What I want is that if I have two pictures with a resolution of 729x414 t

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Hans Hagen
On 5-7-2011 3:28, Wolfgang Schuster wrote: Am 05.07.2011 um 15:09 schrieb Cecil Westerhof: 2011/7/5 Wolfgang Schuster One slight problem. The backgroundcolor is a rectangle en goes out of the rounded button. Add “backgroundcorner=round”. Overlooked it. Now added. But did not solve my prob

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 : > 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 > wher

Re: [NTG-context] changing number of columns

2011-07-05 Thread Willi Egger
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

Re: [NTG-context] changing number of columns

2011-07-05 Thread Wolfgang Schuster
Am 05.07.2011 um 17:26 schrieb Bernd Kosubek: > 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 t

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 : > 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 t

Re: [NTG-context] Would Multiple Processes Cause: luatex: execution interrupted

2011-07-05 Thread Raymond LeClair
Taco, Thanks for your reply! You are correct, the issue appears to be memory. The system is hosted on a linode, the smallest of which is 512 MB RAM. I increased this to 1024 MB RAM and this appears to fix the problem. Very much appreciate your help. Ray. On Jul 5, 2011, at 2:15 AM, Taco Hoek

Re: [NTG-context] changing number of columns

2011-07-05 Thread Willi Egger
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 rig

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Willi Egger
Probably you will have to group the buttons in order to be able to use \setupinteraction[color=yourcolor] You could think about using setups: \startsetups XX \bgroup \setupinteraction[color=yourcolor] \button ... \egroup \stopsetups I used this recently. Okay I used a layer for th

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Cecil Westerhof
2011/7/5 Willi Egger > You might set click off: \setupinteraction[click=no] > But then I would loose the visual feed back. I have to decide what I find worse. -- Cecil Westerhof ___ If your question is of interest

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Wolfgang Schuster
Am 05.07.2011 um 15:23 schrieb Cecil Westerhof: > 2011/7/5 luigi scarso > Search for \setupinteraction for the color of the link > > I know I want a lot ;-} but would it be possible to have another color for > the highlighting as 'normal' links? \setupinteraction [color=..., constrastcol

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Wolfgang Schuster
Am 05.07.2011 um 15:09 schrieb Cecil Westerhof: > 2011/7/5 Wolfgang Schuster > > One slight problem. The backgroundcolor is a rectangle en goes out of the > > rounded button. > > Add “backgroundcorner=round”. > > Overlooked it. Now added. But did not solve my problem. What I mend is that > w

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Willi Egger
You might set click off: \setupinteraction[click=no] Willi On 5 Jul 2011, at 15:09, Cecil Westerhof wrote: > 2011/7/5 Wolfgang Schuster > > One slight problem. The backgroundcolor is a rectangle en goes out of the > > rounded button. > > Add “backgroundcorner=round”. > > Overlooked it. Now ad

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Cecil Westerhof
2011/7/5 luigi scarso > Search for \setupinteraction for the color of the link > I know I want a lot ;-} but would it be possible to have another color for the highlighting as 'normal' links? At the moment 'normal' links are blue and I do not mind that in the buttons they are blue also, but when

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Cecil Westerhof
2011/7/5 Wolfgang Schuster > > One slight problem. The backgroundcolor is a rectangle en goes out of the > rounded button. > > Add “backgroundcorner=round”. > Overlooked it. Now added. But did not solve my problem. What I mend is that when I click on the button, the inversion is done for the rec

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Wolfgang Schuster
Am 05.07.2011 um 14:47 schrieb Cecil Westerhof: > One slight problem. The backgroundcolor is a rectangle en goes out of the > rounded button. Add “backgroundcorner=round”. Wolfgang ___ If your question is of inter

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Cecil Westerhof
2011/7/5 Wolfgang Schuster > > I am trying the following: > > \button[backgroundcolor=darkgray,framecolor=black,framecorner=round]{Go > Back}[PreviousJump] > > > > The parameter framecolor works (I tried it with green). Framecorner works > also, but backgroundcolor not. How can I change the bac

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread luigi scarso
On Tue, Jul 5, 2011 at 2:11 PM, Cecil Westerhof wrote: > I am trying the following: >   \button[backgroundcolor=darkgray,framecolor=black,framecorner=round]{Go > Back}[PreviousJump] > > The parameter framecolor works (I tried it with green). Framecorner works > also, but backgroundcolor not. How c

Re: [NTG-context] Changing the colors of a button

2011-07-05 Thread Wolfgang Schuster
Am 05.07.2011 um 14:11 schrieb Cecil Westerhof: > I am trying the following: > \button[backgroundcolor=darkgray,framecolor=black,framecorner=round]{Go > Back}[PreviousJump] > > The parameter framecolor works (I tried it with green). Framecorner works > also, but backgroundcolor not. How can

[NTG-context] Changing the colors of a button

2011-07-05 Thread Cecil Westerhof
I am trying the following: \button[backgroundcolor=darkgray,framecolor=black,framecorner=round]{Go Back}[PreviousJump] The parameter framecolor works (I tried it with green). Framecorner works also, but backgroundcolor not. How can I change the background and text color of the button? Also woul

Re: [NTG-context] please don't update minimals (yet)

2011-07-05 Thread Mojca Miklavec
On Tue, Jul 5, 2011 at 12:27, Hans Hagen wrote: > >> I now fixed the part that I noticed was broken (I still don't know why >> that happened and I don't know if anything else was affected), except >> for one thing: I cannot find cont-img.zip on Hans' server. > > that one is gone for a while already

Re: [NTG-context] Fifth ConTeXt meeting, September 2011, France

2011-07-05 Thread Martin Schröder
2011/7/5 Alan Braslau : > 11km from the train station to the ferry. Is there a bus? > And from the airport? Air France will gladly sell you "flights" by TGV for Paris <-> Toulon. :-) Best Martin ___ If your questio

Re: [NTG-context] Fifth ConTeXt meeting, September 2011, France

2011-07-05 Thread Alan Braslau
On Mon, Jul 04, 2011 at 10:05:14PM +0200, Martin Schröder wrote: > 2010/10/3 Arthur Reutenauer : > >  I hereby announce the next ConTeXt meeting, that will take place on > > the island of Porquerolles off the coast of the French Riviera, > > from Monday, September 19th, 2011, to Saturday, September

Re: [NTG-context] please don't update minimals (yet)

2011-07-05 Thread Hans Hagen
On 5-7-2011 11:22, Mojca Miklavec wrote: On Tue, Jul 5, 2011 at 11:11, Mojca Miklavec wrote: Hello, There are some problems with minimals on the server. Please don't update your distribution until I fix the problem. I now fixed the part that I noticed was broken (I still don't know why that h

Re: [NTG-context] please don't update minimals (yet)

2011-07-05 Thread Mojca Miklavec
On Tue, Jul 5, 2011 at 11:11, Mojca Miklavec wrote: > Hello, > > There are some problems with minimals on the server. Please don't > update your distribution until I fix the problem. I now fixed the part that I noticed was broken (I still don't know why that happened and I don't know if anything e

[NTG-context] please don't update minimals (yet)

2011-07-05 Thread Mojca Miklavec
Hello, There are some problems with minimals on the server. Please don't update your distribution until I fix the problem. Mojca ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] [NTG-conte​xt]Make a larger trademark?

2011-07-05 Thread luigi scarso
On Tue, Jul 5, 2011 at 10:50 AM, seasoul wrote: > I konw the registered trademark can get from \registered, or simply add ® in > MKIV. But it seems the symbol is very small, appreaing in the superscript. > How to make it in a normal text size, just as \copryright or ©. > See scale http://wiki.cont

[NTG-context] [NTG-conte​xt]Make a larger trademark?

2011-07-05 Thread seasoul
I konw the registered trademark can get from \registered, or simply add ® in MKIV. But it seems the symbol is very small, appreaing in the superscript. How to make it in a normal text size, just as \copryright or ©. ___

Re: [NTG-context] two statements or one?

2011-07-05 Thread Hans Hagen
On 5-7-2011 9:21, Hans van der Meer wrote: In lxml-tab.lua I find near the beginning the line: local trace_entities = false trackers.register("xml.entities", function(v) trace_entities = v end) Shouldn't there be a ; or newline between the two statments? no, and the proof is that you can fi

[NTG-context] two statements or one?

2011-07-05 Thread Hans van der Meer
In lxml-tab.lua I find near the beginning the line: local trace_entities = false trackers.register("xml.entities", function(v) trace_entities = v end) Shouldn't there be a ; or newline between the two statments? Hans van der Meer ___

Re: [NTG-context] context.labeltext(...)

2011-07-05 Thread Hans Hagen
On 4-7-2011 6:53, Khaled Hosny wrote: On Mon, Jul 04, 2011 at 06:20:37PM +0200, luigi scarso wrote: On Mon, Jul 4, 2011 at 6:05 PM, Willi Egger wrote: Hi Luigi, hm, did not know this one. Still I can not see that this is going to fit in my situation. I refer to may other mail I sent a minute