<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 27, 2013 at 3:06 PM, Sensei <span dir="ltr"><<a href="mailto:senseiwa@gmail.com" target="_blank">senseiwa@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear all,<br>
<br>
I am trying to grasp the meaning of the hash tokens I find in a latex document. I am a novice TeX user, so please bear with my (almost surely) stupid questions: I've only used LaTeX, and never looked into the pit :)<br>

<br>
<br>
- First of all, I find many tokens that contain @ or ! or ^, for example "tagsleft@false", "ps@headings", "\T1\^-\i", or "!!stringa": do these characters have a special meaning?<br>

<br>
<br>
- Why do I have so many "blank" tokens? At the end of this you'll find a sample from a dump file viewed from emacs, so an encoding of special characters is visible.<br>
<br>
<br>
-Are tokens as "<5><6><7><8><9>gen*cmbx<10><<u></u>10.95>cmbx10<12><14.4><17.28><<u></u>20.74><24.88>cmbx12" real, or is it some kind of "encoding" that I see?<br>

<br>
<br>
- Are these tokens portable? I mean, a friend of mine on windows will produce the very same tokens with the same document?<br>
<br>
<br>
- All \label{something} seem to be processed as token "r@something". Is this real, or just my imagination?<br>
<br>
<br>
<br>
Again, I am sorry to ask such trivial questions, but I didn't find anything anywhere on the internals of TeX!<br>
<br>
<br>
Thanks & Cheers!<br>
<br>
<br>
<br>
===BEGIN===<br>
luatexattributedef<br>
sffamily<br>
^A<br>
tracingoutput<br>
<br>
^H<br>
^K<br>
macc@palette<br>
^M<br>
^L<br>
^N<br>
@currdir<br>
makesm@sh<br>
pdftrue<br>
?\textless<br>
====END====<br>
</blockquote></div><br><br clear="all"></div><div class="gmail_extra">I have to admit that I don't uderstand which files are you reading...<br></div><div class="gmail_extra"><br>For the characters @ ^ etc you should search for \makeatletter just start to understand the catcodes<br>
</div><div class="gmail_extra">but for the text between BEGIN/END ..what is it ? A   lualatex / luatex fmt file ? <br></div><div class="gmail_extra">If it's a luatex format file (I guess, after all this is  the luatex ml) you should see also the macro used for the dump.<br>
</div><div class="gmail_extra">About portability of the format, well yes and no. See <br>3.5.2.3 Hardware and memory dumps <br>at<br><a href="http://www.tug.org/texinfohtml/web2c.html#Memory-dumps">http://www.tug.org/texinfohtml/web2c.html#Memory-dumps</a><br>
</div><div class="gmail_extra"><br><br>-- <br>luigi<br>
</div></div>