As usual Ulrike is correct. I got context beta working BUT I LOST lucida
math even though lucida text is working. as an aside bibliography IS sorted
on author which does NOT work in the "normal" MikTeX release

just hacking my way through in my meager attempt to get a book published
which was previously typeset in LaTeX Memoir so that I can use all these
great facilities available within COnTeXt

barny

On Wed, Dec 22, 2010 at 4:21 PM, <ntg-context-requ...@ntg.nl> wrote:

> Send ntg-context mailing list submissions to
>        ntg-context@ntg.nl
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://www.ntg.nl/mailman/listinfo/ntg-context
> or, via email, send a message with subject or body 'help' to
>        ntg-context-requ...@ntg.nl
>
> You can reach the person managing the list at
>        ntg-context-ow...@ntg.nl
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ntg-context digest..."
>
>
> Today's Topics:
>
>   1. Re: What's the proper way to typeset a slash in   a       text flow?
>      (Hans Hagen)
>   2. Cld-files (Willi Egger)
>   3. Re: Cld-files (Willi Egger)
>   4. Cld-files (Willi Egger)
>   5. Re: Cld-files (luigi scarso)
>   6. Re: Cld-files (Peter M?nster)
>   7. Re: ConTeXt beta in MikTeX (Ulrike Fischer)
>   8. Re: Cld-files (Willi Egger)
>   9. Re: Cld-files (Willi Egger)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 22 Dec 2010 14:06:52 +0100
> From: Hans Hagen <pra...@wxs.nl>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Cc: Marco Pessotto <melmo...@gmail.com>
> Subject: Re: [NTG-context] What's the proper way to typeset a slash in
>        a       text flow?
> Message-ID: <4d11f7ec.4090...@wxs.nl>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 22-12-2010 1:01, Marco Pessotto wrote:
>
> > Is it correct? (I've looked in the source, but just to be sure).
>
> yes
>
> -----------------------------------------------------------------
>                                           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
> -----------------------------------------------------------------
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 22 Dec 2010 14:10:40 +0100
> From: Willi Egger <w.eg...@boede.nl>
> To: NTG-Context ConTeXt users <ntg-context@ntg.nl>
> Subject: [NTG-context] Cld-files
> Message-ID: <744f6449-cba6-421a-8d78-d227958a5...@boede.nl>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Contexters!
>
> Consider the following snippet in a cld-file:
>
> context.framed({frame="on",width= "5cm"},
>   function() ...  end
> )
>
> This works fine so far. I would like to pass the width of the framed text
> in terms of a fraction of the textwidth e.g. .25\textwidth. How must this be
> coded?
>
> KR
>
> Willi
>
> ------------------------------
>
> Message: 3
> Date: Wed, 22 Dec 2010 14:21:12 +0100
> From: Willi Egger <w.eg...@boede.nl>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Subject: Re: [NTG-context] Cld-files
> Message-ID: <bdd82ab0-6820-4acd-9d2d-30ec8987e...@boede.nl>
> Content-Type: text/plain; charset=us-ascii
>
> Answering myself:
>
> width= number.todimen(0.25*tex.dimen.textwidth)
>
> On 22 Dec 2010, at 14:10, Willi Egger wrote:
>
> > Hi Contexters!
> >
> > Consider the following snippet in a cld-file:
> >
> > context.framed({frame="on",width= "5cm"},
> >   function() ...  end
> > )
> >
> > This works fine so far. I would like to pass the width of the framed text
> in terms of a fraction of the textwidth e.g. .25\textwidth. How must this be
> coded?
> >
> > KR
> >
> > Willi
> >
> ___________________________________________________________________________________
> > 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
> >
> ___________________________________________________________________________________
>
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 22 Dec 2010 14:59:03 +0100
> From: Willi Egger <w.eg...@boede.nl>
> To: NTG-Context ConTeXt users <ntg-context@ntg.nl>
> Subject: [NTG-context] Cld-files
> Message-ID: <39b7d3f7-2ff0-40ae-a787-5a6aed878...@boede.nl>
> Content-Type: text/plain; charset=us-ascii
>
> Hi again,
>
> hm, I need to pass a \setupTABLE command ...
>
>
> context.setupTABLE({column}{each}{width=number.todimen(.041*tex.dimen.textwidth),align="flushright",offset="1pt"})
>
> However this does not work. How must this be done?
>
> KR
>
> Willi
>
> ------------------------------
>
> Message: 5
> Date: Wed, 22 Dec 2010 15:03:46 +0100
> From: luigi scarso <luigi.sca...@gmail.com>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Subject: Re: [NTG-context] Cld-files
> Message-ID:
>        <aanlktimvps4zy6igyh6bhujkm57pbk0z7gu1zd=ya...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Wed, Dec 22, 2010 at 2:59 PM, Willi Egger <w.eg...@boede.nl> wrote:
> > Hi again,
> >
> > hm, I need to pass a \setupTABLE command ...
> >
> >
> context.setupTABLE({column}{each}{width=number.todimen(.041*tex.dimen.textwidth),align="flushright",offset="1pt"})
> Are you sure of this syntax ?
>
> --
> luigi
>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 22 Dec 2010 15:07:50 +0100
> From: Peter M?nster <pmli...@free.fr>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Subject: Re: [NTG-context] Cld-files
> Message-ID: <20101222140750.ga10...@micropit.couberia.bzh>
> Content-Type: text/plain; charset=utf-8
>
> On Wed, Dec 22 2010, Willi Egger wrote:
>
> >
> context.setupTABLE({column}{each}{width=number.todimen(.041*tex.dimen.textwidth),align="flushright",offset="1pt"})
>
> context.setupTABLE({"column"}, {"each"}, {width=...
>
> (not tested...)
>
> Peter
>
> --
> Contact information: http://pmrb.free.fr/contact/
>
>
> ------------------------------
>
> Message: 7
> Date: Wed, 22 Dec 2010 15:32:57 +0100
> From: Ulrike Fischer <ne...@nililand.de>
> To: ntg-context@ntg.nl
> Subject: Re: [NTG-context] ConTeXt beta in MikTeX
> Message-ID: <17g4f10d78nqv....@nililand.de>
> Content-Type: text/plain; charset="us-ascii"
>
> Am Wed, 22 Dec 2010 12:38:49 +0100 schrieb Hans Hagen:
>
> >> 1. Get minimals, I used context-setup-mswin
> >> 2. Follow setup install for windows.
> >> 3. Using Winedt:
> >> a. go to options, execution modes
> >> b. in full executeables...enter full path where you installed minimals
> >> c. Now in TeX\MikTeX\Options...Add a search root to minimals
> >> d. UPIDATE file name database
> >>
> >> et voila!!!! you now have Context latest beta running under MikTeX via
> >> Winedt!!!!!
> >>
> >> Thanks to ALL who gave hints and tips on this so forcing me to get it
> DONE!
> >
> > did you wikify it?
>
> While I don't doubt that it is possible to use context minimal
> beside a miktex installation to some extent and also to use some of
> the miktex ressources when doing it (I have done something similar
> when miktex hadn't luatex yet) I doubt _very_ much that one can get
> a "Context latest beta running under MikTeX" in this way.
>
> If this context is running the newest luatex from the minimals I
> don't see how it should be able to see the roots of miktex without
> manipulating the texmf.cnf first, or use the filename database of
> miktex (FNDB) at all, or use the tools of miktex (like on-the-fly
> installation, or format generation through miktex settings).
>
> Barney is probably simply using context minimals and this will work
> fine as long as miktex doesn't interfere (e.g. through name clashes
> in the executables).
>
> --
> Ulrike Fischer
>
>
>
> ------------------------------
>
> Message: 8
> Date: Wed, 22 Dec 2010 16:20:49 +0100
> From: Willi Egger <w.eg...@boede.nl>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Subject: Re: [NTG-context] Cld-files
> Message-ID: <2648b84e-ebe2-4362-bea9-78fc61f11...@boede.nl>
> Content-Type: text/plain; charset=iso-8859-1
>
> Hi Peter,
>
> thanks for the tip, indeed the {} must be separated by , - this works!
>
> Willi
> On 22 Dec 2010, at 15:07, Peter M?nster wrote:
>
> > On Wed, Dec 22 2010, Willi Egger wrote:
> >
> >>
> context.setupTABLE({column}{each}{width=number.todimen(.041*tex.dimen.textwidth),align="flushright",offset="1pt"})
> >
> > context.setupTABLE({"column"}, {"each"}, {width=...
> >
> > (not tested...)
> >
> > 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
> >
> ___________________________________________________________________________________
>
>
>
> ------------------------------
>
> Message: 9
> Date: Wed, 22 Dec 2010 16:21:31 +0100
> From: Willi Egger <w.eg...@boede.nl>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Subject: Re: [NTG-context] Cld-files
> Message-ID: <54eb62ea-a0e2-4439-bb65-f12b87d6f...@boede.nl>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Luigi,
>
> deducing from what is written in the cld-manual it is at least the
> direction of looking...
>
> Willi
> On 22 Dec 2010, at 15:03, luigi scarso wrote:
>
> > On Wed, Dec 22, 2010 at 2:59 PM, Willi Egger <w.eg...@boede.nl> wrote:
> >> Hi again,
> >>
> >> hm, I need to pass a \setupTABLE command ...
> >>
> >>
> context.setupTABLE({column}{each}{width=number.todimen(.041*tex.dimen.textwidth),align="flushright",offset="1pt"})
> > Are you sure of this syntax ?
> >
> > --
> > 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
> >
> ___________________________________________________________________________________
>
>
>
> ------------------------------
>
>
> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>
>
> End of ntg-context Digest, Vol 78, Issue 106
> ********************************************
>
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to