summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/luatikz/example/nodea.lua
blob: 4d34f2c099180c5a025e3a047a63396cae9dfcf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
tikz.within( '*' )

put{
	node{
		at = p{ 0, 0 },
		text = [[$a^2 + b^2 = c^2$]],
	},
	node{
		at = p{ 2, 1 },
		text = [[$sin(\phi) = \frac{b}{a}$]],
	}
}