GeneralKnot diagrams

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
charlgarrett
Posts: 1
Joined: Sat Apr 19, 2008 1:03 pm

Knot diagrams

Post by charlgarrett »

Hi, im doing a project on knot theory and having trouble finding good ways to put diagrams of knots into TeXnicCenter. Does anyone have any ideas?

Thanks

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Knot diagrams

Post by Stefan Kottwitz »

Hi charlgarrett,

welcome to the LaTeX Community board!
You could use PSTricks, here is a knots example.
Maybe pgf/TikZ could be useful too. Here is an example gallery.

Stefan
gustav
Posts: 1
Joined: Sat Apr 19, 2008 4:41 pm

Re: Knot diagrams

Post by gustav »

You can also use XYPic, see http://lf.starlogik.de/XYPic-Knot-Intro/index.html for a tutorial.

However I think the easiest will be to produce the diagrams in any vector drawing program and then export it in a format that you can include in your tex file via the graphicx package. For a detailed description of how to draw know diagrams using a vector drawing program see http://www.rdrop.com/~half/Creations/Ar ... rking.html

Of course you can also look into custom knot drawing programs, like Knot 3D for example (http://www.abbott.demon.co.uk/knots.html#programs).

All of the above is wisdom gained from a few minutes of googling. You will probably find better answers.
Post Reply