Re: [NTG-context] \externalfigure produces blank page

2016-02-04 Thread Procházka Lukáš Ing .
Hello, nice to hear that. So - when I renew Ctx tonight, will it work well tomorrow? Lukas On Thu, 04 Feb 2016 12:54:24 +0100, luigi scarso wrote: On Thu, Feb 4, 2016 at 12:44 PM, Procházka Lukáš Ing. wrote: Hello, let's have a simple code:

Re: [NTG-context] \externalfigure produces blank page

2016-02-04 Thread luigi scarso
On Thu, Feb 4, 2016 at 12:44 PM, Procházka Lukáš Ing. wrote: > Hello, > > let's have a simple code: > > > \starttext > \startTEXpage > \externalfigure[Tv32.pdf]%[scale=500] > \stopTEXpage > \stoptext > > > It yields a blank (or empty) page (its size A1 is OK); >

[NTG-context] \externalfigure produces blank page

2016-02-04 Thread Procházka Lukáš Ing .
Hello, let's have a simple code: \starttext \startTEXpage \externalfigure[Tv32.pdf]%[scale=500] \stopTEXpage \stoptext It yields a blank (or empty) page (its size A1 is OK); and the size of the resulting .pdf is very close to that of the inserted image. The inserted Tv32.pdf

Re: [NTG-context] (bug?) wrong hyphenation with external fonts

2016-02-04 Thread Hans Hagen
On 2/4/2016 9:27 PM, Pablo Rodriguez wrote: On 02/03/2016 02:18 PM, Hans Hagen wrote: On 2/2/2016 12:28 PM, Pablo Rodriguez wrote: Dear list, [...] Hyphenation is wrong with fonts that don’t come with the ConTeXt distribution. TeX Gyre Pagella is hyphenated right, but MinionPro or even TeX

Re: [NTG-context] (bug?) wrong hyphenation with external fonts

2016-02-04 Thread Pablo Rodriguez
On 02/04/2016 10:13 PM, Hans Hagen wrote: > On 2/4/2016 9:27 PM, Pablo Rodriguez wrote: >> [...] >> The ff-ligature prevents hyphenation with TeX Gyre Pagella, but not with >> MinionPro. (This is the opposite of what I reported before.) > > it depends on the complexity of the ligature .. ff is

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Pablo Rodriguez
On 02/04/2016 07:54 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 4. Februar 2016 um 19:43 >> >> But I get two test2 on page 2: >> >> \definelayer[test1][x=.5\paperwidth, y=.5\paperheight, state=start] >> \setlayer[test1]{page1} > Set the layer content after \starttext or load a font before you

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Wolfgang Schuster
Pablo Rodriguez 4. Februar 2016 um 20:10 On 02/04/2016 07:54 PM, Wolfgang Schuster wrote: Pablo Rodriguez 4. Februar 2016 um 19:43 But I get two test2 on page 2: \definelayer[test1][x=.5\paperwidth, y=.5\paperheight, state=start] \setlayer[test1]{page1} Set the layer

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Pablo Rodriguez
On 02/04/2016 05:39 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 4. Februar 2016 um 17:19 >> >> I’m afraid that dimensions seem not to be adapted: > [...] > \startsetups[testlayer] > \setlayer[test]{abcde} > \stopsetups > > \setupbackgrounds[page][setups=testlayer,background=test] Many

Re: [NTG-context] which is the best/right element for elements in cover and title pages?

2016-02-04 Thread Pablo Rodriguez
On 01/26/2016 02:45 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 26. Januar 2016 um 09:42 >> [...] >> I guess \definehead is what I should be using. > No, the makeup environment is the right mechanism. You can combine this > with the \setvariables command and create the title page when you set

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Wolfgang Schuster
Pablo Rodriguez 4. Februar 2016 um 18:08 Many thanks for your reply, Wolfgang. My problem now is that I get layouts from the first page in the second page: Do you want layer “test1” to appear on the second page, if not don’t put it in the setups environment. Wolfgang

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Wolfgang Schuster
Pablo Rodriguez 4. Februar 2016 um 17:19 Hans, many thanks for your reply Pablo. I’m afraid that dimensions seem not to be adapted: \definepapersize[main] [A4] [A4] \definepapersize[extra][A4,landscape][A4,landscape] \definelayer[test][x=.5\paperwidth,

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Pablo Rodriguez
On 02/03/2016 02:57 PM, Hans Hagen wrote: > On 2/1/2016 7:38 PM, Pablo Rodriguez wrote: >> [...] >> It isn’t possible to change the paper size. Only TEXpage does >> change the paper size. >> >> Could anyone confirm the bug? > > more a side effect (synchronizing all related settings can result in

Re: [NTG-context] extended printing options in ConTeXt

2016-02-04 Thread Hans Hagen
On 2/1/2016 8:22 AM, Pablo Rodriguez wrote: Hans, would it be possible to implement two extended printing options defined in the PDF specification? remind me in a few weeks as i have other priorities now You have kindly implemented duplex printing and page scaling options. At my workplace,

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Wolfgang Schuster
Pablo Rodriguez 4. Februar 2016 um 19:43 But I get two test2 on page 2: \definelayer[test1][x=.5\paperwidth, y=.5\paperheight, state=start] \setlayer[test1]{page1} Set the layer content after \starttext or load a font before you set it, otherwise context uses a monospace

Re: [NTG-context] extended printing options in ConTeXt

2016-02-04 Thread Pablo Rodriguez
On 02/04/2016 07:51 PM, Hans Hagen wrote: > On 2/1/2016 8:22 AM, Pablo Rodriguez wrote: >> Hans, >> >> would it be possible to implement two extended printing options defined >> in the PDF specification? > > remind me in a few weeks as i have other priorities now Many thanks for your reply,

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Pablo Rodriguez
On 02/04/2016 07:03 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez >> 4. Februar 2016 um 18:08 >> >> Many thanks for your reply, Wolfgang. >> >> My problem now is that I get layouts from the first page in the second >> page: > Do you want layer “test1” to appear on the

Re: [NTG-context] (bug?) wrong hyphenation with external fonts

2016-02-04 Thread Pablo Rodriguez
On 02/03/2016 02:18 PM, Hans Hagen wrote: > On 2/2/2016 12:28 PM, Pablo Rodriguez wrote: >> Dear list, >> [...] >> Hyphenation is wrong with fonts that don’t come with the ConTeXt >> distribution. TeX Gyre Pagella is hyphenated right, but MinionPro or >> even TeX Gyre Pagella Math are wrong

Re: [NTG-context] not able to change paper sizes

2016-02-04 Thread Pablo Rodriguez
On 02/04/2016 08:36 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 4. Februar 2016 um 20:10 >> On 02/04/2016 07:54 PM, Wolfgang Schuster wrote: >>> Set the layer content after \starttext or load a font before you set it, >>> otherwise context uses a monospace font as fallback. >> >> Many thanks

Re: [NTG-context] interactive reference

2016-02-04 Thread Henman
I did not send that mail. On 02/03/2016 11:52 PM, Meer, Hans van der wrote: Please, will the moderator of this group consider to remove from the list the sender of the reply below? It is really offensive and the TeX-community unworthy. Hans van der Meer On 04 Feb 2016, at 00:42, Henman

Re: [NTG-context] interactive reference

2016-02-04 Thread Taco Hoekwater
> On 04 Feb 2016, at 08:52, Meer, Hans van der wrote: > > Please, will the moderator of this group consider to remove from the list the > sender of the reply below? Of course. Also ban-listed that e-mail address and altered the list archive. For the future: it is better

Re: [NTG-context] anglestriped shifts path

2016-02-04 Thread Marco Patzer
On Wed, 3 Feb 2016 15:27:36 -0500 John Kitzmiller wrote: > I expect anglestriped to work more like fill, but it shifts the path. > Is it intended behavior? > > \startMPpage[offset=2mm] > path p; > p = unitsquare scaled 4cm ; p = fullsquare scaled 4cm ; Marco