Tagged Questions
4
votes
3answers
144 views
Drawing a grid on array of images
I have nice story to tell with pictures. There Maltese type cross which is processing and twisting at the same time. So to make it more visual in paper i need grid something like this Drawing on an ...
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 |
| | | |
--------- ---------
...
1
vote
2answers
72 views
Will subcaption and threeparttable live happily ever after? Trouble combining the two
I'm trying to take this MWE table and put it into a subcaption's subtable environment, or, alternatively, use subcaption's subcaption command - see subcaption's manual - to achieve the same end: to ...
2
votes
1answer
37 views
Remove Numbering (and “()”) on SubFloats (in a table)
So I have set of three tabular environments in a table:
\begin{table}[h]
\centering
\scriptsize
\subfloat[``student" data table]{
\begin{tabular}{lcc} \toprule
Column Name & Data Type ...
1
vote
3answers
90 views
Centering figure consisting of subfigures
I currently have a graph that uses subfigures as follows:
\begin{figure}[!htbp]
\centering
\begin{subfigure}[b]{0.3\textwidth}
\centering
...
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 ...
3
votes
2answers
175 views
Align columns in multiple subfigure tables in figure environment
Here's my code:
\documentclass{article}
\usepackage{booktabs,caption,subcaption}
\begin{document}
\begin{table}[h!]
\caption{Main figure}
\begin{subfigure}{\linewidth}
\caption{Table 1}
%Table 1
...
2
votes
1answer
170 views
Subtables, column separate line draws out of table
I am using subtable environment to put two tables side by side.
However, the column separate line between the first two columns draws out of the table.
Anyone can help with this issue?
Sample code ...
2
votes
1answer
126 views
table of tables using memoir
I need help to create a "table of tables" using memoir.
I'd like to use the booktabs features embedded in memoir.
What I'm trying to typeset is something like subfloats, having two 2x2 matrix of ...
6
votes
1answer
481 views
Aligning a figure and table side by side
I would like to place a figure side-by-side with a table, and have both of them aligned to the top. This is what I came up with:
\begin{figure}
\begin{minipage}[b]{0.65\linewidth}
...
4
votes
1answer
265 views
Vertical placement of subfigs adjacent to another subfig
I have been using LyX, so I am fairly new to manipulating the underlying LaTeX. I have some images that I would like to arrange in a complicated fashion. The format I would like looks like
| Fig_A1 | ...
5
votes
1answer
397 views
How to place two ctables side by side
ctable, not a regular table/tabular.
How can I get two narrow ctables to go side by side? I want them to be subtables of a larger table, just two independent tables side by side. I've tried using a ...
2
votes
1answer
101 views
Misalignment of text in other cells when figure is placed in table (bounding box problem)
Here is my code:
\documentclass[10pt]{article}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{bigints}
\usepackage[pdftex]{graphicx}
...
3
votes
1answer
451 views
How can I align Tables and Figures vertically with Subfig?
----------
TABLE ------------
| a | b | FIGURE 1
| c | d |
| e | f |
| ...
6
votes
1answer
2k views
Include table as a subfigure
Is it possible to include "table code" as a sub-figure (instead of an image) using the package subfig? If so, how?
3
votes
1answer
565 views
Get combine a `sidewaystable` with a `subfloat` from `subfig`
I use the subtables environment from the subfloat package to combine table numbering (i.e., any tables I wrap in the subtables environment get labeled 1a, 1b, and so on). But I just learned on the ...
5
votes
3answers
386 views
Table of subfloats
I'm trying to sort figures (using subfloat) in a table, with labels for each subfigure. My point is, using only subfloat, that the subfigures are referred in the text as figure a, b, ... and so on.
...
1
vote
1answer
3k views
\subfloat command from subcaption package doesn't produce bottom margin if used in table
I'm trying to typeset a table of images.
If image inserted into cell with \subfloat (subcaption package included), resulting box will be w/o bottom margin, but top, left and right margins will be ok.
...
7
votes
1answer
1k views
Subtable Reference Numbers Start at Zero
I have a latex document with a table that contains two subtables. When I reference the entire table it the numbering starts at 1, but when I reference one of the individual subtables the numbering ...
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 ...
1
vote
2answers
2k views
Bad spacing of table inside subfigure
I have a figure setup as follows:
\begin{figure*}[t!]
\centering
\subfigure[Part 1]
{
\includegraphics*[totalheight=2in,origin=c]{ost100}
}
\subfigure[Part 2]
{
...