File:Tikz Tutorial - clever paths.svg

Summary

Description
English: Illustration of clever paths
Date
Source Own work
Author KlasN
SVG development
InfoField

Source code

\documentclass{article}
\usepackage{tikz}

\begin{document}
\begin{tikzpicture}
\path (0,0) node(x) {Hello World!}
(3,1) node[circle,draw](y) {$\int_1^2 x \mathrm d x$};
\draw[->,blue] (x) -- (y);
\draw[->,red] (x) -| node[near start,below] {label} (y);
\draw[->,orange] (x) .. controls +(up:1cm) and +(left:1cm) .. node[above,sloped] {label} (y);
\end{tikzpicture}
\end{document}

Licensing

KlasN, the copyright holder of this work, hereby publishes it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
Attribution:
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#Tikz%20Tutorial%20-%20clever%20paths.svgCategory:Self-published work
Category:LaTeX Category:TikZ graphics
Category:CC-BY-SA-4.0 Category:LaTeX Category:SVG created also with Inkscape Category:Self-published work Category:TikZ graphics Category:Valid SVG created with TikZ