Graphics, Figures & TablesCreate a special Table

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
eduardosm
Posts: 2
Joined: Wed Oct 12, 2011 11:42 pm

Create a special Table

Post by eduardosm »

Hello,

I would like to know how to make a table like the one I attached if it is possible.

Thanks.
Attachments
Table
Table
table.png (6.44 KiB) Viewed 2314 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Re: Create a special Table

Post by Stefan Kottwitz »

Hi,

what did you try? Perhaps we can help you to improve the code. If you know anything about tables with LaTeX, I guess you have some code to start with. Otherwise it's like a task 'please do all for me starting from zero'. Or don't you know LaTeX's tables?

Stefan
LaTeX.org admin
eduardosm
Posts: 2
Joined: Wed Oct 12, 2011 11:42 pm

Create a special Table

Post by eduardosm »

Hello,
I tried using

Code: Select all

\begin{tabular*}{32em}{|cp{4em}|cp{2em}|cp{1em}|cp{1em}|cp{1em}|cp{1em}|cp{1em}|cp{1em}|cp{4em}|cp{4em}|cp{12em}|}
\hline
cond && 0 1 && I && P && U && 0 && W && 1 && Rn && Rd && addr\_mode \\
\hline
\end{tabular*}
{32em} fixes de hlines to 32em, but it seem that each column have extra spacing, because a got what it shows the next screenshot.
Attachments
Failed table
Failed table
table-fail.png (1.75 KiB) Viewed 2304 times
Post Reply