ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Fwd: ntg-context Digest, Vol 78, Issue 106
       [not found] <mailman.55.1293031296.4223.ntg-context@ntg.nl>
@ 2010-12-22 15:28 ` barney schwartz
  2010-12-22 15:50   ` Lucida math Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: barney schwartz @ 2010-12-22 15:28 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 11403 bytes --]

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-request@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-request@ntg.nl
>
> You can reach the person managing the list at
>        ntg-context-owner@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 <pragma@wxs.nl>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Cc: Marco Pessotto <melmothx@gmail.com>
> Subject: Re: [NTG-context] What's the proper way to typeset a slash in
>        a       text flow?
> Message-ID: <4D11F7EC.4090301@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.egger@boede.nl>
> To: NTG-Context ConTeXt users <ntg-context@ntg.nl>
> Subject: [NTG-context] Cld-files
> Message-ID: <744F6449-CBA6-421A-8D78-D227958A59F3@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.egger@boede.nl>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Subject: Re: [NTG-context] Cld-files
> Message-ID: <BDD82AB0-6820-4ACD-9D2D-30EC8987E421@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.egger@boede.nl>
> To: NTG-Context ConTeXt users <ntg-context@ntg.nl>
> Subject: [NTG-context] Cld-files
> Message-ID: <39B7D3F7-2FF0-40AE-A787-5A6AED878C4E@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.scarso@gmail.com>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Subject: Re: [NTG-context] Cld-files
> Message-ID:
>        <AANLkTimvPS4Zy6igyH6bHuJkm57PBK0Z7GU1zd=yajRS@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Wed, Dec 22, 2010 at 2:59 PM, Willi Egger <w.egger@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 <pmlists@free.fr>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Subject: Re: [NTG-context] Cld-files
> Message-ID: <20101222140750.GA10832@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 <news3@nililand.de>
> To: ntg-context@ntg.nl
> Subject: Re: [NTG-context] ConTeXt beta in MikTeX
> Message-ID: <17g4f10d78nqv.dlg@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.egger@boede.nl>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Subject: Re: [NTG-context] Cld-files
> Message-ID: <2648B84E-EBE2-4362-BEA9-78FC61F11BB1@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.egger@boede.nl>
> To: mailing list for ConTeXt users <ntg-context@ntg.nl>
> Subject: Re: [NTG-context] Cld-files
> Message-ID: <54EB62EA-A0E2-4439-BB65-F12B87D6F25D@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.egger@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
> ********************************************
>

[-- Attachment #1.2: Type: text/html, Size: 16089 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Lucida math
  2010-12-22 15:28 ` Fwd: ntg-context Digest, Vol 78, Issue 106 barney schwartz
@ 2010-12-22 15:50   ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2010-12-22 15:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 22.12.2010 um 16:28 schrieb barney schwartz:

> 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

Give us more information, this works for me:

\setupbodyfont[lucida]

\starttext 

{\rm\tf regular \it italic \bf bold and \bi bolditalic}

{\ss\tf regular \it italic \bf bold and \bi bolditalic}

{\tt\tf regular \it italic \bf bold and \bi bolditalic}

{\hw handwriting}

{\cg calligraphic}

\startformula
\sum_{i=1}^n b = \int \nabla 23 \text{dx} f^3
\stopformula

\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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-22 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.55.1293031296.4223.ntg-context@ntg.nl>
2010-12-22 15:28 ` Fwd: ntg-context Digest, Vol 78, Issue 106 barney schwartz
2010-12-22 15:50   ` Lucida math Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).