Search found 6 matches

by Nuno
Mon Mar 21, 2011 11:40 am
Forum: Graphics, Figures & Tables
Topic: Define a Table using ctable and tabularx
Replies: 9
Views: 7591

Define a Table using ctable and tabularx

Dear all

I found the solution to the problem in a document publish by Lapo Filippo Mori, entitle Tables in LATEX2e: Packages and Methods . I just need to use the command \makebox[width][alignment]{text} . Please find below my final solution.

Best regards
Nuno Araújo

\documentclass[a4paper ...
by Nuno
Mon Mar 14, 2011 9:29 pm
Forum: Graphics, Figures & Tables
Topic: Define a Table using ctable and tabularx
Replies: 9
Views: 7591

Define a Table using ctable and tabularx

Thank Thorsten for your kind welcome

Regarding my column widths, given values are just an example. But what you have point me out explain the reason why a bad box was being reported! In the code bellow I changed the relations between the columns widths to overcome the problem you reported.

What I ...
by Nuno
Mon Mar 14, 2011 12:14 pm
Forum: Graphics, Figures & Tables
Topic: Define a Table using ctable and tabularx
Replies: 9
Views: 7591

Re: Define a Table using ctable and tabularx

The look of the table is correct, but I would like to control, if possible, the width of the columns. I can control table width (50 mm) but not the column width. Is there a way to do it?
by Nuno
Sat Mar 12, 2011 1:54 pm
Forum: Graphics, Figures & Tables
Topic: Define a Table using ctable and tabularx
Replies: 9
Views: 7591

Define a Table using ctable and tabularx

I’m new in the forum and I was not aware of that rule. Please find bellow a MWE of my problem.

Regards
Nuno

\documentclass[a4paper,twoside,twocolumn,openright]{book}

\usepackage{ctable}
\usepackage{tabularx}

\setlength{\columnwidth}{50mm}

\begin{document}

\ctable[caption = Long title,
cap ...
by Nuno
Fri Mar 11, 2011 6:11 pm
Forum: Graphics, Figures & Tables
Topic: Define a Table using ctable and tabularx
Replies: 9
Views: 7591

Define a Table using ctable and tabularx

First of all, my apologies for the late reply. The class and packages I’m using are:

\documentclass[a4paper,twoside,twocolumn,openright]{book}
\usepackage[portuges,UKenglish]{babel}
\usepackage{fontenc}
\usepackage{pstricks}
\usepackage{epsfig}
\usepackage[latin9]{inputenc}
\usepackage{ucs ...
by Nuno
Wed Mar 09, 2011 4:27 pm
Forum: Graphics, Figures & Tables
Topic: Define a Table using ctable and tabularx
Replies: 9
Views: 7591

Define a Table using ctable and tabularx

Dear LaTeX users

I need to define a table that imitable the one in figure table.eps. The table must be 50 mm width (column width also controlled according to the drawing), numbers must be aligned by the dot, and the titles must be centered. I'm trying to do it using packages ctable and tabularx ...