[NTG-context] tracking feature requests and bugs

2010-02-13 Thread Peter Münster
Dear ConTeXt developers,

Does it make sense, to add the recent feature requests to the tracker at
http://tracker.luatex.org/ ?

It would be nice for ConTeXt users like me, to see the status of requests,
perhaps also target dates, and to get automatic notifications when the
status changes.

But this is only possible, if you actually use the tracker.

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \fieldstack with mkiv

2010-02-13 Thread Peter Münster
Hello,

What is needed to get \fieldstack working in mkiv?

The following example works with mkii, but not with mkiv:

\setupinteraction[state=start]
\definesymbol[step1][AAA]
\definesymbol[step2][BBB]
\definefieldstack[test][step1, step2]
\starttext
\fieldstack[test]

Just click \goto{here}[JS(Walk_Field{test})] to walk through the fieldstack!
\goto{(restart)}[JS(Set_Field{test, 1})]
\stoptext

TIA for any hints!
Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] windows users: please don't update context yet

2010-02-13 Thread Mojca Miklavec
Dear windows users,

I'm in a hurry now (Carnival), but I have a tiny request: please don't
update windows minimals until further notice (tonight in the evening,
I suppose) since some libraries are missing.

Mojca
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] What do you miss in ConTeXt?

2010-02-13 Thread John Devereux
Hans Hagen  writes:

> On 9-2-2010 19:21, Kevin D. Robbins wrote:
>> I dream of a flexible changebar module (similar to the LaTeX changebar
>> package) with Lua drivers so I can run something like:
>>
>> context --mark-changes foo1 foo2
>>
>> to produce a (possibly mangled) output TeX file that when built produces a
>> PDF with changebars in the margin, additions/deletions/modifications in
>> colored text, etc. I would want the Lua drivers to work with the
>> project/product/component structure, so that I could quickly markup the
>> changes in all the products in a project, just one product, or even just one
>> component.
>
> it's not that hard to build something like that

I would think that would be an extremely useful feature in technical
environment, where all document changes need to be reviewed and
precisely recorded. It certainly would be for me.

-- 

John Devereux
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] What do you miss in ConTeXt?

2010-02-13 Thread John Devereux
Wolfgang Schuster  writes:

> Hi all,
>
> ConTeXt has many features but sometimes there is something missing,
> what feature or package do you miss which is already available in
> another TeX system or unavailable in any TeX system?

I asked before why ConTeXt does not flag incorrect parameters, I seem to
recall the answer was that it would slow things down too much. But a
command line switch to do this would be very useful.

And as always, better (more complete) documentation on the commands
available and what they and their parameters actually *do*.

-- 

John Devereux
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] What do you miss in ConTeXt?

2010-02-13 Thread Wolfgang Schuster

Am 13.02.10 13:24, schrieb John Devereux:

I asked before why ConTeXt does not flag incorrect parameters, I seem to
recall the answer was that it would slow things down too much. But a
command line switch to do this would be very useful.

Already available for MkIV (mult-chk.mkiv):

\starttext

\testfeatureonce{1}{\getcheckedparameters[test][xx][a=b,c= d, e = 
f]} % 0.20 seconds


\enablecheckparameters

\testfeatureonce{1}{\getcheckedparameters[test][xx][a=b,c= d, e = 
f]} % 0.35 seconds


\getcheckedparameters[test][xx][a=a]
\getcheckedparameters[test][xx][b= b]
\getcheckedparameters[test][xx][c = c]
\getcheckedparameters[test][xx][d = d d , e = e ,f = f ]
\getcheckedparameters[test][xx][g={oeps {oeps}}]
\getcheckedparameters[test][xx][crap=whatever]

\startlines
[a:\getvalue{xxa}][a]
[b:\getvalue{xxb}][b]
[c:\getvalue{xxc}][c]
[d:\getvalue{xxd}][d d ]
[e:\getvalue{xxe}][e ]
[f:\getvalue{xxf}][f ]
[g:\getvalue{xxg}][\detokenize\expandafter{\xxg}]
\stoplines

\setvalidparameterkeys[test][crap]

\getcheckedparameters[test][xx][crap=whatever]

\stoptext

Wolfgang

___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] What do you miss in ConTeXt?

2010-02-13 Thread Eric DÉTREZ


Wolfgang Schuster  a écrit :


Hi all,

ConTeXt has many features but sometimes there is something missing,
what feature or package do you miss which is already available in
another TeX system or unavailable in any TeX system?


Indeed I miss a huge documentation.
A very good one is the documentation for Tikz : starts with case- 
studies then encyclopaedic définitions.


Maybe a less supra-human task :
a site with example as texample (always for tikz) : http://www.texample.net/ 
.

We learn a lot seeing the way others do.


Eric DÉTREZ
Maths PC* & Info MP*
Lycée Faidherbe Lille




___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] [annonce] Groupe francophone d'utilisateurs de ConTeXt

2010-02-13 Thread Sébastien Mengin
Bonjour,

(english follows)

Un nouveau groupe francophone d'utilisateurs de ConTeXt se met sur
pied. 

Le but de ce groupe est, d'une part, d'améliorer la composition de 
documents en français avec ConTeXt et, d'autre part, de traduire et 
d'écrire de la documentation pour les utilisateurs francophones. Une 
liste de discussion a été ouverte à ce sujet :
context-fr-subscr...@edilibre.net. 

Toute participation à ce nouveau groupe est bienvenue ! 

Pour s'abonner à la liste, envoyer un email à 
context-fr-subscr...@edilibre.net. 

Cordialement, 

-- 
Sébastien

[english]

Hi,

A new french group of ConTeXt users has been created.

The purpose of this group is:
- improve french typography with ConTeXt
- translate and write docs for french users.

A mailing list has been created: context...@edilibre.net

Every contribution to this group is very welcome!

To subscribe to the mailing list, send a mail to: 
context-fr-subscr...@edilibre.net

Sincerely,
-- 
Sébastien


___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] tracking changes (was: Re: What do you miss in ConTeXt?)

2010-02-13 Thread Peter Münster
On Sat, Feb 13 2010, John Devereux wrote:

> I would think that would be an extremely useful feature in technical
> environment, where all document changes need to be reviewed

Hello John,

Perhaps this can help: 
http://archive.contextgarden.net/message/20060806.143457.47021821.en.html


> and precisely recorded.

Then I suggest a version control system.

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] checking keys (was: Re: What do you miss in ConTeXt?)

2010-02-13 Thread Peter Münster
On Sat, Feb 13 2010, Wolfgang Schuster wrote:

> \getcheckedparameters[test][xx][a=a]
> \getcheckedparameters[test][xx][b= b]
> \getcheckedparameters[test][xx][c = c]
> \getcheckedparameters[test][xx][d = d d , e = e ,f = f ]
> \getcheckedparameters[test][xx][g={oeps {oeps}}]
> \getcheckedparameters[test][xx][crap=whatever]

Hello Wolfgang,

I get:
syntax  : invalid key 'crap' for 'test' in line 16

But no messages for the other keys.

Consider also this:

\enablecheckparameters
\starttext
\getcheckedparameters[test][xx][g=g]
\getcheckedparameters[test][xx][h=h]
\stoptext

$ context test | grep invalid
syntax  : invalid key 'h' for 'test' in line 4

So, the keys a-g are always valid!? ;)

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] checking keys

2010-02-13 Thread Wolfgang Schuster

Am 13.02.10 14:21, schrieb Peter Münster:

So, the keys a-g are always valid!? ;)

Hans made them valid for the test namespace, replace the test with
a different name and they should be invalid too.

Wolfgang

___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] checking keys

2010-02-13 Thread Peter Münster
On Sat, Feb 13 2010, Wolfgang Schuster wrote:

> Hans made them valid for the test namespace, replace the test with
> a different name and they should be invalid too.

Result:

\enablecheckparameters
\starttext
\getcheckedparameters[bla][xx][h=h]
\getcheckedparameters[bla][xx][g=g]
\stoptext

->

! LuaTeX error ...text/tex/texmf-context/tex/context/base/mult-chk.lua:61: 
attempt to index field '?' (a nil value)
stack traceback:
...text/tex/texmf-context/tex/context/base/mult-chk.lua:61: in function 
'_gcp_'
:1: in main chunk.
\dogetcheckedparametersyes ...okenize {#3}\!!es )}
  
l.3 \getcheckedparameters[bla][xx][h=h]

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] checking keys

2010-02-13 Thread Wolfgang Schuster

Am 13.02.10 14:45, schrieb Peter Münster:

\setvalidparameterkeys[bla][]

\enablecheckparameters
\starttext
\getcheckedparameters[bla][xx][h=h]
\getcheckedparameters[bla][xx][g=g]
\stoptext
   

Wolfgang

___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] framed text backgrounds in enumerations disappear in figuretexts

2010-02-13 Thread Matthias Weber

Dear all,

I have set up enumerations with framed backgrounds, and when I place  
these into a figuretext, the frame+background disappear.
The problem occurs both in mk2 and mk4. In mk4, you can also see the  
unexpected indent I mentioned in my previous email.


Example below.

Thanks,
Matthias



\setupbodyfont[12pt]

\setupcolors[state=start]

\setupcolor[rgb]

\definecolor[defc] [r=.9,g=.9,b=.94]

\definetextbackground   [defbackground]
[backgroundcolor=defc,
corner=round,
before=\blank,
after=\blank,
leftoffset=5pt,
rightoffset=5pt,
topoffset=5pt,
bottomoffset=5pt,
frame=on,
framecolor=darkred,
location=paragraph,
color=darkred]


\defineenumeration  [blurb]

[before={\starttextbackground[defbackground]},
after={\stoptextbackground},
text=Blurb,
way=bysection,
location=hanging,
letter=rm]


\starttext


\startblurb
This is working.
\stopblurb



\startfiguretext
[right]{none}{\externalfigure[cow][width=2in]}

\startblurb
Where is my frame?
\stopblurb
\stopfiguretext

\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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] tracking changes (was: Re: What do you miss in ConTeXt?)

2010-02-13 Thread Kevin D. Robbins
Hi Peter,

Thanks for the reference to your thread from 2006. In my post the other day,
I was just wishing for a changebar capability to be fully integrated to
ConTeXt now that we have LuaTeX. Leveraging Lua, we could have a
cross-platform way to visually markup the changes between two versions.

I don't mean to speak for John, but your suggestion to use version control
to 'precisely record' the changes between two versions of the same document
addresses the need only of the author(s) or others with understanding and
access to the version control system.

For me, changebars provide a useful way to definitively show users the
changes between two releases of large document without resorting to the
common practice (one I dislike) of including a table of significant changes
at the start of the document.

Cheers,

Kevin

On Sat, Feb 13, 2010 at 5:50 AM, Peter Münster  wrote:

> On Sat, Feb 13 2010, John Devereux wrote:
>
> > I would think that would be an extremely useful feature in technical
> > environment, where all document changes need to be reviewed
>
> Hello John,
>
> Perhaps this can help:
> http://archive.contextgarden.net/message/20060806.143457.47021821.en.html
>
>
> > and precisely recorded.
>
> Then I suggest a version control system.
>
> Cheers, Peter
>
> --
> Contact information: http://pmrb.free.fr/contact/
>
>
>
> ___
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
>
> ___
>
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] framed text backgrounds in enumerations disappear in figuretexts

2010-02-13 Thread mpg

Matthias Weber escribió:

Dear all,

I have set up enumerations with framed backgrounds, and when I place 
these into a figuretext, the frame+background disappear.
The problem occurs both in mk2 and mk4. In mk4, you can also see the 
unexpected indent I mentioned in my previous email.


Example below.

Thanks,
Matthias



\setupbodyfont[12pt]

\setupcolors[state=start]

\setupcolor[rgb]

\definecolor[defc] [r=.9,g=.9,b=.94]

\definetextbackground[defbackground]
[backgroundcolor=defc,
corner=round,
before=\blank,
after=\blank,
leftoffset=5pt,
rightoffset=5pt,
topoffset=5pt,
bottomoffset=5pt,
frame=on,
framecolor=darkred,
location=paragraph,
color=darkred]


\defineenumeration[blurb]
[before={\starttextbackground[defbackground]},
after={\stoptextbackground},
text=Blurb,
way=bysection,
location=hanging,
letter=rm]


\starttext


\startblurb
This is working.
\stopblurb



\startfiguretext
[right]{none}{\externalfigure[cow][width=2in]}

\stopfiguretext



\startblurb
Where is my frame?
\stopblurb


\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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___ 







___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] framed text backgrounds in enumerations disappear in figuretexts

2010-02-13 Thread Matthias Weber

Sure. But that is of course not want I want.

Matthias


On Feb 13, 2010, at 10:29 AM, mpg wrote:


Matthias Weber escribió:

Dear all,

I have set up enumerations with framed backgrounds, and when I  
place these into a figuretext, the frame+background disappear.
The problem occurs both in mk2 and mk4. In mk4, you can also see  
the unexpected indent I mentioned in my previous email.


Example below.

Thanks,
Matthias



\setupbodyfont[12pt]

\setupcolors[state=start]

\setupcolor[rgb]

\definecolor[defc] [r=.9,g=.9,b=.94]

\definetextbackground[defbackground]
   [backgroundcolor=defc,
   corner=round,
   before=\blank,
   after=\blank,
   leftoffset=5pt,
   rightoffset=5pt,
   topoffset=5pt,
   bottomoffset=5pt,
   frame=on,
   framecolor=darkred,
   location=paragraph,
   color=darkred]


\defineenumeration[blurb]
   [before={\starttextbackground[defbackground]},
   after={\stoptextbackground},
   text=Blurb,
   way=bysection,
   location=hanging,
   letter=rm]


\starttext


\startblurb
This is working.
\stopblurb



\startfiguretext
[right]{none}{\externalfigure[cow][width=2in]}

\stopfiguretext



\startblurb
Where is my frame?
\stopblurb


\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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___





___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] tracking changes (was: Re: What do you miss in ConTeXt?)

2010-02-13 Thread John Devereux
Peter Münster  writes:

> On Sat, Feb 13 2010, John Devereux wrote:
>
>> I would think that would be an extremely useful feature in technical
>> environment, where all document changes need to be reviewed
>
> Hello John,
>
> Perhaps this can help: 
> http://archive.contextgarden.net/message/20060806.143457.47021821.en.html
>
>
>> and precisely recorded.
>
> Then I suggest a version control system.


Hello Peter,

Thanks, I do already use a version control system (gi). The built-in
diff system is ideal for my own use, but my "audience" would not be
resist this approach.

The text-worddiff utility looks interesting. Does it work well in
practice?  Did you develop the "little script" you posted any further,
or is it sufficient?

Thanks,

-- 

John Devereux
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] What do you miss in ConTeXt?

2010-02-13 Thread John Devereux
Wolfgang Schuster  writes:

> Am 13.02.10 13:24, schrieb John Devereux:
>> I asked before why ConTeXt does not flag incorrect parameters, I seem to
>> recall the answer was that it would slow things down too much. But a
>> command line switch to do this would be very useful.
> Already available for MkIV (mult-chk.mkiv):
>
> \starttext
>
> \testfeatureonce{1}{\getcheckedparameters[test][xx][a=b,c= d, e =
> f]} % 0.20 seconds
>
> \enablecheckparameters
>
> \testfeatureonce{1}{\getcheckedparameters[test][xx][a=b,c= d, e =
> f]} % 0.35 seconds
>
> \getcheckedparameters[test][xx][a=a]
> \getcheckedparameters[test][xx][b= b]
> \getcheckedparameters[test][xx][c = c]
> \getcheckedparameters[test][xx][d = d d , e = e ,f = f ]
> \getcheckedparameters[test][xx][g={oeps {oeps}}]
> \getcheckedparameters[test][xx][crap=whatever]
>
> \startlines
> [a:\getvalue{xxa}][a]
> [b:\getvalue{xxb}][b]
> [c:\getvalue{xxc}][c]
> [d:\getvalue{xxd}][d d ]
> [e:\getvalue{xxe}][e ]
> [f:\getvalue{xxf}][f ]
> [g:\getvalue{xxg}][\detokenize\expandafter{\xxg}]
> \stoplines
>
> \setvalidparameterkeys[test][crap]
>
> \getcheckedparameters[test][xx][crap=whatever]
>
> \stoptext
>
> Wolfgang


Hi Wolfgang.

That is a bit beyond me... I am guessing this means that there is now a
facility whereby certain commands could be instrumented? In the future?

What I was asking for was a general "switch" that could turn on
parameter error checking for all commands. (Perhaps the work involved is
too much).



-- 

John Devereux
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] ancient greek module

2010-02-13 Thread Steffen Wolfrum
Hi,

is "t-greek-2008.08.11.zip" still valid (and recommended for MkIV?)

>From contextgarden:
The requested URL /modules/t-greek/doc/greek/ancientgreek.pdf was not found on 
this server.
The requested URL /modules/t-greek/doc/greek/readme.txt was not found on this 
server.


Steffen
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] ancient greek module

2010-02-13 Thread Matthias Weber
I was about to ask a similar question. I'd like to include a few greek  
quotes (with correct accents) in an otherwise latin (english) text.

What's the simplest way of doing this?

Matthias


On Feb 13, 2010, at 12:16 PM, Steffen Wolfrum wrote:


Hi,

is "t-greek-2008.08.11.zip" still valid (and recommended for MkIV?)

From contextgarden:
The requested URL /modules/t-greek/doc/greek/ancientgreek.pdf was  
not found on this server.
The requested URL /modules/t-greek/doc/greek/readme.txt was not  
found on this server.



Steffen
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] ancient greek module

2010-02-13 Thread Mojca Miklavec
On Sat, Feb 13, 2010 at 18:16, Steffen Wolfrum wrote:
> Hi,
>
> is "t-greek-2008.08.11.zip" still valid (and recommended for MkIV?)
>
> From contextgarden:
> The requested URL /modules/t-greek/doc/greek/ancientgreek.pdf was not found 
> on this server.
> The requested URL /modules/t-greek/doc/greek/readme.txt was not found on this 
> server.

There's only
http://dl.contextgarden.net/modules/t-greek/doc/context/third/greek/readme
on the server at the moment. I have no idea where the pdf file has
gone - the readme has apparently been moved to another location, but
maybe Thomas forgot to update the docs.

Mojca
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] ancient greek module

2010-02-13 Thread Philipp Gesang
On 2010-02-13 <12:46:55>, Matthias Weber wrote:
> I was about to ask a similar question. I'd like to include a few
> greek quotes (with correct accents) in an otherwise latin (english)
> text.
> What's the simplest way of doing this?

\usetypefile[linuxlibertine]% have a look at 
~/context/tex/texmf-context/tex/context/third/typescripts
\usetypescript[linuxlibertine]

\usetypefile[cmu]
\usetypescript[computer-modern-unicode]
\starttext
\setupbodyfont[computer-modern-unicode]
οἴνῳ δὲ κάρτα προσκέαται, καί σφι οὐκ ἐμέσαι ἔξεστι, οὐκὶ οὐρῆσαι ἀντίον ἄλλου.
ταῦτα μέν νυν οὕτω φυλάσσεται, μεθυσκόμενοι δὲ ἐώθασι βουλεύεσθαι τὰ
σπουδαιέστατα τῶν πρηγμάτων: τὸ δ᾽ ἂν ἅδῃ σφι βουλευομένοισι, τοῦτο τῇ
ὑστεραίῃ νήφουσι προτιθεῖ ὁ στέγαρχος, ἐν τοῦ ἂν ἐόντες βουλεύωνται, καὶ ἢν μὲν 
ἅδῃ καὶ νήφουσι, χρέωνται αὐτῷ, ἢν δὲμὴ ἅδῃ, μετιεῖσι. τὰ δ᾽ ἂν νήφοντες
προβουλεύσωνται, μεθυσκόμενοι ἐπιδιαγινώσκουσι.

\setupbodyfont[linuxlibertine]
οἴνῳ δὲ κάρτα προσκέαται, καί σφι οὐκ ἐμέσαι ἔξεστι, οὐκὶ οὐρῆσαι ἀντίον ἄλλου.
ταῦτα μέν νυν οὕτω φυλάσσεται, μεθυσκόμενοι δὲ ἐώθασι βουλεύεσθαι τὰ
σπουδαιέστατα τῶν πρηγμάτων: τὸ δ᾽ ἂν ἅδῃ σφι βουλευομένοισι, τοῦτο τῇ
ὑστεραίῃ νήφουσι προτιθεῖ ὁ στέγαρχος, ἐν τοῦ ἂν ἐόντες βουλεύωνται, καὶ ἢν μὲν 
ἅδῃ καὶ νήφουσι, χρέωνται αὐτῷ, ἢν δὲμὴ ἅδῃ, μετιεῖσι. τὰ δ᾽ ἂν νήφοντες
προβουλεύσωνται, μεθυσκόμενοι ἐπιδιαγινώσκουσι.
\stoptext

Regards,


Philipp



> 
> Matthias
> 
> 
> On Feb 13, 2010, at 12:16 PM, Steffen Wolfrum wrote:
> 
> >Hi,
> >
> >is "t-greek-2008.08.11.zip" still valid (and recommended for MkIV?)
> >
> >From contextgarden:
> >The requested URL /modules/t-greek/doc/greek/ancientgreek.pdf was
> >not found on this server.
> >The requested URL /modules/t-greek/doc/greek/readme.txt was not
> >found on this server.
> >
> >
> >Steffen
> >___
> >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://tex.aanhet.net
> >archive  : http://foundry.supelec.fr/projects/contextrev/
> >wiki : http://contextgarden.net
> >___
> 
> ___
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
> ___

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments


pgpK59mDj2x5S.pgp
Description: PGP signature
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Two interline space setup troubles

2010-02-13 Thread Vyatcheslav Yatskovsky

Hello,

I have some troubles with interline space setup.

1) I want whole document to have medium interline space. When I put

\setupinterlinespace[medium]

in the preample (before \starttext), it has no effect at all. I want 
keep all style definitions in a separate environment module, so how to 
make this setting 'global'?


2) The inbetween key does not work in the following command:

\definestartstop[example][style={\tfx}, before={\blank[small]}, 
after={\blank[small]}, inbetween={\setupinterlinespace[big]}]


I can write

before={\blank[small]\setupinterlinespace[big]}, 
after={\setupinterlinespace[medium]\blank[small]}


but in this way I hard-code document  interlinespace (i.e., medium) in 
this definition, and this is not elegant solution at all.


Regards,
Vyatcheslav
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] windows users: please don't update context yet

2010-02-13 Thread Mojca Miklavec
> Dear windows users,
>
> I'm in a hurry now (Carnival), but I have a tiny request: please don't
> update windows minimals until further notice (tonight in the evening,
> I suppose) since some libraries are missing.

I hope that I have fixed the situation, but I didn't manage to test it
yet (I have added new libraries, but it may be that I removed a
library that's nevertheless needed for old TL binaries; that is
kpathsea357.dll).

Mojca
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] tracking changes

2010-02-13 Thread Peter Münster
On Sat, Feb 13 2010, John Devereux wrote:

> The text-worddiff utility looks interesting. Does it work well in
> practice?

Hello John,

I don't know, I've never used it in real life ... ;)

It was just a "prove of concept": I'm working in an environment where
everybody uses M$-Office, I'm the only exception. And I want to be prepared
for the moment, when one of my co-workers wants to see such visualisation
of changes. That's the only reason, why I need it. But up to now, nobody
has ever asked me for such visualisation :)


> Did you develop the "little script" you posted any further,
> or is it sufficient?

I've put the latest version on the web:
http://pmrb.free.fr/work/OS/ConTeXt/typeset-diff.sh

In fact, there are only 3 commands:
- wdiff
- editor to tune the tex-file (grouping issues and such)
- context

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Labelling with textext

2010-02-13 Thread Troy Henderson
I'm trying to typeset a numerical label (in math mode) and have space
for a - sign (but not actually typeset the -) after the number in the
case where the number itself is negative.  I am trying this

label.bot(textext("$" & decimal(x) & "\hphantom{-}$"),(x*u,ay*u));

which fails.  If I remove the \hphantom command, i.e.,

label.bot(textext("$" & decimal(x) & "$"),(x*u,ay*u));

the command is successful, but the number being labeled is not exactly
horizontally centered below the point in question since the - symbol
preceding the number pushes it a little to the right.  Thoughts on how
to achieve my desired \hphantom effect?

Thanks,

-- 
Troy Henderson
Assistant Professor
Department of Mathematics
University of Mobile
http://www.tlhiv.org
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] tracking feature requests and bugs

2010-02-13 Thread Taco Hoekwater

Peter Münster wrote:

Dear ConTeXt developers,

Does it make sense, to add the recent feature requests to the tracker at
http://tracker.luatex.org/ ?

It would be nice for ConTeXt users like me, to see the status of requests,
perhaps also target dates, and to get automatic notifications when the
status changes.

But this is only possible, if you actually use the tracker.


I can only speak for myself: I use the tracker daily (for metapost
and luatex, of course).

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Labelling with textext

2010-02-13 Thread Aditya Mahajan

On Sat, 13 Feb 2010, Troy Henderson wrote:


I'm trying to typeset a numerical label (in math mode) and have space
for a - sign (but not actually typeset the -) after the number in the
case where the number itself is negative.  I am trying this

label.bot(textext("$" & decimal(x) & "\hphantom{-}$"),(x*u,ay*u));

which fails.


Can you provide more details? A minimal example works without errors in 
MkII and MkIV.


\starttext
\startMPcode
  x := 1 ; ay := 1 ; u := 1 ;
  label.bot(textext("$" & decimal(x) & "\hphantom{-}$"),(x*u,ay*u));
\stopMPcode
\stoptext


Aditya
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___