Graphics, Figures & Tables ⇒ Create an advanced Table
-
- Posts: 3
- Joined: Sun Sep 23, 2012 9:39 pm
Create an advanced Table
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 (139.8 KiB) Viewed 4296 times
-
- Tabelle1.jpg (112.24 KiB) Viewed 4296 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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Create an advanced Table
Just for information to other users for awareness of possibly already existing solutions. The question has also been posted to MrUnix (German LaTeX forum).
Best regards and welcome to the board[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.
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10350
- Joined: Mon Mar 10, 2008 9:44 pm
Create an advanced Table
welcome to the board!
I would also use

matrix of nodes
. Arrows can be drawn by for
loops or one by one, between matrix nodes.Stefan
-
- Posts: 3
- Joined: Sun Sep 23, 2012 9:39 pm
Re: Create an advanced Table
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?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Create an advanced Table
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 wrote:[…] Would it not be easier to create the graphic externally and include it as an image? […]
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 3
- Joined: Sun Sep 23, 2012 9:39 pm
Create an advanced Table
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).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 what external tool I can create easy such tables?