File:Tikz Tutorial - 3 nodes with text.svg

Summary

Description
English: Three nodes with text
Date
Source Own work
Author KlasN
\documentclass{article}
\usepackage{tikz}

\begin{document}
\begin{tikzpicture}
\fill[fill=yellow]
   (0,0) node {1st node}
-- (1,1) node[circle,inner sep=0pt,draw] {2nd node}
-- (0,2) node[fill=red!20,draw,double,rounded corners] {3rd node};
\end{tikzpicture}
\end{document}

Licensing

I, the copyright holder of this work, hereby publish 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.
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-%203%20nodes%20with%20text.svg
Category:Self-published work Category:TikZ graphics Category:LaTeX
Category:CC-BY-SA-4.0 Category:LaTeX Category:Pages using deprecated source tags Category:Pages with syntax highlighting errors Category:Self-published work Category:TikZ graphics