Tagged Questions
1
vote
1answer
38 views
what's wrong with my ctable? [closed]
I can't seem to pinpoint the problem with the table below and would appreciate some help. Something simple I am sure, but I can't see it...
\documentclass{article}
\usepackage{ctable}
...
6
votes
1answer
98 views
ctable and siunitx: Last column does not center correctly (possible incompatibility?)
I would like to use ctable in my thesis for tables and graphics and I also would like to use siunitx for formatting numbers and aligning numbers on the decimal marker in tables.
Everything seemed to ...
7
votes
1answer
104 views
Is it possible to use an \hdashrule inside a \ctable as a \midrule?
I would like to know if there is a way to use an \hdashrule or \hdashline inside a \ctableas a \midrule? If possible, it will obey to the same rules as the \midrule command, like adjusting ...
4
votes
1answer
84 views
ctable decimal alignment
I'm trying to replicate siunitx's decimal alignmnent in tables, using ctables.
\documentclass{article}
\usepackage{ctable}
\begin{document}
\ctable[] {rc} {}{
\FL \textbf{Data} & ...
2
votes
2answers
94 views
multipage tables with ctable package
Does anybody know if it is possible to have a multipage table with the package ctable (I know that it is possible with longtable)?
My code is the following:
\documentclass{article}
...
3
votes
1answer
246 views
How to make the table fit into the column?
Hi I have a two columns table with ACM SIG Proceedings template
http://www.acm.org/sigs/publications/proceedings-templates
Here is my latex:
\documentclass{sig-alternate}
\usepackage{ctable}
...
5
votes
4answers
359 views
Table with foot note
I have a table and some of the number inside has some symbol like * and **
which should be explianed as footer ( at the end of the table not the page) I dont know how to do that and I dont want to ...
2
votes
1answer
103 views
Can I have a table that spans multiple pages using ctable?
I'm currently working on a paper and I have a bunch of tables. Currently I'm using the ctable package for my tables. One of my tables is rather long and it spans more than one page. However currently ...
5
votes
1answer
365 views
endfloat and ctable are incompatible?
It seems that endfloat and ctable are incompatible:
\documentclass[a4paper]{article}
\usepackage{endfloat}
\usepackage{ctable}
\begin{document}
\ctable[caption = Queries available, pos = H, center, ...
2
votes
1answer
2k views
ctable cell vertical align
I have a table like this:
\documentclass{article}
\usepackage{ctable}
\begin{document}
\ctable
[caption=Sample]
{|p{2cm}|c|}
{}
{
\hline
some multiline (2 or 3 fields) field & need to ...
5
votes
1answer
293 views
How to change the format of table captions?
How I can change "Table 1: sample" to "Table 1. sample"?
PS. I'm using ctable, if it important:
\documentclass{article}
\usepackage{ctable}
\begin{document}
\ctable
[caption={sample}]
{|l|r|}
{}
{
...
4
votes
1answer
134 views
Inconsistent behavior of setspace package in ctable doinside
This is odd:
\ctable[
doinside=\singlespacing,
%doinside=\setstretch{1}
]
{lp{5cm}}
{}
{\FL
Blubb & Blobb simply dummy text of the printing and typesetting industry. Lorem Ipsum
has been the ...
5
votes
1answer
396 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 ...
9
votes
4answers
646 views
Caption and footnote width with ctable
I am using ctable and I have a table with footnotes. Since the table is narrow, the caption text is squeezed in the table width, which looks odd. I can use mincapwidth to specify a minimum width for ...
2
votes
2answers
361 views
Using ctable package with apa6 class
I'm trying to use ctable since it's much easier to work with than threeparttable and all of its additional packages but I get an error stating that "Command \tnote already defined".
I think it's ...
5
votes
1answer
353 views
Caption issue with tufte-latex and ctable
When using ctable with the tufte-latex class (in xelatex), I get an error when defining a caption (and hence a label).
! Undefined control sequence.
\@tufte@stored@caption ->\@ctblcaptionarg**
...