insert
\inputencoding{foo}
The problem seems to be that LyX exports child documents to TeX with no
information on encoding.
Yet adding an ERT inset with that code is also a solution.
--
Dionysios
LyX 1.6.0 RC3
Windows XP SP2
MiKTeX 2.5
Before exporting foo.lyx :
\global\def\var{\func{var}}
After importing foo.tex :
\global\global\def\var{\func{var}}
(Pasted from % Preview source code)
LyX 1.6.0 RC3
Windows XP SP2
MiKTeX 2.5
File name: LyX-1.5.6.lyx
Tab name: LyX-1
On Tue, Oct 14, 2008 at 01:26:44 AM, Andre Poenitz wrote:
>> Macro representation changed
>> From:
>> \newcommand{\beginend}[2]{\begin{#1}#2\end{#1}}
>> To:
>> \global\def\beginend#1#2{\begin{#1}#2\end{#1}}
>> !!
>> Paragraph ended before \beginend was compl
pport.
--
Dionysios