Re: Changing math layout / microtypography

Valery Ushakov <[email protected]> Tue, 5 Apr 2016 02:34:14 +0300
Newsgroups gmane.comp.type-setting.lout
Message-ID <[email protected]>
On Mon, Apr 04, 2016 at 23:26:00 +0200, Oliver Bandel wrote:

> Zitat von Valery Ushakov <[email protected]> (Sat, 2 Apr 2016 03:38:57 +0300)
> 
> >On Sat, Apr 02, 2016 at 02:10:56 +0200, Oliver Bandel wrote:
> >
> >>Can this be done in files and included?
> >>When to include?
> >
> >You can just put that code into mydefs.lt which is included
> >automatically if present.
> 
> 
> I did this and got an error:
>   "extend symbol @Math not in scope"
> 
> So, somehow it does not work.
> 
> Any idea on that?

You probably have your @SysInclude { doc } or whatever before your
@SysInclude { math }, so when doc includes mydefs, math has not been
included yet.  You can move your @SysInclude { math } before the doc
or into mydefs.

-uwe