Search found 19 matches
- Thu Aug 11, 2011 10:19 pm
- Forum: Graphics, Figures & Tables
- Topic: subcaption | Labels of Sub-floats on left Side
- Replies: 10
- Views: 12593
Re: subcaption | Labels of Sub-floats on left Side
I ended up eyeballing the appropriate widths for the minipage environments via trial and error. The output looks good, but my approach seemed to be a bit of a hack. I'll close the topic, but feel free to post any elegant solutions. Thanks to sommerfee once again for the assistance.
- Thu Aug 11, 2011 6:04 pm
- Forum: Graphics, Figures & Tables
- Topic: subcaption | Labels of Sub-floats on left Side
- Replies: 10
- Views: 12593
Re: subcaption | Labels of Sub-floats on left Side
Yes, this looks much better. Is there a way to determine the exact width of an eps file? That way I could figure out how wide to make the minipages. Then I think I can nail this down. Thanks (again) for all the help.
- Wed Aug 10, 2011 9:29 pm
- Forum: Graphics, Figures & Tables
- Topic: subcaption | Labels of Sub-floats on left Side
- Replies: 10
- Views: 12593
Re: subcaption | Labels of Sub-floats on left Side
I've attached the output for your code using my figures. As you can see, the horizontal spacing is off and despite playing around with various values, I couldn't get it to look right. Also, I'm hoping to have the label centered vertically.
- Wed Aug 10, 2011 8:26 pm
- Forum: Graphics, Figures & Tables
- Topic: subcaption | Top-aligned Sub-figures
- Replies: 0
- Views: 1133
subcaption | Top-aligned Sub-figures
I have a few figures that would look much better if I could get the corresponding subfigures to be aligned along their tops. I'm currently using the caption and subcaption packages. If possible, I'd prefer a solution that I can apply locally (as opposed to every figure), but easily. Here is a ...
- Wed Aug 10, 2011 6:22 pm
- Forum: Graphics, Figures & Tables
- Topic: subcaption | Labels of Sub-floats on left Side
- Replies: 10
- Views: 12593
subcaption | Labels of Sub-floats on left Side
OK, I'm getting closer, but I'm not there yet. Even with messing around with the width of the minipage and subfigure, I can't get things to look right. Here is my most recent attempt using \subcaptionbox:
\documentclass[11pt]{amsart}
\usepackage[demo]{graphicx}
\usepackage{caption}
\usepackage ...
\documentclass[11pt]{amsart}
\usepackage[demo]{graphicx}
\usepackage{caption}
\usepackage ...
- Wed Aug 10, 2011 3:11 pm
- Forum: Graphics, Figures & Tables
- Topic: subcaption | Labels of Sub-floats on left Side
- Replies: 10
- Views: 12593
Re: subcaption | Labels of Sub-floats on left Side
I notice that you replaced \subfloat with \subfigure and in another recent post of yours, you said to use \subcaptionbox instead of \subfloat. What's the difference between \subfigure and \subcaptionbox here? Thanks! (I'll close the topic once I've verified that this works for me.)
- Tue Aug 09, 2011 8:54 pm
- Forum: Graphics, Figures & Tables
- Topic: subcaption | Labels of Sub-floats on left Side
- Replies: 10
- Views: 12593
Re: subcaption | Labels of Sub-floats on left Side
I'm attempting to sort things out with the floatrow package, but not having much luck. I can't get even a simple example to compile. All the examples in the documentation are filled with ... and it isn't clear to me where to put the various components. In particular, where does \includegraphics{} go ...
- Tue Aug 09, 2011 7:31 pm
- Forum: Graphics, Figures & Tables
- Topic: subcaption | Labels of Sub-floats on left Side
- Replies: 10
- Views: 12593
subcaption | Labels of Sub-floats on left Side
I'm looking for a way to put the labels for subfloats in a figure environment on the left while the label and caption for the figure stay on the bottom. I want to do this for a few figures and not globally for all of them. Also, in these cases, the caption for the floats is empty. Here is my setup ...
- Sun Oct 31, 2010 3:16 am
- Forum: Page Layout
- Topic: working with geometry and fancyhdr packages
- Replies: 2
- Views: 2779
working with geometry and fancyhdr packages
The following minimal example achieves the output that I was hoping for:
\documentclass{article}
\usepackage{calc}
\reversemarginpar
\usepackage[paper=letterpaper,
marginparwidth=1.2in,
marginparsep=.05in,
hmargin={.75in,.75in},
vmargin=1in,
includemp]{geometry}
\usepackage{fancyhdr ...
\documentclass{article}
\usepackage{calc}
\reversemarginpar
\usepackage[paper=letterpaper,
marginparwidth=1.2in,
marginparsep=.05in,
hmargin={.75in,.75in},
vmargin=1in,
includemp]{geometry}
\usepackage{fancyhdr ...
- Mon Oct 25, 2010 4:52 am
- Forum: Page Layout
- Topic: working with geometry and fancyhdr packages
- Replies: 2
- Views: 2779
Re: working with geometry and fancyhdr packages
By the way, I'm welcome to suggestions that accomplish what I'm looking for that do not involve modifying the fanyhdr options. However, I'd rather not use the res document class.