Hi, the following code works just fine in HTML, but in the latex output, the images are scaled to about 8x what they should be:
(I know that in a proportional font, this won't line up, but you get the gist ;)) .. tabularcolumns:: |p{1in}|l| +----------------------------------------------- +--------------------------------------------------+ | Badge | Meaning | +=============================================== +==================================================+ | .. image:: _static/nonlinear-ok.png | Data unchanged since calculation of this result | +----------------------------------------------- +--------------------------------------------------+ | .. image:: _static/nonlinear-attention.png | Data changed since calculation of this result | +----------------------------------------------- +--------------------------------------------------+ Is there some way, with the inline image directive above, to hardcode the size to say, 16 pixels by 16 pixels? -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.