On 28-11-2010 7:08, Wolfgang Schuster wrote:

Am 28.11.2010 um 18:52 schrieb Procházka Lukáš:

Hello,

I have a problem to \input a file [in the same directory as the main file is].

This problem started appearing with the latest minimals (updated today evening) 
and there was no such a problem before.

regi-ini.lua

   function regimes.process(s)
-     return translate(s,regimes.currentregime)
+     return regimes.translate(s,regimes.currentregime)
   end

fixed

The \input command in ConTeXt has no braces, it’s

    \input<file>

or for files with spaces

    \input "<file with spaces>"

or \input {<file with spaces>} as luatex supports that natively

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

Reply via email to