Graphics, Figures & TablesCreating Nice Commutative Diagrams

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
mrotsliah
Posts: 9
Joined: Thu Apr 05, 2007 11:02 pm

Creating Nice Commutative Diagrams

Post by mrotsliah »

I would like to reproduce this figure:
Screen Shot 2014-02-04 at 1.24.38 PM.png
Screen Shot 2014-02-04 at 1.24.38 PM.png (17.93 KiB) Viewed 5327 times
Using xypic, my best attempts looks like
Screen Shot 2014-02-04 at 1.29.39 PM.png
Screen Shot 2014-02-04 at 1.29.39 PM.png (19.51 KiB) Viewed 5327 times
or
Screen Shot 2014-02-04 at 1.39.48 PM.png
Screen Shot 2014-02-04 at 1.39.48 PM.png (19.15 KiB) Viewed 5327 times
Notice how the longer formula on the second line stretches out the top line.

What Package(s) could I use to create the top image?

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

mas
Posts: 226
Joined: Thu Dec 04, 2008 4:39 am

Creating Nice Commutative Diagrams

Post by mas »

Have you tried using tikz-cd which helps in drawing commutative diagrams? Of course, I have never used it as I do not need commutative diagrams :-)

OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Creating Nice Commutative Diagrams

Post by Stefan Kottwitz »

mas' suggestion is very good. I also used pure TikZ for it. Examples:
tikz-cd gives a convenient way and hides the complex TikZ syntax. But TikZ is great, you may see it if you click the examples and look at the rest of that TikZ gallery.

Stefan
LaTeX.org admin
Post Reply