| bio | website | bandes-storch.net |
|---|---|---|
| location | Portland, OR | |
| age | 20 | |
| visits | member for | 1 year, 9 months |
| seen | May 4 at 21:48 | |
| stats | profile views | 44 |
I'm a college junior, computer geek/programmer, etc.
Twitter: @jtbandes.
|
Nov 2 |
comment |
Flexible/automatic alternative to multienum? Huh. Is this generally preferred over inparaenum from paralist, as Boris suggested? |
|
Nov 1 |
comment |
\span as a math operator (That's when I try to use the align* or any other amsmath environment.) |
|
Nov 1 |
comment |
\span as a math operator Seems it has more quibbles with amsmath: redefining \span gets "Missing # inserted in alignment preamble." and then a bunch of "Extra alignment tab". Perhaps this is a terrible idea after all. Suggestions on naming for a new command? |
|
Oct 30 |
comment |
mathpazo + siunitx: π turns into ß Thank you! That all makes sense, except for why mathpazo treats \pi weirdly inside mathrm in the first place in the first place... |
|
Oct 30 |
comment |
mathpazo + siunitx: π turns into ß Why does the output differ between math mode and inside the \SI command, with both siunitx and mathpazo? |
|
Oct 22 |
comment |
xfrac + siunitx gives me a font warning @Mico: I've put up more information and an example. It seems to be directly related to siunitx, rather than mathpazo or amsmath. |
|
Oct 10 |
comment |
How can I allow a command to be used without braces around its argument, when the argument has an argument? So \v{f} counts as one token? Or is it just that when \v is expanded to yield #1 it eats the {f} argument? |
|
Oct 10 |
comment |
How can I allow a command to be used without braces around its argument, when the argument has an argument? I'm sure I just don't understand how expansion works yet, but when I see _\v{f}, I would think that expands to _{...contents of \v...}{f}. When/how does the {f} argument replace the #1 inside of \v? |
|
Oct 10 |
comment |
How can I allow a command to be used without braces around its argument, when the argument has an argument? Why does _\v{f} work as a subscript instead of being interpreted as _{\v}{f}? |
|
Oct 7 |
comment |
How can I float some text to the right of the first line of a paragraph? Also, what's the point of the minipage? It seems to work without it. |
|
Oct 7 |
comment |
How can I float some text to the right of the first line of a paragraph? Thanks! Is there a way to make it automatically adjust the width to fit its contents? |
|
Sep 13 |
comment |
Is it safe to temporarily redefine \and, \or, and \not? I also want to be able to read the source in the future, after not having look at it for a while. |
|
Sep 13 |
comment |
Is it safe to temporarily redefine \and, \or, and \not? Ew! But yes, I guess that would work. |
|
Sep 13 |
comment |
Is it safe to temporarily redefine \and, \or, and \not? Thanks for the info. Could you describe what they do, or at least refer me to somewhere I could find out? |