Re: [NTG-context] Trying to get figure frame corners to clip figure

2011-07-06 Thread Wolfgang Schuster

Am 07.07.2011 um 07:18 schrieb Kip Warner:

> On Wed, 2011-07-06 at 23:48 -0400, Aditya Mahajan wrote:
>> You can use
>> 
>> \clip[mp=...]{\framed[...]{...}}
>> 
>> (I think that the metafun manual gives an example).
>> 
>> Aditya
> 
> Aditya, correct me if wrong, but it looks like \clip performs
> rectangular clipping only?
> 
> As I mentioned earlier, I'd like the rounded corners of my figure's
> frame to clip off the outside corners of the image so they aren't
> sticking out. This is what I'm making do with so far:
> 
> \setupexternalfigures
>  [frame=on,
>   corner=25,
>   framecolor=colour_frame_border,
>   background=color, 
>   backgroundcolor=colour_page,
>   rulethickness=2pt]
> 
> What would the syntax for \setupclipping look like to have that done? I
> can find scant documentation for either that or \clip.

There is a example in the metafun manual: http://pragma-ade.com/show-man-7.htm

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] Trying to get figure frame corners to clip figure

2011-07-06 Thread Kip Warner
On Wed, 2011-07-06 at 23:48 -0400, Aditya Mahajan wrote:
> You can use
> 
> \clip[mp=...]{\framed[...]{...}}
> 
> (I think that the metafun manual gives an example).
> 
> Aditya

Aditya, correct me if wrong, but it looks like \clip performs
rectangular clipping only?

As I mentioned earlier, I'd like the rounded corners of my figure's
frame to clip off the outside corners of the image so they aren't
sticking out. This is what I'm making do with so far:

\setupexternalfigures
  [frame=on,
   corner=25,
   framecolor=colour_frame_border,
   background=color, 
   backgroundcolor=colour_page,
   rulethickness=2pt]

What would the syntax for \setupclipping look like to have that done? I
can find scant documentation for either that or \clip.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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] Getting framed text to page break

2011-07-06 Thread Wolfgang Schuster

Am 07.07.2011 um 03:16 schrieb Kip Warner:

> I'm not very competent with ConTeXt, but I tried to translate what you
> and wrote into the following:
> 
> [...]

Solution 1:

\definestartstop
  [SpecialFramed]
  [  
before={\setupbackground[frame=on,before=\blank,after=\blank]\startbackground},
  after=\stopbackground,
  %commands={\setupalign[flushleft,broad]},
  style=italic]

\starttext

\input knuth

\startSpecialFramed
\dorecurse{6}{\input knuth\par}
\stopSpecialFramed

\input knuth

\stoptext

Solution 2:

\definetextbackground
  [SpecialFramed]
  [before=\blank,
after=\blank,
   background=,
   framecolor=black,
 location=paragraph,
   %align={flushleft,broad},
style=italic]

\starttext

\input knuth

\startSpecialFramed
\dorecurse{6}{\input knuth\par}
\stopSpecialFramed

\input knuth

\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] Trying to get figure frame corners to clip figure

2011-07-06 Thread Kip Warner
On Wed, 2011-07-06 at 23:48 -0400, Aditya Mahajan wrote:
> You can use
> 
> \clip[mp=...]{\framed[...]{...}}
> 
> (I think that the metafun manual gives an example).
> 
> Aditya

Thanks Aditya, I'll look into it. I searched both the reference and
tutorial pdf and there is no description of \clip, but I found some
things that use it on the wiki.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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] modules in minimals (important)

2011-07-06 Thread Wolfgang Schuster

Am 06.07.2011 um 23:48 schrieb Alan Braslau:

> Is there a work around? What to do?

--modules="simpleslides,..."

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] Trying to get figure frame corners to clip figure

2011-07-06 Thread Aditya Mahajan

On Wed, 6 Jul 2011, Kip Warner wrote:


Hey list,

I'd like the rounded corners of my figure's frame to clip off the
outside corners of the image so they aren't sticking out. This is what
I'm making do with:

\setupexternalfigures
 [frame=on,
  corner=25,
  framecolor=colour_frame_border,
  background=color,
  backgroundcolor=colour_page,
  rulethickness=2pt]

It almost works, but the image still sticks out at the corners beyond
the frame edge.


You can use

\clip[mp=...]{\framed[...]{...}}

(I think that the metafun manual gives an example).

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
___


[NTG-context] Trying to get figure frame corners to clip figure

2011-07-06 Thread Kip Warner
Hey list,

I'd like the rounded corners of my figure's frame to clip off the
outside corners of the image so they aren't sticking out. This is what
I'm making do with:

\setupexternalfigures
  [frame=on,
   corner=25,
   framecolor=colour_frame_border,
   background=color, 
   backgroundcolor=colour_page,
   rulethickness=2pt]

It almost works, but the image still sticks out at the corners beyond
the frame edge.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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] Getting framed text to page break

2011-07-06 Thread Kip Warner
On Wed, 2011-07-06 at 10:44 +0200, Philipp Gesang wrote:
> Hi again,
> 
> there’s also the background mechanism which has been explicitly
> (see pack-rul.mkiv) designed with page breaks in mind. Example:
> 
> ···8<
> 
> \setupbackground[
>   corner=rectangular,
>   frame=on,
>   background=,
> ]
> 
> 
> \starttext
> \startbackground
>   \dorecurse{42}{\input dawkins \endgraf}
> \stopbackground
> \stoptext

Hey Phil,

I'm not very competent with ConTeXt, but I tried to translate what you
and wrote into the following:

\def\StartSpecialFramedText%
{
\crlf
\setupbackground
  [corner=rectangular,
   frame=on,
   background=
  ]

\startbackground
\startframedtext
[width=broad,
 bottom=\vss,
 top=\vss,
 align=right,
 corner=rectangular]
\it 
}

\def\StopSpecialFramedText%
{
\stopframedtext
\stopbackground
\crlf
}

...

\StartSpecialFramedText
Lots
...
of
...
Text
\StopSpecialFramedText


It comes out looking almost the same as initially, but with a box around
it.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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] Changing item indicator

2011-07-06 Thread Kip Warner
On Wed, 2011-07-06 at 09:45 +0200, Philipp Gesang wrote:
> \setupitemize[color=colour_item]
> 
> See also: 
> http://archive.contextgarden.net/message/20101020.085411.e4753aa5.en.html
> 
> Best regards
> Philipp

Thanks Philipp. That did it.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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] Tilde in page numbers

2011-07-06 Thread Kip Warner
On Wed, 2011-07-06 at 02:23 -0400, Aditya Mahajan wrote:
> \~ is the plain TeX macro for placing the ~ accent. Try \~a etc. The 
> correct way to access a tilde is \lettertilde and \texttilde (or 
> \textasciitilde) depending on what glyph you want.
> 
> Aditya

Thanks Aditya. If I had more time, I'd be updating the wiki and pdfs
with all the answers to these questions.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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] modules in minimals (important)

2011-07-06 Thread Alan Braslau
On Wed, Jul 06, 2011 at 08:52:23PM +0200, Mojca Miklavec wrote:
> On Wed, Jul 6, 2011 at 15:40, Peter Münster wrote:
> > On Wed, Jun 29 2011, Mojca Miklavec wrote:
> >
> >> Hans has changed the command line parameter for modules (--modules=vim
> >> should work now). The problem is that he now stores the chosen modules
> >> to a variable "modules" as opposed to "extras". So if you want to keep
> >> your modules, please edit status-of-update.lua and replace ["extras"]
> >> with ["modules"]. Or simply install the modules again.
> >>
> >> There is also a switch --fonts= which installs some additional fonts from
> >>     http://minimals.contextgarden.net/current/fonts/extra/
> >
> > Are theses parameters for first-setup.sh?
> > I've tried "first-setup.sh --modules=all", "--extras=all",
> > "--fonts=all", but nothing works for me (no modules and no extra fonts).
> 
> Hans,
> 
> it seems that modules.all in
> if modules.all or modules[s] then
> doesn't work as expected.
> 

Is there a work around? What to do?

Alan
___
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] [lang-url.lua] setcharacters()

2011-07-06 Thread Hans Hagen

On 6-7-2011 10:31, Philipp Gesang wrote:

Hi Hans,

in lang-url.lua, line 106 (introduced 23.6.2011),

-   chars[s] = value or 1
+   characters[s] = value or 1


ok

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] [lang-url.lua] setcharacters()

2011-07-06 Thread Philipp Gesang
Hi Hans,

in lang-url.lua, line 106 (introduced 23.6.2011),

-   chars[s] = value or 1
+   characters[s] = value or 1

Regards, Philipp




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


pgpQy1kI36lfE.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
___

Re: [NTG-context] Bibliography entries not showing up

2011-07-06 Thread Pontus Lurcock
On Wed 06 Jul 2011, Christian wrote:

> Also, if anybody thinks mkiv is not ready for productive work,
> please scream and stop me. But as far as I've heard it has been used
> to typeset books and theses already, so... yeah.

I've been writing my thesis in MkIV and haven't hit any serious
problems so far. I use minimals and only update when I need a new
feature, since I don't want to risk any unanticipated changes.
(I started out on MkII, but was seduced by LuaTeX's combination of
microtypography and OTF support.)

Pont
___
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] modules in minimals (important)

2011-07-06 Thread Mojca Miklavec
On Wed, Jul 6, 2011 at 15:40, Peter Münster wrote:
> On Wed, Jun 29 2011, Mojca Miklavec wrote:
>
>> Hans has changed the command line parameter for modules (--modules=vim
>> should work now). The problem is that he now stores the chosen modules
>> to a variable "modules" as opposed to "extras". So if you want to keep
>> your modules, please edit status-of-update.lua and replace ["extras"]
>> with ["modules"]. Or simply install the modules again.
>>
>> There is also a switch --fonts= which installs some additional fonts from
>>     http://minimals.contextgarden.net/current/fonts/extra/
>
> Are theses parameters for first-setup.sh?
> I've tried "first-setup.sh --modules=all", "--extras=all",
> "--fonts=all", but nothing works for me (no modules and no extra fonts).

Hans,

it seems that modules.all in
if modules.all or modules[s] then
doesn't work as expected.

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] Bibliography entries not showing up

2011-07-06 Thread Christian
Ok, now I start to feel silly. Not only do I talk to myself, but I also did
not find this thread:
http://www.mail-archive.com/ntg-context@ntg.nl/msg56046.html
Damn you, google!

I took the liberty and removed the @ELECTRONIC part from the wiki.

Thank you for your attention, problem solved.

> -Ursprüngliche Nachricht-
> Von: ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] Im
> Auftrag von Christian
> Gesendet: Mittwoch, 6. Juli 2011 17:28
> An: 'mailing list for ConTeXt users'
> Betreff: Re: [NTG-context] Bibliography entries not showing up
> 
> I'm going to reply to myself here. Just found the example bib file in the
wiki
> and copied (replaced) my bib file with it.
> Good news: Entrys show up.
> Bad news: The first two entries are missing.
> 
> Since I only tried example files with two entries max, that changes the
issue
> description from "not shoing up" to "the first two are omitted. See
attached
> output pdf. (nothing changed in source except bib file content)
> 
> > -Ursprüngliche Nachricht-
> > Von: ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl]
> Im
> > Auftrag von Christian
> > Gesendet: Mittwoch, 6. Juli 2011 17:08
> > An: mailing list for ConTeXt users
> > Betreff: [NTG-context] Bibliography entries not showing up
> >
> > Dear list,
> >
> > I would like to use ConTeXt (MKIV) for typesetting my thesis. So I
> > tried a
> lot
> > of the features and I'm really impressed by the flexibility and so far
> more
> > than satisfied with the results. Now I obviously need a bibliography
> > and
> tried
> > to get it working today. But whatever I tried, I can't seem to get the
> entries
> > to show up in the pdf.
> >
> > Setup:
> > Win 7 32bit
> > LuaTeX, Version beta-0.60.2-2010100221 (MiKTeX 2.9) (rev 3736) ConTeXt
> > ver: 2010.05.24 13:05 MKIV
> >
> > Main file (example.mkiv):
> > \setupbibtex[database=example]
> > \setuppublications[alternative=apa]
> > \starttext
> > Test
> > \completepublications[criterium=all]
> > \stoptext
> >
> >
> > Bib file (borrowed from another recent topic - hope you don't mind,
> > example.bib) :
> > @BOOK{daunerliebkonzenschmidt,
> > author = {Peter Schlechtriem and Horst Konzen}, }
> >
> > @BOOK{schlechtriemschmidtkessel,
> > author = {Peter Schlechtriem and Horst Konzen and Karsten Schmidt}, }
> >
> > Generated bbl file (example.bbl):
> > \setuppublicationlist[samplesize={SKS},totalnumber=2]
> >
> > \startpublication[k=daunerliebkonzenschmidt,t=book,
> > a={{Schlechtriem},{Konzen}},y=,
> > n=1,s=SK]
> > \author[]{Peter}[P.]{}{Schlechtriem}
> > \author[]{Horst}[H.]{}{Konzen}
> > \stoppublication
> >
> > \startpublication[k=schlechtriemschmidtkessel,t=book,
> > a={{Schlechtriem},{}},y=,
> > n=2,s=SKS]
> > \author[]{Peter}[P.]{}{Schlechtriem}
> > \author[]{Horst}[H.]{}{Konzen}
> > \author[]{Karsten}[K.]{}{Schmidt}
> > \stoppublication
> >
> > Output and log file attached.
> > What's wrong here?
> >
> > Also, if anybody thinks mkiv is not ready for productive work, please
> scream
> > and stop me. But as far as I've heard it has been used to typeset
> > books
> and
> > theses already, so... yeah.


___
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] Flowfram-like behavior?

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 3:34 PM, luigi scarso  wrote:
> On Wed, Jul 6, 2011 at 3:31 PM, Peter Davis  wrote:
>> Is there a way to get behavior like flowfram using ConTeXt?  Specifically, I
>> mean the ability to define a set of "frames" or boxes, possibly several on a
>> page or across a series of pages, and have the text automatically flow from
>> one box to another in a prescribed order?
>>
>> I'm interested in doing InDesign-like layouts, which might have multiple
>> "stories", each of which can flow across multiple frames on multiple pages.
>> Using flowfram with LaTeX comes pretty close (though only one story can flow
>> from frame to frame), but there are conflicts with the longtable package and
>> potentially others.  I figured since one of the goals of ConTeXt (as I
>> understand it) was to avoid inter-package conflicts, perhaps this would
>> offer a better solution.
>>
>> Thank you.
> Did you seen metafun.pdf ?
also

http://pragma-ade.nl/general/magazines/mag-0010.pdf

-- 
luigi
___
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] Flowfram-like behavior?

2011-07-06 Thread Peter Davis
On Wed, Jul 6, 2011 at 11:22 AM, Hans Hagen  wrote:

> On 6-7-2011 3:31, Peter Davis wrote:
>
>> Is there a way to get behavior like flowfram using ConTeXt?  Specifically,
>> I
>> mean the ability to define a set of "frames" or boxes, possibly several on
>> a
>> page or across a series of pages, and have the text automatically flow
>> from
>> one box to another in a prescribed order?
>>
>> I'm interested in doing InDesign-like layouts, which might have multiple
>> "stories", each of which can flow across multiple frames on multiple
>> pages.
>> Using flowfram with LaTeX comes pretty close (though only one story can
>> flow
>> from frame to frame), but there are conflicts with the longtable package
>> and
>> potentially others.  I figured since one of the goals of ConTeXt (as I
>> understand it) was to avoid inter-package conflicts, perhaps this would
>> offer a better solution.
>>
>
> I'm on and off working on streams which sort of do what you want, but it's
> not yet good enough as it's mostly geared at parallel text.
>
>

Sounds interesting.  I'm looking forward to hearing more about it.  Sounds
like I should stick with flowfram for now though.

Thanks!

-pd


-- 

The Tech Curmudgeon
http://www.techcurmudgeon.com
___
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] Bibliography entries not showing up

2011-07-06 Thread Christian
I'm going to reply to myself here. Just found the example bib file in the
wiki and copied (replaced) my bib file with it.
Good news: Entrys show up.
Bad news: The first two entries are missing.

Since I only tried example files with two entries max, that changes the
issue description from "not shoing up" to "the first two are omitted. See
attached output pdf. (nothing changed in source except bib file content)

> -Ursprüngliche Nachricht-
> Von: ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] Im
> Auftrag von Christian
> Gesendet: Mittwoch, 6. Juli 2011 17:08
> An: mailing list for ConTeXt users
> Betreff: [NTG-context] Bibliography entries not showing up
> 
> Dear list,
> 
> I would like to use ConTeXt (MKIV) for typesetting my thesis. So I tried a
lot
> of the features and I'm really impressed by the flexibility and so far
more
> than satisfied with the results. Now I obviously need a bibliography and
tried
> to get it working today. But whatever I tried, I can't seem to get the
entries
> to show up in the pdf.
> 
> Setup:
> Win 7 32bit
> LuaTeX, Version beta-0.60.2-2010100221 (MiKTeX 2.9) (rev 3736) ConTeXt
> ver: 2010.05.24 13:05 MKIV
> 
> Main file (example.mkiv):
> \setupbibtex[database=example]
> \setuppublications[alternative=apa]
> \starttext
> Test
> \completepublications[criterium=all]
> \stoptext
> 
> 
> Bib file (borrowed from another recent topic - hope you don't mind,
> example.bib) :
> @BOOK{daunerliebkonzenschmidt,
> author = {Peter Schlechtriem and Horst Konzen}, }
> 
> @BOOK{schlechtriemschmidtkessel,
> author = {Peter Schlechtriem and Horst Konzen and Karsten Schmidt}, }
> 
> Generated bbl file (example.bbl):
> \setuppublicationlist[samplesize={SKS},totalnumber=2]
> 
> \startpublication[k=daunerliebkonzenschmidt,t=book,
> a={{Schlechtriem},{Konzen}},y=,
> n=1,s=SK]
> \author[]{Peter}[P.]{}{Schlechtriem}
> \author[]{Horst}[H.]{}{Konzen}
> \stoppublication
> 
> \startpublication[k=schlechtriemschmidtkessel,t=book,
> a={{Schlechtriem},{}},y=,
> n=2,s=SKS]
> \author[]{Peter}[P.]{}{Schlechtriem}
> \author[]{Horst}[H.]{}{Konzen}
> \author[]{Karsten}[K.]{}{Schmidt}
> \stoppublication
> 
> Output and log file attached.
> What's wrong here?
> 
> Also, if anybody thinks mkiv is not ready for productive work, please
scream
> and stop me. But as far as I've heard it has been used to typeset books
and
> theses already, so... yeah.



example.pdf
Description: Adobe PDF document
___
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] Flowfram-like behavior?

2011-07-06 Thread Hans Hagen

On 6-7-2011 3:31, Peter Davis wrote:

Is there a way to get behavior like flowfram using ConTeXt?  Specifically, I
mean the ability to define a set of "frames" or boxes, possibly several on a
page or across a series of pages, and have the text automatically flow from
one box to another in a prescribed order?

I'm interested in doing InDesign-like layouts, which might have multiple
"stories", each of which can flow across multiple frames on multiple pages.
Using flowfram with LaTeX comes pretty close (though only one story can flow
from frame to frame), but there are conflicts with the longtable package and
potentially others.  I figured since one of the goals of ConTeXt (as I
understand it) was to avoid inter-package conflicts, perhaps this would
offer a better solution.


I'm on and off working on streams which sort of do what you want, but 
it's not yet good enough as it's mostly geared at parallel text.


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] Bibliography entries not showing up

2011-07-06 Thread Christian
Dear list,

I would like to use ConTeXt (MKIV) for typesetting my thesis. So I tried a
lot of the features and I'm really impressed by the flexibility and so far
more than satisfied with the results. Now I obviously need a bibliography
and tried to get it working today. But whatever I tried, I can't seem to get
the entries to show up in the pdf.

Setup:
Win 7 32bit
LuaTeX, Version beta-0.60.2-2010100221 (MiKTeX 2.9) (rev 3736)
ConTeXt  ver: 2010.05.24 13:05 MKIV

Main file (example.mkiv):
\setupbibtex[database=example]
\setuppublications[alternative=apa]
\starttext
Test
\completepublications[criterium=all]
\stoptext


Bib file (borrowed from another recent topic - hope you don't mind,
example.bib) :
@BOOK{daunerliebkonzenschmidt,
author = {Peter Schlechtriem and Horst Konzen}, }

@BOOK{schlechtriemschmidtkessel,
author = {Peter Schlechtriem and Horst Konzen and Karsten Schmidt}, }

Generated bbl file (example.bbl):
\setuppublicationlist[samplesize={SKS},totalnumber=2]

\startpublication[k=daunerliebkonzenschmidt,t=book,
a={{Schlechtriem},{Konzen}},y=,
n=1,s=SK]
\author[]{Peter}[P.]{}{Schlechtriem}
\author[]{Horst}[H.]{}{Konzen}
\stoppublication

\startpublication[k=schlechtriemschmidtkessel,t=book,
a={{Schlechtriem},{}},y=,
n=2,s=SKS]
\author[]{Peter}[P.]{}{Schlechtriem}
\author[]{Horst}[H.]{}{Konzen}
\author[]{Karsten}[K.]{}{Schmidt}
\stoppublication

Output and log file attached.
What's wrong here?

Also, if anybody thinks mkiv is not ready for productive work, please scream
and stop me. But as far as I've heard it has been used to typeset books and
theses already, so... yeah.



example.log
Description: Binary data


example.pdf
Description: Adobe PDF document
___
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] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread Hans Hagen

On 6-7-2011 4:02, Khaled Hosny wrote:

On Wed, Jul 06, 2011 at 03:38:25PM +0200, Taco Hoekwater wrote:



On 07/06/11 15:29, luigi scarso wrote:


Log says:
Missing character: There is no ʹ (U+02B9) in font lmroman12-regular!
Missing character: There is no ʹ (U+02B9) in font lmroman12-regular!


And for Cambria Math:

Missing character: There is no  (U+02B9) in font cambria!
Missing character: There is no  (U+02B9) in font cambria!


Which is not surprising, since it is the wrong glyph to use
(it is a phonetic modifier, not a math symbol).

The right one is indeed U+2032 PRIME, but there the odd thing is
that all the math fonts (including Cambria Math) have a big glyph in
that slot that lives on the baseline (instead of a superscript one).


Not really, the glyph in U+2032 is raised and scaled down in most math
fonts with the exception of Asana Math and LM Math (the large, baseline
form is mapped through ssty feature in other fonts), I consider this
a font bug or inherited TeX legacy.


indeed. so I will make a virtual glyph of it

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread Khaled Hosny
On Wed, Jul 06, 2011 at 03:38:25PM +0200, Taco Hoekwater wrote:
> 
> 
> On 07/06/11 15:29, luigi scarso wrote:
> > 
> > Log says:
> > Missing character: There is no ʹ (U+02B9) in font lmroman12-regular!
> > Missing character: There is no ʹ (U+02B9) in font lmroman12-regular!
> 
> And for Cambria Math:
> 
> Missing character: There is no  (U+02B9) in font cambria!
> Missing character: There is no  (U+02B9) in font cambria!
> 
> 
> Which is not surprising, since it is the wrong glyph to use
> (it is a phonetic modifier, not a math symbol).
> 
> The right one is indeed U+2032 PRIME, but there the odd thing is
> that all the math fonts (including Cambria Math) have a big glyph in
> that slot that lives on the baseline (instead of a superscript one).

Not really, the glyph in U+2032 is raised and scaled down in most math
fonts with the exception of Asana Math and LM Math (the large, baseline
form is mapped through ssty feature in other fonts), I consider this
a font bug or inherited TeX legacy.

Regards,
 Khaled

-- 
 Khaled Hosny
 Egyptian
 Arab
___
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] Flowfram-like behavior?

2011-07-06 Thread Henning Hraban Ramm


Am 2011-07-06 um 15:31 schrieb Peter Davis:

Is there a way to get behavior like flowfram using ConTeXt?   
Specifically, I mean the ability to define a set of "frames" or  
boxes, possibly several on a page or across a series of pages, and  
have the text automatically flow from one box to another in a  
prescribed order?


I'm interested in doing InDesign-like layouts, which might have  
multiple "stories", each of which can flow across multiple frames on  
multiple pages.  Using flowfram with LaTeX comes pretty close  
(though only one story can flow from frame to frame), but there are  
conflicts with the longtable package and potentially others.  I  
figured since one of the goals of ConTeXt (as I understand it) was  
to avoid inter-package conflicts, perhaps this would offer a better  
solution.


Asking after some behaviour "like this LaTeX package" makes not much  
sense on this list, but since you explain what you mean... ;-)


Try "flows" in column sets, see the columns manual (http://www.pragma-ade.com/general/manuals/columns.pdf 
).

(Never tried it myself, so can't help you further.)



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread Khaled Hosny
On Wed, Jul 06, 2011 at 03:22:22PM +0200, Paul Menzel wrote:
> Dear ConTeXt folks,
> 
> 
> using
> 
> ConTeXt  ver: 2011.06.19 14:17 MKIV  fmt: 2011.6.21  int: 
> english/english
> 
> the derivative symbol is not displayed correctly and U+02B9 is not
> displayed at all.
> 
> --- 8< --- minimal example --- >8 ---
> \starttext
> \startitemize
> \item U+02B9 MODIFIER LETTER PRIME
> \startformula
> f(x) = x ⇒ fʹ(x) = 1
> \stopformula
> 
> \item U+2032 PRIME
> \startformula
> f(x) = x ⇒ f′(x) = 1
> \stopformula
> 
> \item \backslash prime
> \startformula
> f(x) = x ⇒ f\prime(x) = 1
> \stopformula
> \stopitemize
> \stoptext
> --- 8< --- minimal example --- >8 ---

\prime should superscripted, ^\prime (as it can be used in subscript as
well), and apparently the same goes for U+2032. U+02B9 is not a math
symbol. ASCII apostrophe is, more or less, short of ^\prime in math
mode, so f'(x) should do just fine.

Regards,
 Khaled

-- 
 Khaled Hosny
 Egyptian
 Arab
___
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] modules in minimals (important)

2011-07-06 Thread Peter Münster
On Wed, Jun 29 2011, Mojca Miklavec wrote:

> Hans has changed the command line parameter for modules (--modules=vim
> should work now). The problem is that he now stores the chosen modules
> to a variable "modules" as opposed to "extras". So if you want to keep
> your modules, please edit status-of-update.lua and replace ["extras"]
> with ["modules"]. Or simply install the modules again.
>
> There is also a switch --fonts= which installs some additional fonts from
> http://minimals.contextgarden.net/current/fonts/extra/

Are theses parameters for first-setup.sh?
I've tried "first-setup.sh --modules=all", "--extras=all",
"--fonts=all", but nothing works for me (no modules and no extra fonts).

TIA for any help!

-- 
   Peter
___
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] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread Taco Hoekwater


On 07/06/11 15:29, luigi scarso wrote:
> 
> Log says:
> Missing character: There is no ʹ (U+02B9) in font lmroman12-regular!
> Missing character: There is no ʹ (U+02B9) in font lmroman12-regular!

And for Cambria Math:

Missing character: There is no  (U+02B9) in font cambria!
Missing character: There is no  (U+02B9) in font cambria!


Which is not surprising, since it is the wrong glyph to use
(it is a phonetic modifier, not a math symbol).

The right one is indeed U+2032 PRIME, but there the odd thing is
that all the math fonts (including Cambria Math) have a big glyph in
that slot that lives on the baseline (instead of a superscript one).

So, you need

  f^′(x) = 1

as luigi showed.

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] Flowfram-like behavior?

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 3:31 PM, Peter Davis  wrote:
> Is there a way to get behavior like flowfram using ConTeXt?  Specifically, I
> mean the ability to define a set of "frames" or boxes, possibly several on a
> page or across a series of pages, and have the text automatically flow from
> one box to another in a prescribed order?
>
> I'm interested in doing InDesign-like layouts, which might have multiple
> "stories", each of which can flow across multiple frames on multiple pages.
> Using flowfram with LaTeX comes pretty close (though only one story can flow
> from frame to frame), but there are conflicts with the longtable package and
> potentially others.  I figured since one of the goals of ConTeXt (as I
> understand it) was to avoid inter-package conflicts, perhaps this would
> offer a better solution.
>
> Thank you.
Did you seen metafun.pdf ?

-- 
luigi
___
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] Flowfram-like behavior?

2011-07-06 Thread Peter Davis
Is there a way to get behavior like flowfram using ConTeXt?  Specifically, I
mean the ability to define a set of "frames" or boxes, possibly several on a
page or across a series of pages, and have the text automatically flow from
one box to another in a prescribed order?

I'm interested in doing InDesign-like layouts, which might have multiple
"stories", each of which can flow across multiple frames on multiple pages.
Using flowfram with LaTeX comes pretty close (though only one story can flow
from frame to frame), but there are conflicts with the longtable package and
potentially others.  I figured since one of the goals of ConTeXt (as I
understand it) was to avoid inter-package conflicts, perhaps this would
offer a better solution.

Thank you.

-pd


-- 

The Tech Curmudgeon
http://www.techcurmudgeon.com
___
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] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 3:24 PM, Paul Menzel
 wrote:

\starttext
\startitemize
\item U+02B9 MODIFIER LETTER PRIME
\startformula
f(x) = x ⇒ fʹ(x) = 1
\stopformula

\item U+2032 PRIME
\startformula
f(x) = x ⇒ f^′(x) = 1
\stopformula

\item \backslash prime
\startformula
f(x) = x ⇒ f^\prime(x) = 1
\stopformula
\stopitemize
\stoptext

Log says:
Missing character: There is no ʹ (U+02B9) in font lmroman12-regular!
Missing character: There is no ʹ (U+02B9) in font lmroman12-regular!
-- 
luigi
___
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] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread Paul Menzel
Dear ConTeXt folks,


Am Mittwoch, den 06.07.2011, 15:22 +0200 schrieb Paul Menzel:

> using
> 
> ConTeXt  ver: 2011.06.19 14:17 MKIV  fmt: 2011.6.21  int: 
> english/english
> 
> the derivative symbol is not displayed correctly and U+02B9 is not
> displayed at all.
> 
> --- 8< --- minimal example --- >8 ---
> \starttext
> \startitemize
> \item U+02B9 MODIFIER LETTER PRIME
> \startformula
> f(x) = x ⇒ fʹ(x) = 1
> \stopformula
> 
> \item U+2032 PRIME
> \startformula
> f(x) = x ⇒ f′(x) = 1
> \stopformula
> 
> \item \backslash prime
> \startformula
> f(x) = x ⇒ f\prime(x) = 1
> \stopformula
> \stopitemize
> \stoptext
> --- 8< --- minimal example --- >8 ---
> 
> I hope it is not a font issue.

I forgot to attach the example files.


Thanks,

Paul


derive.pdf
Description: Adobe PDF document
\starttext
\startitemize
\item U+02B9 MODIFIER LETTER PRIME
\startformula
f(x) = x ⇒ fʹ(x) = 1
\stopformula

\item U+2032 PRIME
\startformula
f(x) = x ⇒ f′(x) = 1
\stopformula

\item \backslash prime
\startformula
f(x) = x ⇒ f\prime(x) = 1
\stopformula
\stopitemize
\stoptext


signature.asc
Description: This is a digitally signed message part
___
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] unicode: math: ʹ U+02B9 MODIFIER LETTER PRIME not displayed and U+2032 PRIME and \prime not displayed correctly

2011-07-06 Thread Paul Menzel
Dear ConTeXt folks,


using

ConTeXt  ver: 2011.06.19 14:17 MKIV  fmt: 2011.6.21  int: 
english/english

the derivative symbol is not displayed correctly and U+02B9 is not
displayed at all.

--- 8< --- minimal example --- >8 ---
\starttext
\startitemize
\item U+02B9 MODIFIER LETTER PRIME
\startformula
f(x) = x ⇒ fʹ(x) = 1
\stopformula

\item U+2032 PRIME
\startformula
f(x) = x ⇒ f′(x) = 1
\stopformula

\item \backslash prime
\startformula
f(x) = x ⇒ f\prime(x) = 1
\stopformula
\stopitemize
\stoptext
--- 8< --- minimal example --- >8 ---

I hope it is not a font issue.


Thanks,

Paul


signature.asc
Description: This is a digitally signed message part
___
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] bib module (again)

2011-07-06 Thread Hans Hagen

On 6-7-2011 12:03, Steffen Wolfrum wrote:


as databases usually have *lots* of entries this really is a daring venture :o)

skimming through hundreds, thousands of entries,
finding those how have exactly 3 authors
and stuffing the information from the three "\author" fields into the one "a" 
field!

hope that nothing will go wrong ...


you can write a script that does it for you ... maybe at some point I 
will provide some extra hooks in the bib module but it has no priority 
on my agenda


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] Heading Font Size and Figures in Headings

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 12:27 PM, H. Hodges  wrote:
> Thanks. That worked great.
See also "Aligned boxes" in ConTeXt the manual
-- 
luigi
___
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] Heading Font Size and Figures in Headings

2011-07-06 Thread H. Hodges
Thanks. That worked great.

luigi scarso  gmail.com> writes:

> On Wed, Jul 6, 2011 at 12:13 PM, H. Hodges  gmail.com>
wrote:
> > What is the \setuphead option to set font size?
> textstyles
> http://wiki.contextgarden.net/Titles
> 
> what about
> \section{\hbox{\externalfigure[timers]}Timers}}.




___
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] Heading Font Size and Figures in Headings

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 12:13 PM, H. Hodges  wrote:
> What is the \setuphead option to set font size?
textstyles
http://wiki.contextgarden.net/Titles

>
> I have some small icons that I would like to place on the same line as some of
> my section titles. I would also like these icons to appear in the table of
> contents.The code I'm using:
>
> \section{\placefigure[force]{none}{\externalfigure[timers]}Timers}.
>
> I cannot get the placement correct. Instead of being aligned with and to the
> left of the section title, the figure appears centered on the page a couple of
> lines above it, in both the text body and the table of contents. I've tried
> other options besides [force]: [left], [here], [line], the result is always 
> the
> same.
what about
\section{\hbox{\externalfigure[timers]}Timers}}.
?

-- 
luigi
___
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] Heading Font Size and Figures in Headings

2011-07-06 Thread H. Hodges
What is the \setuphead option to set font size?

I have some small icons that I would like to place on the same line as some of
my section titles. I would also like these icons to appear in the table of
contents.The code I'm using:

\section{\placefigure[force]{none}{\externalfigure[timers]}Timers}.

I cannot get the placement correct. Instead of being aligned with and to the
left of the section title, the figure appears centered on the page a couple of
lines above it, in both the text body and the table of contents. I've tried
other options besides [force]: [left], [here], [line], the result is always the
same. 

___
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] bib module (again)

2011-07-06 Thread Steffen Wolfrum

Am 06.07.2011 um 11:47 schrieb Taco Hoekwater:

> 
> 
> On 07/06/11 11:38, Steffen Wolfrum wrote:
>> 
>> What is required is
>> 
>> ... as explained in AuthorA/AuthorB/AuthorC (1990).
>> 
>> [Is is required not until *four* authors to set an authoretallimit like
>> ... as explained in AuthorX et al. (1991)]
>> 
>> 
>> Where/how can the current limitation be changed?
> 
> I have long since forgotten how to write bst files, and (more
> worryingly) I have no idea how to change the mkiv bib 'macros',
> so my proposal (especially since you want odd separators as well)
> would is: fix the bbl manually so that it looks like this:
> 
> \startpublication[k=schlechtriemschmidtkessel,t=book,
> a={{Schlechtriem/Konzen/Schmidt}},y=,
> n=2,s=SKS]
> \author[]{Peter}[P.]{}{Schlechtriem}
> \author[]{Horst}[H.]{}{Konzen}
> \author[]{Karsten}[K.]{}{Schmidt}
> \stoppublication


as databases usually have *lots* of entries this really is a daring venture :o)

skimming through hundreds, thousands of entries, 
finding those how have exactly 3 authors 
and stuffing the information from the three "\author" fields into the one "a" 
field!

hope that nothing will go wrong ...


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] bib module (again)

2011-07-06 Thread Taco Hoekwater


On 07/06/11 11:38, Steffen Wolfrum wrote:
> 
> What is required is
> 
> ... as explained in AuthorA/AuthorB/AuthorC (1990).
> 
> [Is is required not until *four* authors to set an authoretallimit like
> ... as explained in AuthorX et al. (1991)]
> 
> 
> Where/how can the current limitation be changed?

I have long since forgotten how to write bst files, and (more
worryingly) I have no idea how to change the mkiv bib 'macros',
so my proposal (especially since you want odd separators as well)
would is: fix the bbl manually so that it looks like this:

\startpublication[k=schlechtriemschmidtkessel,t=book,
a={{Schlechtriem/Konzen/Schmidt}},y=,
n=2,s=SKS]
\author[]{Peter}[P.]{}{Schlechtriem}
\author[]{Horst}[H.]{}{Konzen}
\author[]{Karsten}[K.]{}{Schmidt}
\stoppublication

___
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] bib module (again)

2011-07-06 Thread Steffen Wolfrum

Am 06.07.2011 um 11:19 schrieb Taco Hoekwater:

> Hi,
> 
> On 07/06/11 11:00, Steffen Wolfrum wrote:
>> 
>> So the three authors *are* already shortened to "a={{Schlechtriem},{}}" only!
> 
> This is a limitation of both the bst and the macros, you cannot have
> 
>  ... as explained in AuthorA, AuthorB and AuthorC (1990).


What is required is

... as explained in AuthorA/AuthorB/AuthorC (1990).

[Is is required not until *four* authors to set an authoretallimit like
... as explained in AuthorX et al. (1991)]


Where/how can the current limitation be changed?

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] bib module (again)

2011-07-06 Thread Taco Hoekwater
Hi,

On 07/06/11 11:00, Steffen Wolfrum wrote:
> 
> So the three authors *are* already shortened to "a={{Schlechtriem},{}}" only!

This is a limitation of both the bst and the macros, you cannot have

  ... as explained in AuthorA, AuthorB and AuthorC (1990).


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] How to get the chapter number

2011-07-06 Thread Cecil Westerhof
2011/7/6 Pontus Lurcock 

> On Wed 06 Jul 2011, Cecil Westerhof wrote:
>
> > What I mean. I have something like:
> >
> > \chapter{General description}
> > .
> > .
> > This is explained in chapters 7 to 12.
> > .
> > .
> > \chapter{another}
> > .
> > .
> > \chapter{first explaining}  % this is (now) chapter 7
> >  .
> > .
> > \chapter{last explaining} % this is (now) chapter 12
> >
> > When chapters are added, moved or removed. The chapter numbers in the
> above
> > sentence have to be changed manually. As a real programmer I am lazy and
> > want the computer do it for me. :-D
>
> See http://wiki.contextgarden.net/References .
>

Works, thanks.

-- 
Cecil Westerhof
___
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] How to get the chapter number

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 11:01 AM, Cecil Westerhof  wrote:
> 2011/7/6 luigi scarso 
>>
>> On Wed, Jul 6, 2011 at 10:48 AM, Cecil Westerhof 
>> wrote:
>> > At the moment I have the following in my document:
>> >     In the chapters 7 to 12 a more in depth description of the
>> > functionalities will be given.
>> >
>> > For this document it is not a real problem. (I do not expect the chapter
>> > structure to change often.) But it would be nicer to get the chapter
>> > numbers
>> > auto generated. Is this possible?
>> I (and I suppose others) don't understand your question.
>> Does not \chapter work ?
>
> Sorry, communication is not my strong point. :-{
>
> What I mean. I have something like:
>
> \chapter{General description}
> .
> .
> This is explained in chapters 7 to 12.
> .
> .
> \chapter{another}
> .
> .
> \chapter{first explaining}  % this is (now) chapter 7
>  .
> .
> \chapter{last explaining} % this is (now) chapter 12
>
> When chapters are added, moved or removed. The chapter numbers in the above
> sentence have to be changed manually. As a real programmer I am lazy and
> want the computer do it for me. :-D
This is a 32 years old TeX feature -- i.e. it doesn't hurt to know
TeX, as I've already said.
See pontus's answer.

-- 
luigi
___
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] How to get the chapter number

2011-07-06 Thread Pontus Lurcock
On Wed 06 Jul 2011, Cecil Westerhof wrote:

> What I mean. I have something like:
> 
> \chapter{General description}
> .
> .
> This is explained in chapters 7 to 12.
> .
> .
> \chapter{another}
> .
> .
> \chapter{first explaining}  % this is (now) chapter 7
>  .
> .
> \chapter{last explaining} % this is (now) chapter 12
> 
> When chapters are added, moved or removed. The chapter numbers in the above
> sentence have to be changed manually. As a real programmer I am lazy and
> want the computer do it for me. :-D

See http://wiki.contextgarden.net/References .

Pont
___
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] How to get the chapter number

2011-07-06 Thread Cecil Westerhof
2011/7/6 luigi scarso 

> On Wed, Jul 6, 2011 at 10:48 AM, Cecil Westerhof 
> wrote:
> > At the moment I have the following in my document:
> > In the chapters 7 to 12 a more in depth description of the
> > functionalities will be given.
> >
> > For this document it is not a real problem. (I do not expect the chapter
> > structure to change often.) But it would be nicer to get the chapter
> numbers
> > auto generated. Is this possible?
> I (and I suppose others) don't understand your question.
> Does not \chapter work ?
>

Sorry, communication is not my strong point. :-{

What I mean. I have something like:

\chapter{General description}
.
.
This is explained in chapters 7 to 12.
.
.
\chapter{another}
.
.
\chapter{first explaining}  % this is (now) chapter 7
 .
.
\chapter{last explaining} % this is (now) chapter 12

When chapters are added, moved or removed. The chapter numbers in the above
sentence have to be changed manually. As a real programmer I am lazy and
want the computer do it for me. :-D

-- 
Cecil Westerhof
___
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] bib module (again)

2011-07-06 Thread Steffen Wolfrum
Hi,

I have a basic problem with the very first step of using bibliographies in 
ConTeXt: converting BBI to BBL files.

And, as far as I have understood, the only thing that ".bst" files do is 
sorting. This means that a plain run of bibtex like this ...

\setupbibtex[database=mytry_x.bib]
\starttext
Test
\completepublications
\stoptext

... should convert the entire database (eg. from a ".bib" file) in TeX-parsable 
records, written in a ".bbl" file.

If I want to shorten many authors to just one followed by "et al." there is the 
otion "authoretallimit" that specifies the number needed to trigger 'et al.' 
handling.
This can be set *later* in setuppublicationlist.

But when I run the minimal exmaple above against this database "mytry_x.bib":

@BOOK{daunerliebkonzenschmidt,
author = {Peter Schlechtriem and Horst Konzen},
}

@BOOK{schlechtriemschmidtkessel,
author = {Peter Schlechtriem and Horst Konzen and Karsten Schmidt},
}

... the resulting bbl lookes like this:

\setuppublicationlist[samplesize={SKS},totalnumber=2]

\startpublication[k=daunerliebkonzenschmidt,t=book,
a={{Schlechtriem},{Konzen}},y=,
n=1,s=SK]
\author[]{Peter}[P.]{}{Schlechtriem}
\author[]{Horst}[H.]{}{Konzen}
\stoppublication

\startpublication[k=schlechtriemschmidtkessel,t=book,
a={{Schlechtriem},{}},y=,
n=2,s=SKS]
\author[]{Peter}[P.]{}{Schlechtriem}
\author[]{Horst}[H.]{}{Konzen}
\author[]{Karsten}[K.]{}{Schmidt}
\stoppublication


So the three authors *are* already shortened to "a={{Schlechtriem},{}}" only!

Is this a bug or a hidden preset that I just didn't found yet?


Any help would be appreciated

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] How to get the chapter number

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 10:48 AM, Cecil Westerhof  wrote:
> At the moment I have the following in my document:
>     In the chapters 7 to 12 a more in depth description of the
> functionalities will be given.
>
> For this document it is not a real problem. (I do not expect the chapter
> structure to change often.) But it would be nicer to get the chapter numbers
> auto generated. Is this possible?
I (and I suppose others) don't understand your question.
Does not \chapter work ?

-- 
luigi
___
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] How to get the chapter number

2011-07-06 Thread Cecil Westerhof
At the moment I have the following in my document:
In the chapters 7 to 12 a more in depth description of the
functionalities will be given.

For this document it is not a real problem. (I do not expect the chapter
structure to change often.) But it would be nicer to get the chapter numbers
auto generated. Is this possible?

-- 
Cecil Westerhof
___
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] Getting framed text to page break

2011-07-06 Thread Philipp Gesang
On 2011-07-06 <00:22:39>, Kip Warner wrote:
> Hey list,
> 
> I'd like to get framed text to break over a page, but I'm not sure how
> to do this. Right now, I am using:

Hi again,

there’s also the background mechanism which has been explicitly
(see pack-rul.mkiv) designed with page breaks in mind. Example:

···8<

\setupbackground[
  corner=rectangular,
  frame=on,
  background=,
]


\starttext
\startbackground
  \dorecurse{42}{\input dawkins \endgraf}
\stopbackground
\stoptext

···8<

Hth, Philipp






> 
> \def\StartSpecialFramedText%
> {
> \crlf
> \startframedtext
> [width=broad,
>  bottom=\vss,
>  top=\vss,
>  align=right,
>  corner=rectangular]
> \it 
> }
> 
> \def\StopSpecialFramedText%
> {
> \stopframedtext
> \crlf
> }
> 
> ...
> 
> \StartSpecialFramedText
> Some
> ...
> text
> \StopSpecialFramedText
> 
> But the problem is that does not page break, but seems to want to stay
> all together on a single page.
> 
> -- 
> Kip Warner -- Software Engineer
> OpenPGP encrypted/signed mail preferred
> http://www.thevertigo.com



> ___
> 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


pgpPvutfVgrdo.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
___

Re: [NTG-context] Changing item indicator

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 9:45 AM, Philipp Gesang
 wrote:
> Hi Kip,
>
> On 2011-07-06 <00:18:06>, Kip Warner wrote:
>> Hey list,
>>
>> I'd like to change the colour of the item indicator (e.g. the roman
>> numeral or number).
>>
>> I am using the following, but ConTeXt seems to ignore it:
>>
>> \definecolor[colour_item][r=.828,g=.313,b=.176]
>> \setupitems
>>   [color=colour_item]
>
> \setupitemize[color=colour_item]
>
> See also: 
> http://archive.contextgarden.net/message/20101020.085411.e4753aa5.en.html
At wiki.contextgarden.net
there is also a Special search powered by Google
One can put
setupitemize
or
setupitemize more:mail
or
setupitemize more:wiki

(BTW, I don't want to discourage anyone to write in this ml)

-- 
luigi
___
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] Changing item indicator

2011-07-06 Thread Philipp Gesang
Hi Kip,

On 2011-07-06 <00:18:06>, Kip Warner wrote:
> Hey list,
> 
> I'd like to change the colour of the item indicator (e.g. the roman
> numeral or number).
> 
> I am using the following, but ConTeXt seems to ignore it:
> 
> \definecolor[colour_item][r=.828,g=.313,b=.176]
> \setupitems
>   [color=colour_item]

\setupitemize[color=colour_item]

See also: 
http://archive.contextgarden.net/message/20101020.085411.e4753aa5.en.html

Best regards
Philipp




> 
> -- 
> Kip Warner -- Software Engineer
> OpenPGP encrypted/signed mail preferred
> http://www.thevertigo.com



> ___
> 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


pgpr6cec85ea1.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
___

Re: [NTG-context] Tilde in page numbers

2011-07-06 Thread luigi scarso
On Wed, Jul 6, 2011 at 8:13 AM, Kip Warner  wrote:
> On Wed, 2011-07-06 at 08:08 +0200, luigi scarso wrote:
>> (untested)
>> what about \lettertilde instead of \~ ?
>
> Thanks Luigi. That did it. Although, I think if I was using it properly
> as an escape sequence, then perhaps we have found a bug.
As Aditya said \~ is a plain TeX macro.
As general rule it doesn't hurt to know about plain TeX, at least for mkii
(and yes, it's not like laTeX.)


-- 
luigi
___
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] Getting framed text to page break

2011-07-06 Thread Kip Warner
Hey list,

I'd like to get framed text to break over a page, but I'm not sure how
to do this. Right now, I am using:

\def\StartSpecialFramedText%
{
\crlf
\startframedtext
[width=broad,
 bottom=\vss,
 top=\vss,
 align=right,
 corner=rectangular]
\it 
}

\def\StopSpecialFramedText%
{
\stopframedtext
\crlf
}

...

\StartSpecialFramedText
Some
...
text
\StopSpecialFramedText

But the problem is that does not page break, but seems to want to stay
all together on a single page.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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] Changing item indicator

2011-07-06 Thread Kip Warner
Hey list,

I'd like to change the colour of the item indicator (e.g. the roman
numeral or number).

I am using the following, but ConTeXt seems to ignore it:

\definecolor[colour_item][r=.828,g=.313,b=.176]
\setupitems
  [color=colour_item]

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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
___