[NTG-context] sorttype for bibtex

2010-10-28 Thread Aditya Mahajan
Hi, IIUC, the bib module manual says that \setuppublications[sorttype=bbl] will print the publications in the order in which they appear in the bbl file. However, one needs \setupbibtex[sorttype=bbl] \setuppublications[sorttype=bbl] to get that behavior (took forever to debug).

Re: [NTG-context] wrong link with url + footnote

2010-10-28 Thread Peter Münster
On Thu, Oct 28 2010, Hans Hagen wrote: > >\setupinteraction[state=start] > >\starttext > >\hyphenatedurl{www.test.com}\footnote{a footnote} > >Problem: the link is \quote{www.test.com1}. > >\stoptext > > \goto{wherever}[url(www.test.com)]\footnote{a footnote} Now I understand: it's not ConTeXt t

Re: [NTG-context] Scaling of setminus in xits

2010-10-28 Thread Aditya Mahajan
On Fri, 29 Oct 2010, Khaled Hosny wrote: Just going by the glyph table at stix site, set minus should correspond to glyph 3991 in STIXGeneral.otf. I do not know how to view that glyph, so do not know if xtis uses the right glyph or not. If you search for 02216 glyph, you will see there is a va

Re: [NTG-context] Scaling of setminus in xits

2010-10-28 Thread Khaled Hosny
On Thu, Oct 28, 2010 at 07:09:45PM -0400, Aditya Mahajan wrote: > On Fri, 29 Oct 2010, Khaled Hosny wrote: > > >On Thu, Oct 28, 2010 at 06:12:10PM -0400, Aditya Mahajan wrote: > >>Hi, > >> > >>\setminus does not scale properly in xits. I am not sure if it is a > >>bug in the font or in ConTeXt. >

Re: [NTG-context] Scaling of setminus in xits

2010-10-28 Thread Aditya Mahajan
On Fri, 29 Oct 2010, Khaled Hosny wrote: On Thu, Oct 28, 2010 at 06:12:10PM -0400, Aditya Mahajan wrote: Hi, \setminus does not scale properly in xits. I am not sure if it is a bug in the font or in ConTeXt. \setupbodyfont[xits] \starttext $A \setminus B$ \stoptext I don't have larger varia

Re: [NTG-context] Footnotes in MkIV and MkII

2010-10-28 Thread Matija Šuklje
Dne petek 29. oktobra 2010 ob 00:42:20 je Hans Hagen napisal(a): > On 29-10-2010 12:17, Matija Šuklje wrote: > > Hullo, > > > > from what I can understand I'm using \footnote correctly (i.e. as on > > wiki), but if I generate the document with 'context' every footnote > > instance is just a direct

Re: [NTG-context] Footnotes in MkIV and MkII

2010-10-28 Thread Hans Hagen
On 29-10-2010 12:17, Matija Šuklje wrote: Hullo, from what I can understand I'm using \footnote correctly (i.e. as on wiki), but if I generate the document with 'context' every footnote instance is just a direct copy of the first footnote. If I generate it with 'texexec' though, the footnotes a

Re: [NTG-context] Scaling of setminus in xits

2010-10-28 Thread Khaled Hosny
On Thu, Oct 28, 2010 at 06:12:10PM -0400, Aditya Mahajan wrote: > Hi, > > \setminus does not scale properly in xits. I am not sure if it is a > bug in the font or in ConTeXt. > > \setupbodyfont[xits] > \starttext > $A \setminus B$ > \stoptext I don't have larger variants of that glyph, so it is

[NTG-context] Footnotes in MkIV and MkII

2010-10-28 Thread Matija Šuklje
Hullo, from what I can understand I'm using \footnote correctly (i.e. as on wiki), but if I generate the document with 'context' every footnote instance is just a direct copy of the first footnote. If I generate it with 'texexec' though, the footnotes are generated as expected. Is that a MkIV

[NTG-context] Scaling of setminus in xits

2010-10-28 Thread Aditya Mahajan
Hi, \setminus does not scale properly in xits. I am not sure if it is a bug in the font or in ConTeXt. \setupbodyfont[xits] \starttext $A \setminus B$ \stoptext Aditya ___ If your question is of interest to others

Re: [NTG-context] interaction in included pdfs

2010-10-28 Thread Hans Hagen
On 28-10-2010 4:43, Andreas Harder wrote: Hi all, what happened with the "experimental support for keeping links in included pdfs"? \setupinteraction[state=start] \starttext \externalfigure[cow.pdf][interaction=yes] \stoptext fixed in next beta (I needed to catch a border case) Hans --

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Hans Hagen
On 28-10-2010 9:46, Khaled Hosny wrote: On Thu, Oct 28, 2010 at 09:35:08PM +0200, Hans Hagen wrote: Hi Khaled, In a next version of the oft code I do a bit more strict encoding test; not that it matters much but we need to keen an eye on fonts that have multiple code points mapped onto the same

Re: [NTG-context] letter module, backaddress placement

2010-10-28 Thread Florian Wobbe
On Oct 28, 2010, at 21:11 , Wolfgang Schuster wrote: > > Am 28.10.2010 um 19:04 schrieb Florian Wobbe: > >> Dear Wolfgang, >> >> the default vertical placement of the backaddress is to high in dinb.nls. > > The position of the backaddress os correct but i think you don’t like the > large gap

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Khaled Hosny
On Thu, Oct 28, 2010 at 07:03:14PM +0200, taco wrote: > Ulrike Fischer wrote: > > > >This example gave exactly the same output as the comparable latex > >example with luaotfload: \char140 gives the king, the > >\directlua-command gives the aring. > > My apologies to Khaled Hosny, I was wrong. No

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Khaled Hosny
On Thu, Oct 28, 2010 at 09:35:08PM +0200, Hans Hagen wrote: > Hi Khaled, > > In a next version of the oft code I do a bit more strict encoding > test; not that it matters much but we need to keen an eye on fonts > that have multiple code points mapped onto the same glyph. I'm syncing luaotfload w

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Hans Hagen
Hi Khaled, In a next version of the oft code I do a bit more strict encoding test; not that it matters much but we need to keen an eye on fonts that have multiple code points mapped onto the same glyph. It does not solve the chess problem (something taco and I will look into tomorrow). Han

Re: [NTG-context] letter module, backaddress placement

2010-10-28 Thread Wolfgang Schuster
Am 28.10.2010 um 19:04 schrieb Florian Wobbe: > Dear Wolfgang, > > the default vertical placement of the backaddress is to high in dinb.nls. The position of the backaddress os correct but i think you don’t like the large gap between the backaddress and the address. The gap is there because it’

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Hans Hagen
On 28-10-2010 7:48, Ulrike Fischer wrote: Hm. I do have a bit the impression as if we have here a context and latex philosophy clash. I'm not asking you to provide a funktion Huh? I'm not sure what philosophy refers to, as I'm not refering to context but to the otf loading code; so it would b

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Ulrike Fischer
Am Thu, 28 Oct 2010 19:17:19 +0200 schrieb Hans Hagen: The question I have: How can I correct the fontdata after I have loaded the font? >>> >>> in context it is possible to 'patch' a font before it gets cached but >>> that's just a hack; in luaotf I can imagine that you intercept the f

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Hans Hagen
On 28-10-2010 7:08, Ulrike Fischer wrote: Am Thu, 28 Oct 2010 18:01:07 +0200 schrieb Hans Hagen: The question I have: How can I correct the fontdata after I have loaded the font? in context it is possible to 'patch' a font before it gets cached but that's just a hack; in luaotf I can imagine

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Ulrike Fischer
Am Thu, 28 Oct 2010 18:01:07 +0200 schrieb Hans Hagen: >> The question I have: How can I correct the fontdata after I have >> loaded the font? > > in context it is possible to 'patch' a font before it gets cached but > that's just a hack; in luaotf I can imagine that you intercept the font > j

[NTG-context] letter module, backaddress placement

2010-10-28 Thread Florian Wobbe
Dear Wolfgang, the default vertical placement of the backaddress is to high in dinb.nls. When I change the offset from \c!voffset=\dimexpr\letterstylevalue{\v!address\v!layer}\c!voffset-\letterstylevalue{\v!backaddress\v!frame}\c!height\relax] to \c!voffset=\dimexpr\letterstylevalue{\v!add

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread taco
Ulrike Fischer wrote: This example gave exactly the same output as the comparable latex example with luaotfload: \char140 gives the king, the \directlua-command gives the aring. My apologies to Khaled Hosny, I was wrong. It is still a bug though, that '140' has no business being in the unicod

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Ulrike Fischer
Am Thu, 28 Oct 2010 17:48:12 +0200 schrieb Taco Hoekwater: > Now, it appears that luaotfload produces a rubbish .lua file, probably > because it dumps both the MacRoman and the Unicode assignment at the > same time as a merged table. That is a bug, but that is an issue for > the luaotfload mainta

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Hans Hagen
On 28-10-2010 5:59, Khaled Hosny wrote: This either means it was fixed in later version of ConTeXt (our code is derived from the texlive version), or the ConTeXt variant is doing more stuff than what the plain one does. probably the only way out of this font mess is to have extra hash table (

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Hans Hagen
On 28-10-2010 5:59, Khaled Hosny wrote: As one of the luaotfload maintainers, I assure you that we never touch such low level code :) at least to stay compatible with ConTeXt (I really really have no interest in two incompatible OpenType implementations, so in regard to that luaotfload is not a

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Hans Hagen
On 28-10-2010 5:37, Ulrike Fischer wrote: The question I have: How can I correct the fontdata after I have loaded the font? in context it is possible to 'patch' a font before it gets cached but that's just a hack; in luaotf I can imagine that you intercept the font just before it gets passed

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Khaled Hosny
On Thu, Oct 28, 2010 at 05:48:12PM +0200, Taco Hoekwater wrote: > On 10/28/2010 04:59 PM, Hans Hagen wrote: > > > >if the font is okay, accessing by glyph name will work ok > > The font is an 8-bit encoding-indexed Macintosh Roman font > presenting itself as TrueType, and that is why it is so > co

[NTG-context] kerncharacters

2010-10-28 Thread Steffen Wolfrum
Hi Wolfgang, how can I get negative character kerning? (\kerncharacters only seems to work with values <0) \starttext {\kerncharacters[0.02]include/inc-archive/materials/archive-material-newWind.asp?textPath=/documents/} {include/inc-archive/materials/archive-material-newWind.asp?textPath=/do

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Taco Hoekwater
On 10/28/2010 04:59 PM, Hans Hagen wrote: if the font is okay, accessing by glyph name will work ok The font is an 8-bit encoding-indexed Macintosh Roman font presenting itself as TrueType, and that is why it is so confusing. Because the font says it is in MacRoman encoding, and the glyph nam

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Ulrike Fischer
Am Thu, 28 Oct 2010 16:59:34 +0200 schrieb Hans Hagen: And when I have corrected the fontdata, is there a way (besides using a fea-file) to manipulate the fontdata so that the input "K" outputs the glyph "c140"? >>> >>> I have not followed this closely, bit it seems to me that the

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Hans Hagen
On 28-10-2010 3:33, Khaled Hosny wrote: On Thu, Oct 28, 2010 at 03:08:09PM +0200, Taco Hoekwater wrote: On 10/28/2010 02:57 PM, Ulrike Fischer wrote: And when I have corrected the fontdata, is there a way (besides using a fea-file) to manipulate the fontdata so that the input "K" outputs the g

[NTG-context] interaction in included pdfs

2010-10-28 Thread Andreas Harder
Hi all, what happened with the "experimental support for keeping links in included pdfs"? \setupinteraction[state=start] \starttext \externalfigure[cow.pdf][interaction=yes] \stoptext gives an error: \@@su:epdf-overlay ...oodies("\@@efinteraction ")}

Re: [NTG-context] Using fourier-GUT as math font

2010-10-28 Thread nitralime
Thank you very much for this info! As a beginner I must first figure out (resp. digest) what you have written:-) My intention was to create a typescript for the combination Baskerville (serif) + GillSans(sans) + Consolas(mono) + FourierGUT(math) The typescript included in my original pos

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Khaled Hosny
On Thu, Oct 28, 2010 at 03:08:09PM +0200, Taco Hoekwater wrote: > On 10/28/2010 02:57 PM, Ulrike Fischer wrote: > > > >And when I have corrected the fontdata, is there a way (besides > >using a fea-file) to manipulate the fontdata so that the input "K" > >outputs the glyph "c140"? > > I have not f

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Ulrike Fischer
Am Thu, 28 Oct 2010 15:10:20 +0200 schrieb Hans Hagen: > I can't speak for latex so if you want an answer then I need the font in > order to see what happens in context as that is the reference. The font is here: http://www.enpassant.dk/chess/downl/pirat.zip (I'm not expecting context or luao

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Ulrike Fischer
Am Thu, 28 Oct 2010 15:08:09 +0200 schrieb Taco Hoekwater: >> And when I have corrected the fontdata, is there a way (besides >> using a fea-file) to manipulate the fontdata so that the input "K" >> outputs the glyph "c140"? > I have not followed this closely, bit it seems to me that the problem

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Hans Hagen
On 28-10-2010 2:57, Ulrike Fischer wrote: Am Thu, 28 Oct 2010 14:33:03 +0200 schrieb Hans Hagen: On 28-10-2010 10:34, Ulrike Fischer wrote: Even if unicode would have a code point for every symbol: At first my problem is not _where_ to map a glyph but _how_ to do it. And at second: Chess game

Re: [NTG-context] NTG Meeting October 27, 2010

2010-10-28 Thread luigi scarso
On Thu, Oct 28, 2010 at 2:35 PM, Hans Hagen wrote: > On 28-10-2010 2:17, luigi scarso wrote: > >>> * Discussion topic: The rise of e-readers: will this be the end >>> of typesetting or will we manage to survive? >> >> So, should we start to manage our survive ? > > Frans G decided never to print a

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Taco Hoekwater
On 10/28/2010 02:57 PM, Ulrike Fischer wrote: And when I have corrected the fontdata, is there a way (besides using a fea-file) to manipulate the fontdata so that the input "K" outputs the glyph "c140"? I have not followed this closely, bit it seems to me that the problem is more likely caused

Re: [NTG-context] hyphenated url

2010-10-28 Thread Wolfgang Schuster
Am 28.10.2010 um 13:02 schrieb Khaled Hosny: > On Thu, Oct 28, 2010 at 11:53:52AM +0200, Peter Münster wrote: >> On Thu, Oct 28 2010, Hans Hagen wrote: >> >>> If we can agree that asciimode also makes % a characters I can add >>> that preset. >> >> I agree. It's more consistent. > > Me too :)

Re: [NTG-context] hyphenated url

2010-10-28 Thread Wolfgang Schuster
Am 28.10.2010 um 08:53 schrieb Taco Hoekwater: > On 10/27/2010 02:43 PM, Wolfgang Schuster wrote: >> >> Am 27.10.2010 um 12:35 schrieb Steffen Wolfrum: >> >>> Hi Hans and other catcode wizards, >>> >>> isn't there a way to make this kind of catcode trickery only be available >>> *inside* \hyp

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Ulrike Fischer
Am Thu, 28 Oct 2010 14:33:03 +0200 schrieb Hans Hagen: > On 28-10-2010 10:34, Ulrike Fischer wrote: > >> Even if unicode would have a code point for every symbol: At first >> my problem is not _where_ to map a glyph but _how_ to do it. And at >> second: Chess games and boards are typeset with com

Re: [NTG-context] Using fourier-GUT as math font

2010-10-28 Thread Hans Hagen
On 27-10-2010 3:49, nitralime wrote: I have made a mistake in my typescript. Here is the corrected version: %% .. \starttypescript [math] [fourier][texnansi] \definefontsynonym [Fourier-Math-Letters] [name:fouriermathletters

Re: [NTG-context] NTG Meeting October 27, 2010

2010-10-28 Thread Hans Hagen
On 28-10-2010 2:17, luigi scarso wrote: * Discussion topic: The rise of e-readers: will this be the end of typesetting or will we manage to survive? So, should we start to manage our survive ? Frans G decided never to print again. Hans -

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Hans Hagen
On 28-10-2010 10:34, Ulrike Fischer wrote: Even if unicode would have a code point for every symbol: At first my problem is not _where_ to map a glyph but _how_ to do it. And at second: Chess games and boards are typeset with commands so it doesn't matter much where a glyph is in a font as long

Re: [NTG-context] NTG Meeting October 27, 2010

2010-10-28 Thread luigi scarso
On Wed, Oct 20, 2010 at 5:59 PM, Taco Hoekwater wrote: > Dear TeXies! > > > The autumn meeting of the NTG will take place on October 27, 2010, > from 10:00 until 16:30. > > We will meet at one of the locations of the Netherlands Defence Academy: > complex 'Kasteel van Breda', Kasteelplein 10, 4811

Re: [NTG-context] ConText, TikZ and definecolor: undefined control sequence

2010-10-28 Thread Cedric Mauclair
Sadly no. I once tried to modify it to make it work and I ended up with what I proposed. Not very nice, but worked for me. Thanks for your solution. -- Cédric On Thu, Oct 28, 2010 at 13:46, Hans Hagen wrote: > > \ifdefined\PDFcolor \else > >  \ctxlua{function lpdf.pdfcolor(attribute) context(

Re: [NTG-context] hyphenated url (SOLVED)

2010-10-28 Thread Steffen Wolfrum
Am 28.10.2010 um 08:53 schrieb Taco Hoekwater: > This works: > > \startbuffer [comurl] \catcode`\%=12 > \hyphenatedurl{... If I didn't overlook something, then this must be finally the solution: \startbuffer [comurl] \catcode`\%=12 \useURL[test][http://www.kommers.se/upload/Analysarkiv/In%20

Re: [NTG-context] wrong link with url + footnote

2010-10-28 Thread Hans Hagen
On 28-10-2010 9:49, Peter Münster wrote: Hello, Minimal example: \setupinteraction[state=start] \starttext \hyphenatedurl{www.test.com}\footnote{a footnote} Problem: the link is \quote{www.test.com1}. \stoptext \goto{wherever}[url(www.test.com)]\footnote{a footnote} --

Re: [NTG-context] hyphenated url

2010-10-28 Thread Peter Münster
On Thu, Oct 28 2010, Khaled Hosny wrote: > Me too :) We just need some other way to put inline comments. I don't know, if it's possible, but \% could be nice. Peter -- Contact information: http://pmrb.free.fr/contact/ ___

Re: [NTG-context] ConText, TikZ and definecolor: undefined control sequence

2010-10-28 Thread Hans Hagen
On 28-10-2010 10:24, Cedric Mauclair wrote: Actually, the opacity works great! Officially it could hook into the context transparency model but I guess that that is too much hassle. Hans -

Re: [NTG-context] ConText, TikZ and definecolor: undefined control sequence

2010-10-28 Thread Hans Hagen
On 28-10-2010 9:54, Cedric Mauclair wrote: On Wed, Oct 27, 2010 at 22:08, Michael Murphy wrote: On 27/10/2010 19:18, Marius wrote: Hello, I had the same problem, so I desided to define colors by hand. \definecolor [lightgray] [h=D3D3D3] \usemodule[tikz] \unprotect \pgfu...@definecolor{blac

Re: [NTG-context] hyphenated url

2010-10-28 Thread Khaled Hosny
On Thu, Oct 28, 2010 at 11:53:52AM +0200, Peter Münster wrote: > On Thu, Oct 28 2010, Hans Hagen wrote: > > > If we can agree that asciimode also makes % a characters I can add > > that preset. > > I agree. It's more consistent. Me too :) We just need some other way to put inline comments. Rega

Re: [NTG-context] improper sizes with pixel unit in MPinitialisation

2010-10-28 Thread Taco Hoekwater
On 10/28/2010 12:12 PM, Peter Rolf wrote: Hi, I started using 'MPinitialisation' to store some global variables. Much easier than passing them over and over again to MP macros. Sadly this way is inaccurate with the unit 'px' (no such problems with 'pt'). See attached example. The frame gives the

[NTG-context] improper sizes with pixel unit in MPinitialisation

2010-10-28 Thread Peter Rolf
Hi, I started using 'MPinitialisation' to store some global variables. Much easier than passing them over and over again to MP macros. Sadly this way is inaccurate with the unit 'px' (no such problems with 'pt'). See attached example. The frame gives the exact size, showing that the MP graphic is

Re: [NTG-context] hyphenated url

2010-10-28 Thread Peter Münster
On Thu, Oct 28 2010, Hans Hagen wrote: > If we can agree that asciimode also makes % a characters I can add > that preset. I agree. It's more consistent. Peter -- Contact information: http://pmrb.free.fr/contact/

Re: [NTG-context] ConText, TikZ and definecolor: undefined control sequence

2010-10-28 Thread Marius
Here is the fixed script. On 27 October 2010 23:08, Michael Murphy wrote: > On 27/10/2010 19:18, Marius wrote: >> >> Hello, >> I had the same problem, so I desided to define colors by hand. >> >> \definecolor [lightgray] [h=D3D3D3] >> >> \usemodule[tikz] >> >> \unprotect >> \pgfu...@definecolor{b

Re: [NTG-context] hyphenated url

2010-10-28 Thread Hans Hagen
On 27-10-2010 7:08, Peter Münster wrote: On Wed, Oct 27 2010, Wolfgang Schuster wrote: He wants perhaps: \starthyphenatedurl www.%.com \stophyphenatedurl No, he wants \footnote{...\hyphenatedurl{...%...}...} Yes. But if I understand TeX right, then there will be only 2 possibilities: 1.

Re: [NTG-context] manipulate ttf-fonts loaded with luatex

2010-10-28 Thread Ulrike Fischer
Am Wed, 27 Oct 2010 17:32:21 -0400 (EDT) schrieb Aditya Mahajan: > On Wed, 27 Oct 2010, Ulrike Fischer wrote: > >> Am Wed, 27 Oct 2010 14:35:46 -0400 (EDT) schrieb Aditya Mahajan: >> >>> On Wed, 27 Oct 2010, Ulrike Fischer wrote: >>> Hello, I'm currently a bit playing around with t

Re: [NTG-context] ConText, TikZ and definecolor: undefined control sequence

2010-10-28 Thread Cedric Mauclair
Actually, the opacity works great! -- Cédric On Thu, Oct 28, 2010 at 09:54, Cedric Mauclair wrote: > On Wed, Oct 27, 2010 at 22:08, Michael Murphy > wrote: >> On 27/10/2010 19:18, Marius wrote: >>> >>> Hello, >>> I had the same problem, so I desided to define colors by hand. >>> >>> \definec

[NTG-context] space breaks url-links

2010-10-28 Thread Peter Münster
Hello, Minimal example: \setupinteraction[state=start] \useURL[test][http://test.com/space space/] \starttext url: \url[test] hyphenatedurl: \hyphenatedurl{http://test.com/space space/} \stoptext Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/

Re: [NTG-context] hyphenated url

2010-10-28 Thread Philipp Gesang
On 2010-10-28 <08:46:55>, Steffen Wolfrum wrote: > > Am 28.10.2010 um 00:05 schrieb Philipp Gesang: > > > % Usage example here: > > > > \startuseURL[anotherurl][urldescription] > > http://test%it.example.com > > \stopuseURL > > > > \starttext > > > > \from[anotherurl]\par > > \url[anotherurl]\

Re: [NTG-context] ConText, TikZ and definecolor: undefined control sequence

2010-10-28 Thread Cedric Mauclair
On Wed, Oct 27, 2010 at 22:08, Michael Murphy wrote: > On 27/10/2010 19:18, Marius wrote: >> >> Hello, >> I had the same problem, so I desided to define colors by hand. >> >> \definecolor [lightgray] [h=D3D3D3] >> >> \usemodule[tikz] >> >> \unprotect >> \pgfu...@definecolor{black}{gray}{0} >> \pgf

[NTG-context] wrong link with url + footnote

2010-10-28 Thread Peter Münster
Hello, Minimal example: \setupinteraction[state=start] \starttext \hyphenatedurl{www.test.com}\footnote{a footnote} Problem: the link is \quote{www.test.com1}. \stoptext Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/ ___

Re: [NTG-context] hyphenated url

2010-10-28 Thread Peter Münster
On Thu, Oct 28 2010, Steffen Wolfrum wrote: > > > \startuseURL[anotherurl][urldescription] > > http://test%it.example.com > > \stopuseURL > > this doesn't work ... the address gets corrupt! > > Just run it, open the PDF in Acrobat and test the link: > > "Acrobat is attempting to connect to > h

[NTG-context] website updates

2010-10-28 Thread Taco Hoekwater
Hi, Quick note: yesterday during the NTG meeting, we agreed that from now on, I will send a message to the mailing list if something new has been uploaded to the pragma ade website. Best wishes, Taco ___ If your