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

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

   \input <file>

or for files with spaces

   \input "<file with spaces>"

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
___________________________________________________________________________________

Reply via email to