Hey guys,
i'm very new to Latex and I dont know how to put the attached figure in my latex document.
I'd be very pleased if you could help me.
Thanks in advance
Graphics, Figures & Tables ⇒ Simple Arrows
-
- Posts: 7
- Joined: Thu Feb 01, 2018 10:29 pm
Simple Arrows
- Attachments
-
- figure.jpg (18.5 KiB) Viewed 3855 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Simple Arrows
Hi Lanchester,
welcome to the forum!
It's easy with TikZ:
Stefan
welcome to the forum!
It's easy with TikZ:
Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage{tikz}\usetikzlibrary{calc,positioning}\begin{document}\begin{tikzpicture}[every node/.style = {font=\sffamily}]\draw [-stealth]node (R1) {R}node (R2) [below = 0.75cm of R1] {R}node (R3) [below = 0.75cm of R2] {R}node (R4) [below = 0.75cm of R3] {R}node (B1) [xshift = 3cm] at ($(R1)!.5!(R2)$) {B}node (B2) [xshift = 3cm] at ($(R3)!.5!(R4)$) {B}(R1) edge (B1)(R2) edge (B1)(R3) edge (B2)(R4) edge (B2);\draw [-stealth, densely dashed, transform canvas={yshift=2mm}](B1) edge (R1)(B2) edge (R3);\draw [-stealth, densely dashed, transform canvas={yshift=-2mm}](B1) edge (R2)(B2) edge (R4);\end{tikzpicture}\end{document}
LaTeX.org admin
-
- Posts: 7
- Joined: Thu Feb 01, 2018 10:29 pm
Simple Arrows
Hi Stefan,
thanks for the quick help!
PS: schöne Grüße aus Hamburg-Horn, die Welt ist doch so klein
thanks for the quick help!
PS: schöne Grüße aus Hamburg-Horn, die Welt ist doch so klein

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Simple Arrows
So you may also like our German language site TeXwelt.de.
Other mode, pure question and answer based. Many graphics related (TikZ) questions and answers too.
To get an impression what graphics answers have already been given there: http://images.google.com/search?tbm=isch&q=tikz+site:texwelt.de.
Grüße von Eimsbüttel,
Stefan

To get an impression what graphics answers have already been given there: http://images.google.com/search?tbm=isch&q=tikz+site:texwelt.de.
Grüße von Eimsbüttel,
Stefan
LaTeX.org admin
-
- Posts: 7
- Joined: Thu Feb 01, 2018 10:29 pm
Simple Arrows
Thanks, I'll take a look!Stefan Kottwitz wrote:So you may also like our German language site TeXwelt.de.Other mode, pure question and answer based. Many graphics related (TikZ) questions and answers too.