Tagged Questions
4
votes
0answers
45 views
Aligning a table (vertically) with a subfigure [closed]
I want to show three pictures and a tabel with explanatory text:
--------- ---------
| | | |
| Pic 1 | | Pic 2 |
| | | |
--------- ---------
...
0
votes
1answer
57 views
Subfloat under each other [closed]
I want to put two subfloat figures under each other but they keep being beside each other. This is the script used:
\begin{figure}[t]
\subfloat[A]{\includegraphics[width=\linewidth]{a}\label{a}}
...
0
votes
1answer
46 views
Aligning subfigures with the plots starting at the same level
I have two figures that I am trying to align side by side. The difficulty is trying to get the two plots on a same horizontal line. In the bad example picture shown below
the problem is that the ...
3
votes
0answers
139 views
How to vertically align the captions for sub figures in subfigure?
This is my tikz code:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{shapes,shapes.geometric,arrows,fit,calc,positioning,automata,}
\usepackage{amsmath}
\usepackage{caption}
...
3
votes
1answer
125 views
Tables: Automatic adjustment of columnwidth to its content gives error “Misplaced \noalign” at \toprule
I am trying to put two tables next to each other, vertically aligned top, with some below listed adjustments I unfortunately can't get together.
First, I'd like to know if/how I can avoid the error ...
4
votes
1answer
192 views
tufte-latex and subfloat positioning
I'd like to have two rows of top-aligned images, with top-aligned captions below each.
This answer provides a technique using the floatrow package, but something in that package (or one of its ...
9
votes
2answers
182 views
Why is picture and matrix not drawn at the same height
I'm trying to put a adjacency matrix beneath a graph using subfloat. The graph is drawn with tikz. No matter what I do, the matrix is put below the graph as shown here:
The code is here:
...
2
votes
2answers
289 views
Aligning subfigures both horizontally and vertically with memoir
I'm trying to place 4 subfigures of different sizes aligned. Here the box-k.pdf files contain boxes with marks at the midsides. The result has box-1 and box-3 aligned at the left margin, not centered ...
5
votes
3answers
446 views
Placing Subfigures vertically
I want to use subfigures to place three figures like this:
The following is the code I used:
\begin{figure}
\begin{tabular}{|c|c|}
\hline
\multirow{2}{*}{
...
3
votes
3answers
2k views
How to vertically align 3 images with subfigure?
This code:
\begin{figure*}[t]
\begin{center}
\begin{subfigure}[a]{0.3\textwidth}
\label{im:device_front}
\includegraphics[width=\textwidth]{images/bsn_side}
...
2
votes
1answer
801 views
How to prevent offset in subcaption / subfigure
I have the following problem trying to align two figures horizontally within the same figure environment. The right image is always put lower than the left image. Here is my code:
\begin{figure}
...
2
votes
1answer
599 views
Aligning subfigures
I am trying to align two subfloats so that their captions are on the same horizontal line. The figures themselves should be centered. The code I have is the following, but what I am getting is in the ...
3
votes
1answer
4k views
Subfloat caption width requirements and alignment problems
I'm having problems with conflicting width requirements for subcaptions on subfloats that are horizontal versus vertical. I've spent considerable time searching here and more broadly, poring over the ...
7
votes
1answer
2k views
vertically align different size images in a figure* environment
I have an figure* environment with the following
\begin{figure*}
\centerline {
\subfloat[1]{...}
\subfloat[2]{...}
}
\end{figure*}
The images are different heights. How can I ...
7
votes
2answers
2k views
Place four algorithms (algorithm2e) in a subfigure and arrange them in two rows and two columns
I want to arrange four algorithms set with the algorithm2e package in two rows and two columns, as shown in the figure below. I've tried the subfigure package and have also read several related ...
4
votes
1answer
313 views
Aligning caption of subfigure with math environmenth to the bottom
I was trying to align the subcaption letter of a subfigure that contains a math environment using temporal boxes, to align it vertically to the biggest one. However, when I do it the subcaption letter ...
10
votes
3answers
2k views
Vertically align subfloats at the top while having subcaptions vertically aligned below the subfloats
I have a float with two subfloats:
I want the circles to be vertically aligned from their top such as in the following figure. But I don't want the subcaptions to be placed above the subfloats but ...
0
votes
2answers
3k views
Figure and table side-by-side in subfloats
A very similar question has been asked before:
Table and Figure side-by-side with independent captions
I'm trying to accomplish this, but while using the subfig package. The image below depicts ...
5
votes
1answer
498 views
Aligning subcaptions with tikz pictures vertically
A simple follow-up question to this one How to place and scale TikZ pictures in subfigure? I shamelessly copied the same code that was presented in the answer there because it fits my needs exactly as ...
2
votes
2answers
2k views
Vertical alignment with subfig and pstricks
I'm working with pstricks to add illustrations to a paper, as I found that it allows me to save much time compared to editing files with dia/xfig/visio/etc. and including pngs.
But I'm having a few ...
3
votes
1answer
1k views
Vertical alignment of subfigures
So I have a document which in a lot of places uses one pstree (part of the pstricks package) and a simple tabular side by side...I do this with subfigures. The problem is that because the pstree image ...
3
votes
3answers
499 views
aligning bottom of two tables
I need to align the bottom of these two tables, and I need to add a brace to each side of the second table.. how can I do that?
\begin{figure}[]
\centering
\subfloat[]{
\begin{tabular}{cc}
...
