Re: [NTG-context] About formatting the "Fonts out of ConTEXT" manual

2017-08-15 Thread Henri
On Tue, 2017-08-15 at 12:35 +0200, Fabrice Couvreur wrote: > Hi Hans, > I love the style used for this manual. I tried to do the same thing, but it's > a long way off ! > I tried to find the source code to inspire me :-) The source for the fonts manual is distributed with minimals.  It can be

Re: [NTG-context] About formatting the "Fonts out of ConTEXT" manual

2017-08-15 Thread Henri
On Tue, 2017-08-15 at 12:35 +0200, Fabrice Couvreur wrote: > Hi Hans, > I love the style used for this manual. I tried to do the same thing, but it's > a long way off ! > I tried to find the source code to inspire me :-) The source for the fonts manual is distributed with minimals.  It can be

Re: [NTG-context] (My) problem with percent sign in URLs -- about Wiki

2017-08-15 Thread Tomas Hala
# I would add other four (with Wolfgang’s permission): # # \letterleftparenthesis # \letterrightparenthesis # \letterleftbracket # \letterrightbracket Unfortunately, these four commands are not available on my computer (I use TL 2015). Tomas # Pablo # -- #

Re: [NTG-context] (My) problem with percent sign in URLs -- about Wiki

2017-08-15 Thread Pablo Rodriguez
On 08/15/2017 08:28 PM, Alan Braslau wrote: > Is there not some way to "protect" a literal string to be taken > verbatim where no character be active, for it is messy to have to > "clean-up" data such as a url. Hi Alan, wrapping the URL (or the footnote that contains it, it will crash inside the

Re: [NTG-context] (My) problem with percent sign in URLs -- about Wiki

2017-08-15 Thread Pablo Rodriguez
On 08/15/2017 07:07 PM, Wolfgang Schuster wrote: >> Tomas Hala 15. August 2017 um 18:52: >> [...] >> Are there some other predefined "\letterxxx" commands? > \letteropenbrace > [...] > \letterexclamationmark I would add other four (with Wolfgang’s permission): \letterleftparenthesis

Re: [NTG-context] (My) problem with percent sign in URLs -- about Wiki

2017-08-15 Thread Alan Braslau
Is there not some way to "protect" a literal string to be taken verbatim where no character be active, for it is messy to have to "clean-up" data such as a url. Alan On Tue, 15 Aug 2017 19:07:54 +0200 Wolfgang Schuster wrote: > > Are there some other predefined

Re: [NTG-context] (My) problem with percent sign in URLs -- about Wiki

2017-08-15 Thread Wolfgang Schuster
Tomas Hala 15. August 2017 um 18:52 Hi, I updated the page about URLs. Reading the text, I found the following sentence which -- in my opinion -- does not correspond with the current behaviour: "You can use \url[aurl] as well, which behaves like \from[#1]." I

Re: [NTG-context] (My) problem with percent sign in URLs -- about Wiki

2017-08-15 Thread Tomas Hala
Hi, I updated the page about URLs. Reading the text, I found the following sentence which -- in my opinion -- does not correspond with the current behaviour: "You can use \url[aurl] as well, which behaves like \from[#1]." I tried it but the \url[aurl] is not printed out in green colour as

[NTG-context] avoid space after title

2017-08-15 Thread Henning Hraban Ramm
I’d like to get rid of the blank line after section titles in grid mode. How? \setuplayout[grid=yes,] \setuphead[section][page=no,before={},after={}] \starttext \startchapter[title={Authors}] \startsection[title={Knuth}] \input knuth \stopsection \startsection[title={Tufte}] \input tufte

Re: [NTG-context] (My) problem with percent sign in URLs

2017-08-15 Thread Tomas Hala
Thanks, very simple, indeed. Tomas Tue, Aug 15, 2017 ve 04:36:15AM -0400 Aditya Mahajan napsal(a): # >It will be an honour for me to update the wiki but I guess I had # >no permissions. Could somebody give access to me? # # No permissions are needed. You can simply create a new account and #

Re: [NTG-context] Pdf info with Lua/Ctx API

2017-08-15 Thread Procházka Lukáš Ing .
Hello Hans, that's exactly what I've been looking for! (And yes, I've asked one or more times, with a solution that seemed to me a bit "forced" or "non-clear", so the latest solution looks perfectly!) Best regards, Lukas On Mon, 14 Aug 2017 16:55:09 +0200, Hans Hagen wrote:

[NTG-context] having all lines with \setuptyping

2017-08-15 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuptyping[TEX][lines=no] \definetyping[TEXlines][lines=yes, option=TEX] \starttext \startxtable[frame=off,option=stretch]\startxrow \startxcell\startTEX \starttext Esto es un único párrafo. Y aquí está el

[NTG-context] About formatting the "Fonts out of ConTEXT" manual

2017-08-15 Thread Fabrice Couvreur
Hi Hans, I love the style used for this manual. I tried to do the same thing, but it's a long way off ! I tried to find the source code to inspire me :-) I did this : \startuniqueMPgraphic{titled} path p ; p := unitsquare xscaled \overlaywidth yscaled \overlayheight ; pickup pencircle

Re: [NTG-context] (My) problem with percent sign in URLs

2017-08-15 Thread Aditya Mahajan
It will be an honour for me to update the wiki but I guess I had no permissions. Could somebody give access to me? No permissions are needed. You can simply create a new account and edit any page. http://wiki.contextgarden.net/index.php?title=Special:UserLogin=signup Aditya

Re: [NTG-context] (My) problem with percent sign in URLs

2017-08-15 Thread Tomas Hala
Hi Pablo (and all), thank you for the solution, it is exactly what I need. It will be an honour for me to update the wiki but I guess I had no permissions. Could somebody give access to me? Tomas Mon, Aug 14, 2017 ve 09:52:20PM +0200 Pablo Rodriguez napsal(a): # On 08/14/2017 06:27 PM, Tomas