[NTG-context] Request for GitHub template on Wiki

2017-10-25 Thread N. Raghavendra
The template {{src|FILE}} on the Wiki now produces a link to FILE in the
`context' repository at repo.or.cz.  It would be nice to be able to link
to files in the `context-mirror' repository on GitHub from the Wiki,
because it is perhaps more current than the one at repo.or.cz, and
because some users may prefer the GitHub interface to the GitWeb
interface at repo.or.cz.

A MediaWiki template for GitHub links is described at
https://www.mediawiki.org/wiki/Template:Github

I request the Wiki administrators to consider adding this template to
the Wiki.

Thanks and regards,
Raghu.

-- 
N. Raghavendra , http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Problem with Wiki skin

2017-10-25 Thread N. Raghavendra
At 2017-10-25T15:48:45+02:00, Taco Hoekwater wrote:

> However, I did now remove the Erudite skin (it has a php problem that
> causes server-side errors) so it will not happen for other users.

Removing that skin has automatically changed the skin for user "raghu"
to the default skin, so I am now able to use that account again.

Thanks,
Raghu.

-- 
N. Raghavendra , http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] new module uploaded: handlecsv

2017-10-25 Thread Floris van Manen
the modules.contextgarden.net is not secure …

https://modules.contextgarden.net/cgi-bin/module.cgi/action=view/id=86
Your connection is not secure
The owner of modules.contextgarden.net has configured their website improperly. 
To protect your information from being stolen, Firefox has not connected to 
this website.




> On 25 Oct 2017, at 20:49, Pablo Rodriguez  wrote:
> 
> Dear list,
> 
> I have uploaded a new module to
> https://modules.contextgarden.net/cgi-bin/module.cgi/action=view/id=86.
> 
> It allows reading data from CSV files and it is useful for document merging.
> 
> The problem is that the ConTeXt Suite skips the download because it is
> an unknown module.
> 
> Sorry for insisting, but must the module obtain an approval or something
> similar?
> 
> What should I do to make the module available for the ConTeXt Suite
> distribution?
> 
> Many thanks for your help,
> 
> Pablo
> --
> http://www.ousia.tk
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Problem using nested \processcommalist and \startparagraphs columns

2017-10-25 Thread Rik Kabel
I am having a problem with the combination of nested \processcommalist 
and \startparagraphs columns and I do not see any obvious issues.


Run the example below with "--mode=unroll" and it works fine.

Run it without that mode, and it fails.

Remove the lines tagged "problematic" and run it without that mode and 
it completes, although without the columns.


    % macros=mkvi
    \defineparagraphs  [Col] [n=3]
    \setupparagraphs   [Col] [1] [width=.31\textwidth]
    \setupparagraphs   [Col] [2] [width=.31\textwidth]
    \setupparagraphs   [Col] [3] [width=.31\textwidth]
    \starttexdefinition doOuter #OUTERVALUE
    \define\Outer{#OUTERVALUE}
    \startparagraphs[Col]  %%% problematic
    \doifmodeelse{unroll}
    {\startparagraphscell
         \Outer XX
 \stopparagraphscell
 \startparagraphscell
         \Outer YY
 \stopparagraphscell
 \startparagraphscell
         \Outer ZZ
 \stopparagraphscell}
    {\processcommalist[XX,YY,ZZ]\doInner}
    \stopparagraphs    %%% problematic
    \stoptexdefinition
    \starttexdefinition doInner #INNERVALUE
 \startparagraphscell  %%% problematic
         \Outer #INNERVALUE \par
 \stopparagraphscell   %%% problematic
    \stoptexdefinition
  \starttext
  \startsubject[title={Nested processcommalist}]
  \processcommalist[aa,bb,cc,dd,ee]\doOuter
  \stopsubject
  \stoptext

Any assistance that can be provided would be much appreciated.

--
Rik


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] new module uploaded: handlecsv

2017-10-25 Thread Pablo Rodriguez
Dear list,

I have uploaded a new module to
https://modules.contextgarden.net/cgi-bin/module.cgi/action=view/id=86.

It allows reading data from CSV files and it is useful for document merging.

The problem is that the ConTeXt Suite skips the download because it is
an unknown module.

Sorry for insisting, but must the module obtain an approval or something
similar?

What should I do to make the module available for the ConTeXt Suite
distribution?

Many thanks for your help,

Pablo
-- 
http://www.ousia.tk
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Quotation with method=font produces error

2017-10-25 Thread Pablo Rodriguez
On 10/24/2017 09:51 PM, Christoph Reller wrote:
> On Tue, 24 Oct 2017 18:31:24 +0200 Pablo Rodriguez wrote:
> [...]
> Thank you Pablo for pointing me to the developer's mailing list. I have
> not thought about searching through that. So, this is good news for me
> and I will wait for the fix.

Christoph,

I’m subscribed to that list and I just saw the message.

Pablo
-- 
http://www.ousia.tk
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Problem with Wiki skin

2017-10-25 Thread N. Raghavendra
At 2017-10-25T15:48:45+02:00, Taco Hoekwater wrote:

> Thank you for the warning. Sorry, I saw this message too late to fix
> your initial problem. However, I did now remove the Erudite skin (it has
> a php problem that causes server-side errors) so it will not happen for
> other users.

Dear Taco,

No problem.  I am glad you removed the offending skin.

Regards,
Raghu.

-- 
N. Raghavendra , http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Problem with Wiki skin

2017-10-25 Thread Taco Hoekwater
Hello Raghu,

> On 25 Oct 2017, at 15:35, N. Raghavendra  wrote:
> 
> At 2017-10-24T19:29:43+05:30, N. Raghavendra wrote:
> 
>> I request one of the Wiki administrators to reset my preferences to the
>> default ones.  The user name is "raghu".
> 
> I have created a new account at the Wiki, with user name "nyraghu", and
> have started adding some content to the Wiki through this account, so it
> is no longer necessary to rescue the user "raghu”.

Thank you for the warning. Sorry, I saw this message too late to fix
your initial problem. However, I did now remove the Erudite skin (it has
a php problem that causes server-side errors) so it will not happen for
other users.

Best wishes,
Taco






___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Wiki pages on Unicode blocks

2017-10-25 Thread N. Raghavendra
Based on what I have learnt from the replies to my queries in the last
few days, I have added the following Wiki pages on Unicode blocks in
ConTeXt:

http://wiki.contextgarden.net/Unicode_blocks_in_ConTeXt

http://wiki.contextgarden.net/List_of_Unicode_blocks

I will be adding a section of references to each of these two pages in a
couple of days.

I am not an expert on anything, and would be glad to learn if there are
any errors in these pages.

Thanks and regards,
Raghu.

-- 
N. Raghavendra , http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Problem with Wiki skin

2017-10-25 Thread N. Raghavendra
At 2017-10-24T19:29:43+05:30, N. Raghavendra wrote:

> I request one of the Wiki administrators to reset my preferences to the
> default ones.  The user name is "raghu".

I have created a new account at the Wiki, with user name "nyraghu", and
have started adding some content to the Wiki through this account, so it
is no longer necessary to rescue the user "raghu".

> More generally, it may be a problem with Erudite that needs to be looked
> into.

It is perhaps prudent to check if there is a general problem with this
skin at the Wiki, so that other users don't get bitten by it as I was.
Fortunately, mine was a new account, so it didn't matter to me much if
the account became unusable.  However, if someone has spent some time
and effort on the Wiki, it would be difficult if a purely cosmetic
change of preference makes that person's account unusable.

Regards,
Raghu.

-- 
N. Raghavendra , http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Undesirable space with mixedcolumns

2017-10-25 Thread Fabrice Couvreur
Hello,
I notice a space when I use the command \math{\lim\limits_{n \to +\infty}
0,8^n=0} and mixedcolumns.
Thanks.
Fabrice
#

\definemixedcolumns
  [sectioncolumns]
  [
n=2,
separator=rule,
rulecolor=,
balance=yes,
  ]

\setupalign[verytolerant,stretch,hanging]

\starttext
On a \math{0< 0,8 < 1} donc \math{\lim\limits_{n \to +\infty} 0,8^n=0}.
Comme pour tout entier naturel \math{n}, on a : \math{u_n=-500\times
0,8^n+2\,000}, on en déduit que la limite de la suite \u est égale à
2\,000. Si l'évolution des utilisateurs se maintient à long terme, le
nombre de calculatrices vendues se stabiliserait autour de 2 millions.
\blank
\startsectioncolumns
  On a \math{0< 0,8 < 1} donc \math{\lim\limits_{n \to +\infty} 0,8^n=0}.
Comme pour tout entier naturel \math{n}, on a : \math{u_n=-500\times
0,8^n+2\,000}, on en déduit que la limite de la suite \u est égale à
2\,000. Si l'évolution des utilisateurs se maintient à long terme, le
nombre de calculatrices vendues se stabiliserait autour de 2 millions.
\startsectioncolumns

\stoptext
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___