Tagged Questions
5
votes
2answers
171 views
Table and Figure side-by-side with Table caption above, Figure caption below
A continuation of this question.
I'm fighting a page-limit in a single-column layout and I need to put a Figure and a Table side-by-side and provide them with independent captions. However, the style ...
6
votes
3answers
152 views
How to place text and image above the exact subfigure?
I want to draw something like this:
I am able to draw like this:
This is the code for the same:
\documentclass{article}
\usepackage{tikz,subfig}
\begin{document}
\begin{figure}
\centering
...
6
votes
1answer
1k views
Subfig label positioning
Can anyone tell me how to change the horizontal position of subfigure labels?
I have:
\captionsetup[subfigure]{labelformat=simple,position=top}
Is there something like:
{position=topleft}
to ...
4
votes
1answer
203 views
Figure numbering IN figure
I'm using the subfig package which works like a charm. However, I only use the subfigure numbering (so no subcaptions, all the info will be in the main caption) but these are placed below the image ...
4
votes
2answers
5k views
How to place subfigure caption on the side?
Is there some way to tell subfig package to place subfigure captions to the left or to the right of subfigures? There is sidecap package which does it for the main captions, but it does not affect ...
