Re: [NTG-context] [OT] Quick ref for Lua ?

2008-01-18 Thread luigi scarso
On Dec 31, 2007 1:04 AM, Arthur Reutenauer
<[EMAIL PROTECTED]> wrote:
> > OK , found it
> > http://lua-users.org/wiki/LuaShortReference
Also
http://pgl.yoyo.org/luai/i/about


-- 
luigi
it's new .
it's powerful .
it's luatex .
http://www.luatex.org
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] file runs diferently on windows and linux

2008-01-18 Thread Mojca Miklavec
On Jan 16, 2008 12:47 PM, Horacio Suarez wrote:
>
>  Hello
>
> I´ve checked both texmf.cnf and the pool_size value is the same, 125.
>
> I´ve never edited configuration files, I use Context as is.

Usually that means that texmf.cnf is not found/not loaded properly.

Mojca

> 
> Horacio Suarez
> Editorial Antropofagia
> www.eantropofagia.com.ar
>
> > From: [EMAIL PROTECTED]
> > To: ntg-context@ntg.nl
> > Date: Tue, 15 Jan 2008 14:29:54 +0100
> > Subject: Re: [NTG-context] file runs diferently on windows and linux
>
>
> >
> > Look for the configuration file texmf.cnf in both installations.
> > (kpsewhich texmf.cnf) In your Windows installation, the value of
> > pool_size is bigger than in your linux install. Increase the value,
> > regenerate the formats, and you're done.
> >
> > HTH
> >
> > Thomas
> >
> >
> > On Jan 15, 2008, at 1:39 PM, Horacio Suarez wrote:
> >
> > > Hello all:
> > >
> > > can somebody tell me why can be possible that the same file runs ok
> > > on windows and in linux aborts with (both the last version):
> > >
> > > I don't know what to look foor.
> > >
> > > Thankyou very much.
___
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
___


[NTG-context] bug-tracker

2008-01-18 Thread Peter Münster
Hello,

Is it still useful to add bug-reports to the bug-tracker on
http://foundry.supelec.fr/projects/contexttest/ ?

Cheers, Peter

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


Re: [NTG-context] place figures at the end of document

2008-01-18 Thread Wolfgang Schuster
On Fri, 18 Jan 2008 17:36:26 +0100
"Peter I. Hansen" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> Is there a way in ConTeXt to place figures (and other floats) at the
> very end of the document?
> 
> More specifically I would like to keep on having to placefigure code
> at the relevant place in the text where I would normally typeset with
> the option [here], but sometimes readers want all figures moved to the
> end of the document and it would be handy if this could be done by
> changing a keyword.
> 
> thanks, Peter

Interesting but very hard topic, I found a solution but it did only
work for a few pictures.

\unprotect

\installfloathandler {save} \somesavefloat

\def\placesomesavefloat{\OTRcommand\somesavefloat}

%\def\somesavefloat[#1]{\dosavefloat}
\def\somesavefloat{\placesomesavefloat}

\def\somesavefloat[#1]%
  {\global\setbox\floatlist\vbox
 {\nointerlineskip
  \unvbox\floatlist
  \uncenteredfloatbox}}

%\def\OTRONEsomesavefloat[#1]{\savefloat}
\def\OTRONEsomesavefloat[#1]{\setbox\floatbox\vbox{\box\floatbox}}

\def\placesavedfloats{\box\floatlist}

%\def\placesavedfloats
%  {\loop\ifdim\ht\floatlist>0pt
% \vsplit\floatlist to\lineheight
%   \repeat}

\protect

\starttext

\dorecurse{4} % 5 and more did fail
  {\input knuth\par
   \expanded{\placefigure[save]{Figure 
\recurselevel}{\blackrule[width=6cm,height=4cm]}}}

\page

\placesavedfloats

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


Re: [NTG-context] tex gyre math

2008-01-18 Thread Hans Hagen
Joel C. Salomon wrote:
> On Jan 18, 2008 8:08 AM, Hans Hagen <[EMAIL PROTECTED]> wrote:
>> The TeXGyre team is currently trying to get funding for the next stage
>> of TeXGYre: unicode math coverage. As usual we first approach user
>> groups, but i fear that this stage (some 40KEUR) is quite a burden on
>> them. So, if you're working at an organization that uses teX, ans see
>> opportunities of participating in this, let me know and i can send you a
>> detailed proposal off list.
> 
> Is there a paypal account where private individuals can contribute
> some small amounts?

https://www.tug.org/donate.html

there is a tex gyre entry there


Hans

-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] tex gyre math

2008-01-18 Thread Joel C. Salomon
On Jan 18, 2008 8:08 AM, Hans Hagen <[EMAIL PROTECTED]> wrote:
> The TeXGyre team is currently trying to get funding for the next stage
> of TeXGYre: unicode math coverage. As usual we first approach user
> groups, but i fear that this stage (some 40KEUR) is quite a burden on
> them. So, if you're working at an organization that uses teX, ans see
> opportunities of participating in this, let me know and i can send you a
> detailed proposal off list.

Is there a paypal account where private individuals can contribute
some small amounts?

> (This is the second of TeX Gyre, the third stage will deal with a
> cleanup and redesign of current shapes that are not okay.)

That'll be useful; see .

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


Re: [NTG-context] ConTeXt mkiv on Ubuntu (Hardy alpha)

2008-01-18 Thread Joel C. Salomon
On Jan 18, 2008 2:47 AM, Olivier <[EMAIL PROTECTED]> wrote:
> I am using Debian packages. It works but as Aditya already said,
> you have to export at least those two variables: TEXMFCNF and TEXMFCACHE.

> But (from your mails) you do not seem to have set the environment
> variables correctly.

That put me on the right track:

[EMAIL PROTECTED]:~$ kpsewhich --expand-var '$TEXMFCNF'
/usr/share/texmf/web2c:/usr/local/share/texmf/web2c
[EMAIL PROTECTED]:~$ luatools --generate

LuaTools | skipping
/usr/share/texmf/web2c:/usr/local/share/texmf/web2c/texmf.cnf
LuaTools |
LuaTools | runtime: 0.005 seconds
[EMAIL PROTECTED]:~$ export TEXMFCNF=/usr/share/texmf/web2c
[EMAIL PROTECTED]:~$ luatools --generate

LuaTools | loading /usr/share/texmf/web2c/texmf.cnf


...And now mkiv works!

So do I report as a Debian/Ubuntu package bug that TEXMFCNF is set
with multiple directories, or as a luatools bug that it can't handle a
multiple path?

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


[NTG-context] place figures at the end of document

2008-01-18 Thread Peter I. Hansen
Hi,

Is there a way in ConTeXt to place figures (and other floats) at the
very end of the document?

More specifically I would like to keep on having to placefigure code
at the relevant place in the text where I would normally typeset with
the option [here], but sometimes readers want all figures moved to the
end of the document and it would be handy if this could be done by
changing a keyword.

thanks, 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] tex gyre math

2008-01-18 Thread Hans Hagen
Hi,

The TeXGyre team is currently trying to get funding for the next stage 
of TeXGYre: unicode math coverage. As usual we first approach user 
groups, but i fear that this stage (some 40KEUR) is quite a burden on 
them. So, if you're working at an organization that uses teX, ans see 
opportunities of participating in this, let me know and i can send you a 
detailed proposal off list.

(This is the second of TeX Gyre, the third stage will deal with a 
cleanup and redesign of current shapes that are not okay.)

Hans


-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Movies

2008-01-18 Thread Miguel Queiros

> Does anyone have any experience embedding Quicktime or other movies  
> in Context? Either in the document itself or simply a URL that will  
> play the movie in the the user's system player?
> 
> Can anyone supply some sample code snippets?

Please take a look at:

http://wiki.contextgarden.net/Using_Graphics#Movies

Miguel Queirós

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


Re: [NTG-context] Movies

2008-01-18 Thread luigi scarso
On Jan 18, 2008 8:51 AM, Andrea Valle <[EMAIL PROTECTED]> wrote:
Mojca, another italian for meeting


-- 
luigi
it's new .
it's powerful .
it's luatex .
http://www.luatex.org
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___