Search found 3 matches
- Fri Mar 05, 2010 6:22 pm
- Forum: Graphics, Figures & Tables
- Topic: Inline figures with equation-like numbering
- Replies: 5
- Views: 2642
Re: Inline figures with equation-like numbering
Thanks for the help! This is just what I wanted. Unfortunately, the floatrow package doesn't play nicely when you temporarily change the margins of the page. When placed in a \begin{adjustwidth}{2em}{2em} command of the 'changepage' package, the inline figures behave as if \textwidth hasn't been ...
- Fri Mar 05, 2010 3:04 pm
- Forum: Graphics, Figures & Tables
- Topic: Inline figures with equation-like numbering
- Replies: 5
- Views: 2642
Re: Inline figures with equation-like numbering
Thanks! But I would really like the label to go to the right of the image, and be vertically centered. As far as I know this isn't possible with the caption package, is it?
- Fri Mar 05, 2010 11:46 am
- Forum: Graphics, Figures & Tables
- Topic: Inline figures with equation-like numbering
- Replies: 5
- Views: 2642
Inline figures with equation-like numbering
For some reason I thought it would be nice to have inline figures (i.e. no floats) just like the equation environment. They would have to be numbered, as I want to be able to refer to them later on. I've come up with two attempts, but both have their shortcomings. I'm hoping for some feedback that ...