| bio | website | bandes-storch.net |
|---|---|---|
| location | Portland, OR | |
| age | 20 | |
| visits | member for | 1 year, 10 months |
| seen | Jun 12 at 16:31 | |
| stats | profile views | 44 |
I'm a college junior, computer geek/programmer, etc.
Twitter: @jtbandes.
|
Jan 27 |
comment |
Linux Libertine ligatures / T1 This is really neat! (not that I understand all of it), but doesn't really help me figure out a solution... |
|
Jan 26 |
comment |
Linux Libertine ligatures / T1 @egreg Is that the expected behavior? I suppose not, since warnings are produced. In any case, it looks wrong since Libertine has its own braces... |
|
Jan 25 |
comment |
Spacing & sizing with libertine and newtxmath @user22108 Added MWE. It's very simplistic and exhibits the same spacing as my original screenshot. |
|
Dec 26 |
comment |
Setup for producing multiple documents based on the same source file @MarcvanDongen Is there a way I could actually produce two PDF files? |
|
Dec 25 |
comment |
Translating custom \section format to titlesec Great, thanks! But the titlesec documentation seems to claim that runin mimics the default behavior. So why wouldn't this work with runin? |
|
Dec 24 |
comment |
unicode-math and various fonts fail at giving decent spacing in formula Does anyone know when this fix will make it into an update that can be installed with TeX Live Utility / manager (depends on platform, I think)? |
|
Oct 19 |
comment |
When and why should I use % !TEX TS-program and % !TEX encoding? Note that some other editors respect this setting, at least the TS-program setting, such as TextMate. |
|
Oct 18 |
comment |
The right way to get sans-serif math? This happens when using mathpazo only. |
|
Oct 18 |
comment |
The right way to get sans-serif math? That solution is helpful, but when I try it the uppercase Greek letters are not sans-serif... any ideas why? |
|
Oct 17 |
comment |
Single paragraph with styling and larger \parskip I guess it's fine; it just seemed like \parskip would be the natural thing to use for separating paragraphs. |
|
Oct 16 |
comment |
The right way to get sans-serif math? Is it possible to switch to cmbright or some other font for a certain portion of the document and then switch back? |
|
Oct 12 |
comment |
What is the difference between \fontsize{…}{some length} and \linespread{some length}? It seems that using both of them has a compounding effect; is one used in calculation of the other or something? |
|
Oct 9 |
comment |
A line of text with proper positioning but consuming no space? Even with \offinterlineskip the title is in different positions with/without the subtitle; I want it to stay in the same place. Putting it in a new row would work except then its proximity to the main title is constrained by the left and right cell heights. |
|
Oct 9 |
comment |
A line of text with proper positioning but consuming no space? @PeterGrill It should be below the main title, except I don't want it to take up any space (so maybe it will overlap with the \tabucline, I don't care about that). |
|
Oct 8 |
comment |
hangindent + wrapfig = bad spacing? Is there any alternative to wrapfig that would play nicely with \hangindent, or any alternative to hangindent that would play nicely with wrapfig? |
|
Oct 3 |
comment |
How can I produce 3 centered columns, with the middle one fitting the width of its content? Actually the answer on my other question has a good idea: tex.stackexchange.com/questions/75066/… |
|
Oct 3 |
comment |
Small text in table does not recalculate line spacing Thanks, this works great! It made me realize that I didn't even want to change the linespread in my table, I just needed to remove the {}. |
|
Oct 3 |
comment |
Small text in table does not recalculate line spacing @PeterGrill Forgot to mention in my question but I tried that, and it works, but it adds an extra space after the text (which is undesirable). |
|
Oct 2 |
comment |
Vertical and horizontal alignment with tabu package Ah, I understand. So is there a way to dynamically determine the center of the c column and set its baseline there instead of the baseline of the text? I know you used -.3\height but can this be done automatically based on the contents of the cell? |
|
Oct 2 |
comment |
Vertical and horizontal alignment with tabu package\linebreak works. But I'm not sure what you mean about the centering — if I make the table even taller, it doesn't seem that the alignment of the X column has to do with the baseline of the c column but perhaps the center of it — see here: cl.ly/image/3W2O2m2V2R25 |