9,392 reputation
12439
bio website
location Munich, Germany
age 27
visits member for 2 years, 9 months
seen 2 days ago
stats profile views 527

Feb
21
awarded  Pundit
Jan
8
comment Placement of subscripts using unicode-math. Is it XeTeX bug?
Does this happen with LuaTeX as well? For me it only happens with XeTeX.
Jan
7
comment Can the extended register pool be used for \newinsert?
Note that LaTeX floats don't use TeX inserts. LaTeX uses inserts only for footnotes and \enlargethispage, so you can always take the necessary allocations from the extended pool no matter what \insert accepts. See latex-community.org/forum/viewtopic.php?f=5&t=3049 for an example.
Dec
24
revised No indent in the first paragraph in a section?
edited body
Dec
13
comment Using simple quotes “” instead of \text{}
@Martin: What I meant was "tokens in parameter texts don't have to be active". They have to match the catcode used at the caller site though.
Dec
12
comment Using simple quotes “” instead of \text{}
@Martin: No, the second " doesn't have to be active; there is no such restriction on non-parameter tokens in parameter texts. A mathcode of 8000h means math-active: in math mode, the character is treated as if it were active, and TeX uses its meaning.
Dec
4
awarded  Nice Answer
Nov
29
awarded  Nice Answer
Nov
12
comment How to get LuaLaTeX to work with babel's \textgreek?
@Andy: Obviously TeX Gyre Pagella is not compatible since it misses the “ί.”
Nov
5
awarded  Nice Answer
Oct
7
awarded  Enlightened
Oct
7
awarded  Nice Answer
Sep
30
comment Converting text math to TeX math (e.g. automatically filling in \left(, \right), \frac, etc)
Also, there should be no space between cos and the opening parenthesis. I think this is one of the examples where replacing all delimiters by auto-scaled ones doesn't work reliably.
Sep
16
awarded  Good Answer
Aug
20
awarded  Nice Answer
Aug
15
awarded  Excavator
Aug
12
comment Frequently loaded packages: Differences between pdfLaTeX and XeLaTeX
@Leo: I've made the suggestions a bit more detailed.
Aug
12
revised Frequently loaded packages: Differences between pdfLaTeX and XeLaTeX
added 19 characters in body
Aug
9
revised What is a simple example of something you can do with LuaTeX?
we don't need luainputenc, but we do need luacode
Aug
8
comment Embed LaTeX math equations into Microsoft Word
Word 2007 has better math typesetting than LaTeX, so there's no need to embed anything. Press Alt+= and have fun.