Graphics, Figures & Tables ⇒ Create a special Table
Create a special Table
I would like to know how to make a table like the one I attached if it is possible.
Thanks.
- Attachments
-
- Table
- table.png (6.44 KiB) Viewed 2312 times
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Create a special Table
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
Create a special Table
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*}
- Attachments
-
- Failed table
- table-fail.png (1.75 KiB) Viewed 2302 times