Graphics, Figures & TablesCreate an advanced Table

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Helveticus
Posts: 3
Joined: Sun Sep 23, 2012 9:39 pm

Create an advanced Table

Post by Helveticus »

Hello

I'm using MiKTeX and TeXmaker as editor.

How can I create tables like in the attachment? Important are also the arrows, nodes and labels inside the table. I don't want to draw the same tables.
Attachments
Tabelle2.jpg
Tabelle2.jpg (139.8 KiB) Viewed 4297 times
Tabelle1.jpg
Tabelle1.jpg (112.24 KiB) Viewed 4297 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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Create an advanced Table

Post by localghost »

I wouldn't consider these as tables, more as graphics, that is to say matrices. A suitable package would be pgf/tikZ. And perhaps the tikZ Example Gallery gives you some inspiration.

Just for information to other users for awareness of possibly already existing solutions. The question has also been posted to MrUnix (German LaTeX forum).
[url=http://www.latex-community.org/forum/viewtopic.php?f=37&t=5838]Board Rules[/url] (Section 4.1) wrote:A crossposting is always contra-productive. But there is nothing really against it as long as it is mentioned. This means that a direct link has to be added. So other users who want to help are preserved from double efforts and waste of time.
Best regards and welcome to the board
Thorsten
User avatar
Stefan Kottwitz
Site Admin
Posts: 10350
Joined: Mon Mar 10, 2008 9:44 pm

Create an advanced Table

Post by Stefan Kottwitz »

Hi Helveticus,

welcome to the board!

I would also use TikZ, specifically a matrix of nodes. Arrows can be drawn by for loops or one by one, between matrix nodes.

Stefan
LaTeX.org admin
Helveticus
Posts: 3
Joined: Sun Sep 23, 2012 9:39 pm

Re: Create an advanced Table

Post by Helveticus »

Thank you very much.

Would it not be easier to create the graphic externally and include it as an image?

Which easy program (probably drag & drop) can I use for that?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Create an advanced Table

Post by localghost »

Helveticus wrote:[…] Would it not be easier to create the graphic externally and include it as an image? […]
Easier only if you are familiar with an external tool (whichever it may be). But a package like pgf/tikZ would give you more consistency for your document (i.e. fonts) and more precision since the graphic would be programmed and not really drawn. Hence it would look more professional.
Helveticus
Posts: 3
Joined: Sun Sep 23, 2012 9:39 pm

Create an advanced Table

Post by Helveticus »

Easier only if you are familiar with an external tool (whichever it may be). But a package like pgf/tikZ would give you more consistency for your document (i.e. fonts) and more precision since the graphic would be programmed and not really drawn. Hence it would look more professional.
With pgf/tikZ it seems for me a lot of effort, but I don't have that much time (the tables should be done in one day at most).

With what external tool I can create easy such tables?
Post Reply