8 Apr
2006
8 Apr
'06
8:29 p.m.
From: Taco Hoekwater
Is there a hardcoded limit on how far up context searches?
Like you just discovered, it searches three levels (current, parent, grandparent). The max level is defined in this macro:
\def\maxreadlevel{3}
You can simply redefine the macro if needed (you have to do that in cont-sys, otherwise you have a bootstrapping problem).
The file reading macros are in supp-fil.tex, if interested.
Tested and works great, thanks. I had looked around for such an object but didn't find it. Can the default be 4? (If it doesn't break other assumptions.) -Sanjoy `Never underestimate the evil of which men of power are capable.' --Bertrand Russell, _War Crimes in Vietnam_, chapter 1.