Graphics, Figures & TablesNaming a path through a point

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
topsquark
Posts: 71
Joined: Wed Oct 05, 2022 10:30 pm

Naming a path through a point

Post by topsquark »

Say I have a coordinate point (P) and I want to draw a circle through it.
\node [draw] at (0,0) [circle through={(P)}] {};

Can I name this path so I can refer to it later? (I don't know the coordinates of (P), I found it using "intersection" and I've recently discovered that if I find the x and y coordinates, the values can be too approximate to with well.)

Thanks!

-Dan

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post Reply