<div dir="ltr"><div>Hi list,</div><div><br></div><div>in a few days - in july 20 - I will give a talk at a TUG meeting about</div><div>the LuaTeX-based package ("dednat6") that I've been using for diagrams</div><div>since several years ago... the slides for the talk are here:</div><div><br></div><div>  <a href="http://angg.twu.net/math-b.html#tug-2018">http://angg.twu.net/math-b.html#tug-2018</a></div><div>  <a href="http://angg.twu.net/LATEX/2018tug-dednat6.pdf">http://angg.twu.net/LATEX/2018tug-dednat6.pdf</a></div><div><br></div><div>The thing is: in one of the last slides I show how we can use dednat6</div><div>to run a Lua REPL in the middle of a .tex file, and how we can then</div><div>use that to inspect TeX structures - for example, we can inspect the</div><div>contents of tex.box[0] from Lua... but I am probably one of the most</div><div>un-knowleadgeable persons on that in this mailing list...</div><div><br></div><div>Many years ago I worked through this page</div><div><br></div><div>  <a href="http://wiki.luatex.org/index.php/TeX_without_TeX">http://wiki.luatex.org/index.php/TeX_without_TeX</a></div><div><br></div><div>quite carefully, and translated its code into something that I could</div><div>run interactively by sending commands one by one to the Lua</div><div>interpreter; I had to fix several little things - the code in</div><div>TeX_without_TeX seemed to be slightly outdated - and the last time</div><div>that I tested my scripts they didn't work, they would need more fixes.</div><div><br></div><div>Anyone has (a link for?) an example of how to _inspect_ a TeX box from</div><div>Lua? Even a simple example, like how to show the glyphs in</div><div><br></div><div>  \setbox0\hbox{abc}</div><div><br></div><div>would help me a lot...</div><div><br></div><div>Thanks in advance!!!</div><div>  Cheers,</div><div>    Eduardo Ochs</div><div><br></div></div>