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