Tagged Questions
4
votes
1answer
136 views
Strange interaction between amsmath and setspace
Compiling the MWE below, you will observe in the output the following phenomenon (you may have to zoom in):
Comment amsmath out. Then, the spacing beteen lines is such that the subindex of the ...
8
votes
5answers
3k views
How to properly subscript in a superscripted fraction?
the title says it all. It attached a MWE to display the different relative sizes of a subscript within a normal fraction and a superscripted fraction. As you can see, in the superscripted fraction the ...
6
votes
1answer
1k views
Trick LaTeX into doing double superscripts
I have a function in my .sty sheet that does a second partial derivative:
\newcommand{\hpartdsq}[2]{\dfrac{\partial^2 #1}{\partial #2 ^2}}
But I'd like to pass it something that already has a ...