| bio | website | |
|---|---|---|
| location | Munich, Germany | |
| age | 27 | |
| visits | member for | 2 years, 10 months |
| seen | Jun 13 at 18:45 | |
| stats | profile views | 535 |
|
Jul 31 |
awarded | Enlightened |
|
Jul 31 |
awarded | Nice Answer |
|
Jul 2 |
awarded | Good Answer |
|
Jun 27 |
answered | Issues with TeX sub-formula formatting |
|
Jun 23 |
awarded | Good Answer |
|
Jun 8 |
awarded | Constituent |
|
Jun 8 |
awarded | Caucus |
|
May 26 |
comment |
Normal \relax vs. frozen \relax Generally speaking, \ifx only looks one level deep: it checks whether all tokens have the same indices into the equivalence table, but does not check whether they have the same meaning. The same works with \let\foo=\relax: Now \foo is a token with the meaning of \relax but a different name. |
|
May 26 |
comment |
Normal \relax vs. frozen \relax On the other hand, \expandafter\ifx\x\relax is true. This works for all primitives that have a frozen version and therefore appear twice in the equivalence table. With LuaTeX, you can create additional copies of primitives using tex.enableprimitives, and they show the same behavior. |
|
May 3 |
awarded | Nice Answer |
|
May 3 |
awarded | Enlightened |
|
May 3 |
awarded | Nice Answer |
|
May 2 |
awarded | Guru |
|
Apr 15 |
revised |
Storing and retrieving data in tuc file edited tags |
|
Apr 14 |
awarded | Enlightened |
|
Apr 14 |
awarded | Nice Answer |
|
Apr 13 |
awarded | Nice Answer |
|
Apr 3 |
comment |
How to lower the superscripts (and raise the subscripts) AFAIK setting the extended font dimensions is ineffective in XeTeX (they don't actually get applied), so you can do this only in LuaTeX ( \Umathsupshiftup=12pt). |
|
Mar 9 |
comment |
Superscript outside math mode$n^\textsuperscript{th}$ is a double superscript. |
|
Feb 22 |
awarded | Nice Answer |