Re: [NTG-context] \page[blank], \page[header]

2013-06-07 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Thu, 06 Jun 2013 16:16:42 +0200, Aditya Mahajan adit...@umich.edu wrote: Perhaps, \page[nobackground] which will suppress all background elements. +1 I also think that `noheader`and `nofooter` are better keywords than `header` and `footer` to indicate that header and footer are

[NTG-context] Layers: corner, location

2013-06-07 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I'm trying to understand meaning of location and corner keywords of layer definition (http://wiki.contextgarden.net/Layers#My_first_Layer). The goal is to place a logo (here: a \framed) to the top right corner of the page, with vertical and horizontal shift 5 mm into the centre of the

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread Hans Hagen
On 6/7/2013 1:20 AM, Lance Larsen wrote: I have a version of context standalone installed, and I am trying to add some functionality I need to strc-ref.lua. As a simple test to see if modifying the file was working, I enabled the ‘structures.referencing.identifying’ tracker and verified that I

Re: [NTG-context] Layers: corner, location

2013-06-07 Thread Hans Hagen
On 6/7/2013 9:07 AM, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, I'm trying to understand meaning of location and corner keywords of layer definition (http://wiki.contextgarden.net/Layers#My_first_Layer). The goal is to place a logo (here: a \framed) to the top right corner of the

Re: [NTG-context] Layers: corner, location

2013-06-07 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, On Fri, 07 Jun 2013 09:27:14 +0200, Hans Hagen pra...@wxs.nl wrote: On 6/7/2013 9:07 AM, Procházka Lukáš Ing. - Pontex s. r. o. wrote: The working code is: \definelayer [Logo] [location={left,bottom}, x=\paperwidth, y=0mm, hoffset=-5mm, voffset=5mm, ]

[NTG-context] ConTeXt with TeXnicCenter

2013-06-07 Thread H. Özoguz
Hello all together, as I am a bit irritated of the limitations of TeXWorks (both in stability and comfort for big project), I want to switch to TeXnicCenter. I followed the instructions of http://wiki.contextgarden.net/TeXnicCenter and wantet to test it. With a simple \starttext \input

Re: [NTG-context] ConTeXt with TeXnicCenter

2013-06-07 Thread luigi scarso
On Fri, Jun 7, 2013 at 11:54 AM, H. Özoguz h.oezo...@mmnetz.de wrote: Hello all together, as I am a bit irritated of the limitations of TeXWorks (both in stability and comfort for big project), I want to switch to TeXnicCenter. I followed the instructions of http://wiki.contextgarden.net/**

Re: [NTG-context] ConTeXt with TeXnicCenter

2013-06-07 Thread H. Özoguz
Maybe you want to use mkiv and texcniccenter is not configured for it. You are right, of course I want to use mkiv. But how to configure texniccenter for it? In the instructions of the wiki I did not see any different ways to configure it for mkii or mkiv. Huseyin

Re: [NTG-context] ConTeXt with TeXnicCenter

2013-06-07 Thread luigi scarso
On Fri, Jun 7, 2013 at 12:25 PM, H. Özoguz h.oezo...@mmnetz.de wrote: Maybe you want to use mkiv and texcniccenter is not configured for it. You are right, of course I want to use mkiv. But how to configure texniccenter for it? In the instructions of the wiki I did not see any different ways

Re: [NTG-context] \at and \in woes with \startcomponent….\stopcomponent

2013-06-07 Thread Alan Bowen
Hi, Hans— I reinstalled the ConTeXt standalone and still get links to null pages with \at and \in using the latest version (ConTeXt ver: 2013.06.07 12:25 MKIV beta). Alan On Tue, Jun 4, 2013 at 2:30 PM, Hans Hagen pra...@wxs.nl wrote: On 6/4/2013 8:03 PM, Marco Patzer wrote: On 2013–06–04

Re: [NTG-context] Layers: corner, location

2013-06-07 Thread Peter Rolf
Am 07.06.2013 10:06, schrieb Procházka Lukáš Ing. - Pontex s. r. o.: Hello, On Fri, 07 Jun 2013 09:27:14 +0200, Hans Hagen pra...@wxs.nl wrote: On 6/7/2013 9:07 AM, Procházka Lukáš Ing. - Pontex s. r. o. wrote: The working code is: \definelayer [Logo]

Re: [NTG-context] ConTeXt with TeXnicCenter

2013-06-07 Thread H. Özoguz
/ Maybe you want to use mkiv and texcniccenter is not configured for it. // // You are right, of course I want to use mkiv. But how to configure // texniccenter for it? In the instructions of the wiki I did not see any // different ways to configure it for mkii or mkiv. // // I guess that

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread Lance Larsen
If I modify a core lua file how do I remake the format file? Is this something that is done from mtxrun.exe? I would certainly prefer to use a hook rather than modifying a core file, but how do I identify the hooks that are available? Is there a list of hooks that are available, or a standard way

Re: [NTG-context] ConTeXt with TeXnicCenter

2013-06-07 Thread luigi scarso
On Fri, Jun 7, 2013 at 2:52 PM, H. Özoguz h.oezo...@mmnetz.de wrote: * Maybe you want to use mkiv and texcniccenter is not configured for it. You are right, of course I want to use mkiv. But how to configure** texniccenter for it? In the instructions of the wiki I did not see any**

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread luigi scarso
On Fri, Jun 7, 2013 at 3:00 PM, Lance Larsen lance.c.lar...@gmail.comwrote: If I modify a core lua file how do I remake the format file? context --make -- luigi ___ If your question is of interest to others as

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread Lance Larsen
Hans, Your reply below was very helpful. I looked at the context command line options and saw 'make'. After running this, the code changes took effect. Thankyou. I could still use help in identifying where equation numbers are defined in the code so that I can add a tracker. Do you have a

Re: [NTG-context] \at and \in woes with \startcomponent….\stopcomponent

2013-06-07 Thread Hans Hagen
On 6/7/2013 2:37 PM, Alan Bowen wrote: Hi, Hans— I reinstalled the ConTeXt standalone and still get links to null pages with \at and \in using the latest version (ConTeXtver: 2013.06.07 12:25 MKIV beta). example needed -

Re: [NTG-context] ConTeXt with TeXnicCenter

2013-06-07 Thread Hans Hagen
On 6/7/2013 2:52 PM, H. Özoguz wrote: / Maybe you want to use mkiv and texcniccenter is not configured for it. // // You are right, of course I want to use mkiv. But how to configure // texniccenter for it? In the instructions of the wiki I did not see any // different ways to configure it

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread luigi scarso
On Fri, Jun 7, 2013 at 3:00 PM, Lance Larsen lance.c.lar...@gmail.comwrote: If I modify a core lua file how do I remake the format file? Is this something that is done from mtxrun.exe? I would certainly prefer to use a hook rather than modifying a core file, but how do I identify the hooks

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread Wolfgang Schuster
Am 07.06.2013 um 15:17 schrieb luigi scarso luigi.sca...@gmail.com: On Fri, Jun 7, 2013 at 3:00 PM, Lance Larsen lance.c.lar...@gmail.com wrote: If I modify a core lua file how do I remake the format file? Is this something that is done from mtxrun.exe? I would certainly prefer to use a

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread Hans Hagen
On 6/7/2013 3:13 PM, Lance Larsen wrote: Hans, Your reply below was very helpful. I looked at the context command line options and saw 'make'. After running this, the code changes took effect. Thankyou. I could still use help in identifying where equation numbers are defined in the code so

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread Lance Larsen
luigi, When I started exploring how to map equation references (eq:name) to equation numbers (4.2), I noticed that the 'tuc' file included the equation reference (eq:name), but I was not able to identify anywhere where it indicates the actual equation label specified in the document. Below is an

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread Hans Hagen
On 6/7/2013 4:01 PM, Lance Larsen wrote: luigi, When I started exploring how to map equation references (eq:name) to equation numbers (4.2), I noticed that the 'tuc' file included the equation reference (eq:name), but I was not able to identify anywhere where it indicates the actual equation

Re: [NTG-context] ntg-context Digest, Vol 108, Issue 22

2013-06-07 Thread Lance Larsen
Hans, Referencing equations from another context document is what I am trying to do. It think the \usereferences tag that you noted in the ideal solution for my case. Thanks again for the help. -Lance - On 6/7/2013 4:01 PM, Lance Larsen wrote: luigi, When I started exploring how

Re: [NTG-context] ConTeXt with TeXnicCenter, Hans Hagen pragma at wxs.nl

2013-06-07 Thread H. Özoguz
something context --synctex %bm @Hans, Luigi: The above does not work here, but I have found a working solution, one needs --script --script context --synctex %bm I have still problems with synctex, I do not know how to switch easiliy between the pdf and the code with SUMATRA pdf, but

Re: [NTG-context] ConTeXt with TeXnicCenter, Hans Hagen pragma at wxs.nl

2013-06-07 Thread Hans Hagen
On 6/7/2013 4:22 PM, H. Özoguz wrote: something context --synctex %bm @Hans, Luigi: The above does not work here, but I have found a working solution, one needs --script --script context --synctex %bm In that case the main program calls is mtxrun, so: mtxrun --script context %bm I

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread Sietse Brouwer
Lance Larsen wrote: If I modify a core lua file how do I remake the format file? luigi scarso luigi.sca...@gmail.com wrote: context --make Now documented on the page about the `context` script. I've added a page about formats, too, which also mentions how to remake them. (MkIV only. Don't know

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread Hans Hagen
On 6/7/2013 5:27 PM, Sietse Brouwer wrote: Lance Larsen wrote: If I modify a core lua file how do I remake the format file? luigi scarso luigi.sca...@gmail.com wrote: context --make Now documented on the page about the `context` script. I've added a page about formats, too, which also

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread luigi scarso
On Fri, Jun 7, 2013 at 5:27 PM, Sietse Brouwer sbbrou...@gmail.com wrote: Don't know how to remake the MkII format. texexec --make -- luigi ___ If your question is of interest to others as well, please add an

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread Wolfgang Schuster
Am 07.06.2013 um 17:27 schrieb Sietse Brouwer sbbrou...@gmail.com: Lance Larsen wrote: If I modify a core lua file how do I remake the format file? luigi scarso luigi.sca...@gmail.com wrote: context --make Now documented on the page about the `context` script. I've added a page about

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread Sietse Brouwer
Wolfgang and Luigi wrote: texexec --make Thanks, guys. Technical question: * Does `texexec --make` create only the mkii formats, and `context --make` create only the mkiv formats; * Or is it so that both commands create both the mkii *and* the mkiv formats? Cheers, Sietse

Re: [NTG-context] ConTeXt with TeXnicCenter, Hans Hagen pragma at wxs.nl

2013-06-07 Thread Wim W. Wilhelm
- Original Message - From: H. Özoguz h.oezo...@mmnetz.de To: ntg-context@ntg.nl Sent: Friday, June 07, 2013 4:22 PM Subject: Re: [NTG-context] ConTeXt with TeXnicCenter,Hans Hagen pragma at wxs.nl something context --synctex %bm @Hans, Luigi: The above does not work here, but

Re: [NTG-context] How to hack the lua files

2013-06-07 Thread luigi scarso
On Fri, Jun 7, 2013 at 5:49 PM, Sietse Brouwer sbbrou...@gmail.com wrote: Wolfgang and Luigi wrote: texexec --make Thanks, guys. Technical question: * Does `texexec --make` create only the mkii formats, and `context --make` create only the mkiv formats; * Or is it so that both commands

Re: [NTG-context] Side-by-side framed text blocks

2013-06-07 Thread honyk
On 2013-06-07 Marco wrote: On 2013–06–07 honyk wrote: thanks for this. I removed that framed=off option and it turned out to be sligthly different from what I'd like to achieve. My goal is to have two blocks with a vertical gap between them and to have these blocks framed (or with

Re: [NTG-context] \at and \in woes with \startcomponent….\stopcomponent

2013-06-07 Thread Alan Bowen
Sorry—here is the one that I have been using. \setupinteraction[state=start,color=blue,% contrastcolor=darkred, style=rm, click=yes, display=new, ] \startcomponent Test.tex %\starttext reference on \at[myref1] reference in note \in[myref1] reference: \at[myref1]n\in[myref1] \page